diff options
author | Sascha Schumann <sas@php.net> | 1999-11-13 16:51:33 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-13 16:51:33 +0000 |
commit | bcb2214e9951b271d073314870bf09a6a87435f5 (patch) | |
tree | b3a1540deb25e4480d62c57854ba092479191e28 /ext/ereg/regex/utils.h | |
parent | c166a6fb835c5b43a782da141c1543e8a1878229 (diff) | |
download | php-git-bcb2214e9951b271d073314870bf09a6a87435f5.tar.gz |
Improve regex library selection. It lets user specify whether they want
system, apache, or php's regex library by using the --with-regex option.
"php" is the default; if you use --with-apache in combination with
Apache 1.3.x, the default is "apache".
Diffstat (limited to 'ext/ereg/regex/utils.h')
-rw-r--r-- | ext/ereg/regex/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ereg/regex/utils.h b/ext/ereg/regex/utils.h index 1a997ac8fc..cd4a96025f 100644 --- a/ext/ereg/regex/utils.h +++ b/ext/ereg/regex/utils.h @@ -1,4 +1,7 @@ /* utility definitions */ + +#include "regex_extra.h" + #ifdef _POSIX2_RE_DUP_MAX #define DUPMAX _POSIX2_RE_DUP_MAX #else |