summaryrefslogtreecommitdiff
path: root/Zend/acconfig.h
diff options
context:
space:
mode:
authorStig S. Bakken <stig@php.net>1999-09-07 09:02:41 +0000
committerStig S. Bakken <stig@php.net>1999-09-07 09:02:41 +0000
commit928863f85bb2c02e91a26d412c75e16aedd274bf (patch)
treefa0323eda9981cb9f66848d44e8f3aa27b2b00db /Zend/acconfig.h
parent959ad0e9eaf9c32f2c341a7fccd06cf1e1998246 (diff)
downloadphp-git-928863f85bb2c02e91a26d412c75e16aedd274bf.tar.gz
define tests first, use after.
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r--Zend/acconfig.h28
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