Removed config.h references from old autotools build system.

This commit is contained in:
Ryan C. Gordon 2007-03-11 09:44:21 +00:00
parent 54ba6773b0
commit ca2489418e
20 changed files with 0 additions and 80 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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