blob: 0b470b3f484ab7582c062bf7fcc23c225a0905c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- main/php_config.h.in.orig Thu Jan 12 19:24:28 2006
+++ main/php_config.h.in Fri May 5 08:02:13 2006
@@ -2624,6 +2624,9 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Define if int32_t type is present. */
#undef HAVE_INT32_T
|