1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

define tests first, use after.

This commit is contained in:
Stig S. Bakken
1999-09-07 09:02:41 +00:00
parent 959ad0e9ea
commit 928863f85b

View File

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