From: Stig S. Bakken Date: Tue, 7 Sep 1999 09:02:41 +0000 (+0000) Subject: define tests first, use after. X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=928863f85bb2c02e91a26d412c75e16aedd274bf;p=php define tests first, use after. --- 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