freebsd-ports/lang/php4/files/patch-main::php_config.h.in
Alex Dupre af7ee2a6ac First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00

12 lines
346 B
C

--- main/php_config.h.in.orig Tue Jul 6 16:37:01 2004
+++ main/php_config.h.in Tue Jul 6 16:40:24 2004
@@ -2452,6 +2452,9 @@
/* Whether to build zip as dynamic module */
#undef COMPILE_DL_ZIP
+/* Include external shared modules configurations */
+#include "ext/php_config.h"
+
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF