]> granicus.if.org Git - php/commitdiff
define tests first, use after.
authorStig S. Bakken <stig@php.net>
Tue, 7 Sep 1999 09:02:41 +0000 (09:02 +0000)
committerStig S. Bakken <stig@php.net>
Tue, 7 Sep 1999 09:02:41 +0000 (09:02 +0000)
Zend/acconfig.h

index 424af6f84dc5a9db7867c9ca385ae9d42fee6967..01867fd204e709ecdf94ba6b79f0618e0b7f0a59 100644 (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 */
 
 @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