blob: 8e9938876421dd2d4937f6373b80681747e2df5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig Wed Jan 11 15:25:52 2006
+++ main/php_config.h.in Wed May 3 09:38:09 2006
@@ -2760,6 +2760,9 @@
/* Define if uint32_t type is present. */
#undef HAVE_UINT32_T
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
|