From 928863f85bb2c02e91a26d412c75e16aedd274bf Mon Sep 17 00:00:00 2001 From: "Stig S. Bakken" Date: Tue, 7 Sep 1999 09:02:41 +0000 Subject: [PATCH] define tests first, use after. --- Zend/acconfig.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 424af6f84d..01867fd204 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -1,19 +1,5 @@ #define ZEND_API -#ifdef HAVE_STDLIB_H -# include -#endif - -#ifdef HAVE_SYS_TYPES_H -# include -#endif - -#ifdef HAVE_STRING_H -# include -#else -# include -#endif - @TOP@ /* This is the default configuration file to read */ @@ -53,6 +39,20 @@ @BOTTOM@ +#ifdef HAVE_STDLIB_H +# include +#endif + +#ifdef HAVE_SYS_TYPES_H +# include +#endif + +#ifdef HAVE_STRING_H +# include +#else +# include +#endif + /* Define if you have stdiostream.h */ #undef HAVE_STDIOSTREAM_H -- 2.49.0