diff options
author | Sebastian Bergmann <sebastian@php.net> | 2005-08-09 06:25:24 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2005-08-09 06:25:24 +0000 |
commit | 96dfe589fed7c367041d889d561c799adf425115 (patch) | |
tree | 7bfbdb64833844db290acf334b81ec78e3ecc557 /ext/pcre/config.w32 | |
parent | eeecc8a015fe11d2cce5ab10d3e9e46a79d91d13 (diff) | |
download | php-git-96dfe589fed7c367041d889d561c799adf425115.tar.gz |
Sync with config.m4.
Diffstat (limited to 'ext/pcre/config.w32')
-rw-r--r-- | ext/pcre/config.w32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/config.w32 b/ext/pcre/config.w32 index 03481e1d36..1b37bbe093 100644 --- a/ext/pcre/config.w32 +++ b/ext/pcre/config.w32 @@ -5,8 +5,8 @@ ARG_WITH("pcre-regex", "Perl Compatible Regular Expressions", "yes"); if (PHP_PCRE_REGEX == "yes") { EXTENSION("pcre", "php_pcre.c", PHP_PCRE_REGEX_SHARED, - "-DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -Iext/pcre/pcrelib -DNO_RECURSE"); - ADD_SOURCES("ext/pcre/pcrelib", "maketables.c get.c study.c pcre.c", "pcre"); + "-DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -Iext/pcre/pcrelib -DNO_RECURSE"); + ADD_SOURCES("ext/pcre/pcrelib", "pcre_chartables.c pcre_compile.c pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c pcre_maketables.c pcre_ord2utf8.c pcre_printint.c pcre_refcount.c pcre_study.c pcre_tables.c pcre_try_flipped.c pcre_ucp_findchar.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c", "pcre"); AC_DEFINE('HAVE_BUNDLED_PCRE', 1, 'Using bundled PCRE library'); AC_DEFINE('HAVE_PCRE', 1, 'Have PCRE library'); |