Removed config.h references from old autotools build system.
--- a/archivers/dir.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/dir.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/archivers/grp.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/grp.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/archivers/hog.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/hog.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/archivers/lzma.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/lzma.c Sun Mar 11 09:44:21 2007 +0000
@@ -7,10 +7,6 @@
* by Igor Pavlov.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#if (defined PHYSFS_SUPPORTS_7Z)
#include <stdlib.h>
--- a/archivers/mvl.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/mvl.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/archivers/qpak.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/qpak.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/archivers/wad.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/wad.c Sun Mar 11 09:44:21 2007 +0000
@@ -42,10 +42,6 @@
* Ryan C. Gordon.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#if (defined PHYSFS_SUPPORTS_WAD)
#include <stdio.h>
--- a/archivers/zip.c Sun Mar 11 09:30:08 2007 +0000
+++ b/archivers/zip.c Sun Mar 11 09:44:21 2007 +0000
@@ -7,10 +7,6 @@
* by Gilles Vollant.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#if (defined PHYSFS_SUPPORTS_ZIP)
#include <stdio.h>
--- a/physfs.c Sun Mar 11 09:30:08 2007 +0000
+++ b/physfs.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/physfs_byteorder.c Sun Mar 11 09:30:08 2007 +0000
+++ b/physfs_byteorder.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/physfs_unicode.c Sun Mar 11 09:30:08 2007 +0000
+++ b/physfs_unicode.c Sun Mar 11 09:44:21 2007 +0000
@@ -1,7 +1,3 @@
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include "physfs.h"
#define __PHYSICSFS_INTERNAL__
--- a/platform/beos.cpp Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/beos.cpp Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/platform/macclassic.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/macclassic.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/platform/os2.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/os2.c Sun Mar 11 09:44:21 2007 +0000
@@ -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
--- a/platform/pocketpc.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/pocketpc.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/platform/posix.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/posix.c Sun Mar 11 09:44:21 2007 +0000
@@ -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__)
--- a/platform/skeleton.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/skeleton.c Sun Mar 11 09:44:21 2007 +0000
@@ -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"
--- a/platform/unix.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/unix.c Sun Mar 11 09:44:21 2007 +0000
@@ -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))
--- a/platform/windows.c Sun Mar 11 09:30:08 2007 +0000
+++ b/platform/windows.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>
--- a/test/test_physfs.c Sun Mar 11 09:30:08 2007 +0000
+++ b/test/test_physfs.c Sun Mar 11 09:44:21 2007 +0000
@@ -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>