blob: 3eed7c4acf6604eede063943de617197762de6fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig Mon Jul 12 16:30:37 2004
+++ main/php_config.h.in Mon Jul 12 16:31:38 2004
@@ -2362,6 +2362,9 @@
/* */
#undef SOLARIS_YP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
|