diff options
| author | Andrey Hristov <andrey@php.net> | 1999-05-27 13:59:39 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-05-27 13:59:39 +0000 |
| commit | e10e4dbe103cf9b1dfdbc338e338e33cd46a17d7 (patch) | |
| tree | f183745017dd1295eed81abbbbf3f9912cc62c30 /ext/pcre/config.h.stub | |
| parent | 96434e48996edd62398643505a7d8e483d1d930e (diff) | |
| download | php-git-e10e4dbe103cf9b1dfdbc338e338e33cd46a17d7.tar.gz | |
Really fix the configuration now so that it's possible to compile both
against the bundled PCRE library and the one external to the source tree.
Crossing my fingers while Zeev compiles this. :)
Diffstat (limited to 'ext/pcre/config.h.stub')
| -rw-r--r-- | ext/pcre/config.h.stub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/pcre/config.h.stub b/ext/pcre/config.h.stub index 334cff6697..f504f057dd 100644 --- a/ext/pcre/config.h.stub +++ b/ext/pcre/config.h.stub @@ -1,2 +1,6 @@ -/* define if you want to use the pcre extension */ -#define HAVE_LIBPCRE 0 +/* define if you want to use the PCRE extension */ +#define HAVE_PCRE 0 + +/* define if you want to use the bundled PCRE library */ +#define HAVE_BUNDLED_PCRE 0 + |
