diff options
| -rw-r--r-- | Zend/acconfig.h | 28 |
1 files 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 <stdlib.h> -#endif - -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#ifdef HAVE_STRING_H -# include <string.h> -#else -# include <strings.h> -#endif - @TOP@ /* This is the default configuration file to read */ @@ -53,6 +39,20 @@ @BOTTOM@ +#ifdef HAVE_STDLIB_H +# include <stdlib.h> +#endif + +#ifdef HAVE_SYS_TYPES_H +# include <sys/types.h> +#endif + +#ifdef HAVE_STRING_H +# include <string.h> +#else +# include <strings.h> +#endif + /* Define if you have stdiostream.h */ #undef HAVE_STDIOSTREAM_H |
