summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/config.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-07-29 11:58:41 +0000
committerPierre Joye <pajoye@php.net>2010-07-29 11:58:41 +0000
commit110fab9803ac0b3462e37e286b17da7f6329a734 (patch)
treeab4ab5a517df665445d882108ffe8458b57a88e5 /ext/pcre/pcrelib/config.h
parenta0bf0739a979d2848f83d756865981957419d473 (diff)
downloadphp-git-110fab9803ac0b3462e37e286b17da7f6329a734.tar.gz
- fix build
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
-rw-r--r--ext/pcre/pcrelib/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h
index 277c1e7688..2e04b29aa7 100644
--- a/ext/pcre/pcrelib/config.h
+++ b/ext/pcre/pcrelib/config.h
@@ -1,6 +1,9 @@
#include <php_compat.h>
-#include <php_config.h>
+
+#ifndef PHP_WIN32
+# include <php_config.h>
+#endif
#undef PACKAGE_NAME
#undef PACKAGE_VERSION