Răsfoiți Sursa

Removed config.h references from old autotools build system.

Ryan C. Gordon 19 ani în urmă
părinte
comite
ca2489418e

+ 0 - 4
archivers/dir.c

@@ -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>

+ 0 - 4
archivers/grp.c

@@ -24,10 +24,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_GRP)
 
 #include <stdio.h>

+ 0 - 4
archivers/hog.c

@@ -29,10 +29,6 @@
  *  Based on grp.c by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_HOG)
 
 #include <stdio.h>

+ 0 - 4
archivers/lzma.c

@@ -7,10 +7,6 @@
  *   by Igor Pavlov.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_7Z)
 
 #include <stdlib.h>

+ 0 - 4
archivers/mvl.c

@@ -27,10 +27,6 @@
  *  Based on grp.c by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_MVL)
 
 #include <stdio.h>

+ 0 - 4
archivers/qpak.c

@@ -29,10 +29,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_QPAK)
 
 #include <stdio.h>

+ 0 - 4
archivers/wad.c

@@ -42,10 +42,6 @@
  *  Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_WAD)
 
 #include <stdio.h>

+ 0 - 4
archivers/zip.c

@@ -7,10 +7,6 @@
  *   by Gilles Vollant.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined PHYSFS_SUPPORTS_ZIP)
 
 #include <stdio.h>

+ 0 - 4
physfs.c

@@ -8,10 +8,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>

+ 0 - 4
physfs_byteorder.c

@@ -8,10 +8,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 

+ 0 - 4
physfs_unicode.c

@@ -1,7 +1,3 @@
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include "physfs.h"
 
 #define __PHYSICSFS_INTERNAL__

+ 0 - 4
platform/beos.cpp

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #ifdef __BEOS__
 
 #include <be/kernel/OS.h>

+ 0 - 4
platform/macclassic.c

@@ -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>

+ 0 - 4
platform/os2.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if (defined OS2)
 
 #define INCL_DOSSEMAPHORES

+ 0 - 4
platform/pocketpc.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <stdio.h>
 #include <windows.h>
 

+ 0 - 4
platform/posix.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #if ((!defined WIN32) && (!defined OS2))
 
 #if (defined __STRICT_ANSI__)

+ 0 - 4
platform/skeleton.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #define __PHYSICSFS_INTERNAL__
 #include "physfs_internal.h"
 

+ 0 - 4
platform/unix.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 /* BeOS uses beos.cpp and posix.c ... Cygwin and such use windows.c ... */
 #if ((!defined __BEOS__) && (!defined WIN32))
 

+ 0 - 4
platform/windows.c

@@ -6,10 +6,6 @@
  *  This file written by Ryan C. Gordon, and made sane by Gregory S. Read.
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #ifdef WIN32
 
 #include <windows.h>

+ 0 - 4
test/test_physfs.c

@@ -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 <errno.h>