# HG changeset patch # User Pavel Jank # Date 1009912526 0 # Node ID 64341c22fb4ca25d4fd8ee75b2d472f4de9d074d # Parent 3d8bcf574e3856425334499de19b14d7bfb9872e Include . diff -r 3d8bcf574e38 -r 64341c22fb4c lib-src/fakemail.c --- a/lib-src/fakemail.c Tue Jan 01 19:13:57 2002 +0000 +++ b/lib-src/fakemail.c Tue Jan 01 19:15:26 2002 +0000 @@ -22,7 +22,7 @@ #define _XOPEN_SOURCE 500 /* for cuserid */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) diff -r 3d8bcf574e38 -r 64341c22fb4c src/sysdep.c --- a/src/sysdep.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/sysdep.c Tue Jan 01 19:15:26 2002 +0000 @@ -19,8 +19,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #ifdef HAVE_UNISTD_H diff -r 3d8bcf574e38 -r 64341c22fb4c src/unexapollo.c --- a/src/unexapollo.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/unexapollo.c Tue Jan 01 19:15:26 2002 +0000 @@ -20,7 +20,10 @@ /* Written by Leonard N. Zubkoff. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include diff -r 3d8bcf574e38 -r 64341c22fb4c src/w32.c --- a/src/w32.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32.c Tue Jan 01 19:15:26 2002 +0000 @@ -35,7 +35,11 @@ #include /* must include CRT headers *before* config.h */ -#include "config.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + #undef access #undef chdir #undef chmod diff -r 3d8bcf574e38 -r 64341c22fb4c src/w32bdf.c --- a/src/w32bdf.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32bdf.c Tue Jan 01 19:15:26 2002 +0000 @@ -22,7 +22,11 @@ MULE for W32). */ #include -#include "config.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + #include "lisp.h" #include "charset.h" #include "keyboard.h" diff -r 3d8bcf574e38 -r 64341c22fb4c src/w32heap.c --- a/src/w32heap.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32heap.c Tue Jan 01 19:15:26 2002 +0000 @@ -21,7 +21,9 @@ Geoff Voelker (voelker@cs.washington.edu) 7-29-94 */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include #include diff -r 3d8bcf574e38 -r 64341c22fb4c src/w32inevt.c --- a/src/w32inevt.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32inevt.c Tue Jan 01 19:15:26 2002 +0000 @@ -23,7 +23,9 @@ */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #include #include diff -r 3d8bcf574e38 -r 64341c22fb4c src/w32proc.c --- a/src/w32proc.c Tue Jan 01 19:13:57 2002 +0000 +++ b/src/w32proc.c Tue Jan 01 19:15:26 2002 +0000 @@ -30,7 +30,11 @@ #include /* must include CRT headers *before* config.h */ -#include "config.h" + +#ifdef HAVE_CONFIG_H +#include +#endif + #undef signal #undef wait #undef spawnve