@@ -6,10 +6,6 @@
* This file written by Ryan C. Gordon.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -24,10 +24,6 @@
#if (defined PHYSFS_SUPPORTS_GRP)
@@ -29,10 +29,6 @@
* Based on grp.c by Ryan C. Gordon.
#if (defined PHYSFS_SUPPORTS_HOG)
@@ -7,10 +7,6 @@
* by Igor Pavlov.
#if (defined PHYSFS_SUPPORTS_7Z)
@@ -27,10 +27,6 @@
#if (defined PHYSFS_SUPPORTS_MVL)
#if (defined PHYSFS_SUPPORTS_QPAK)
@@ -42,10 +42,6 @@
* Ryan C. Gordon.
#if (defined PHYSFS_SUPPORTS_WAD)
* by Gilles Vollant.
#if (defined PHYSFS_SUPPORTS_ZIP)
@@ -8,10 +8,6 @@
@@ -1,7 +1,3 @@
#include "physfs.h"
#define __PHYSICSFS_INTERNAL__
#ifdef __BEOS__
#include <be/kernel/OS.h>
#if (defined OS2)
#define INCL_DOSSEMAPHORES
#include <windows.h>
#if ((!defined WIN32) && (!defined OS2))
#if (defined __STRICT_ANSI__)
#include "physfs_internal.h"
/* BeOS uses beos.cpp and posix.c ... Cygwin and such use windows.c ... */
#if ((!defined __BEOS__) && (!defined WIN32))
* This file written by Ryan C. Gordon, and made sane by Gregory S. Read.
#ifdef WIN32
#include <errno.h>