diff options
author | Nick Kew <niq@apache.org> | 2010-09-21 20:42:20 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-09-21 20:42:20 +0200 |
commit | d4963eadb1091258de4e18b3ac56fe67a3c6d7aa (patch) | |
tree | e70d1c85f13801b0067d70fdf353e37a9d085d44 /server/Makefile.in | |
parent | Reformat these <pre> tables as actual HTML tables (diff) | |
download | apache2-d4963eadb1091258de4e18b3ac56fe67a3c6d7aa.tar.xz apache2-d4963eadb1091258de4e18b3ac56fe67a3c6d7aa.zip |
Introduce ap_rxplus class: higher-level regexps supporting perl-style
regexp operations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 17e5d13995..10b41446a5 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -12,7 +12,7 @@ LTLIBRARY_SOURCES = \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ connection.c listen.c util_mutex.c mpm_common.c mpm_unix.c \ util_charset.c util_cookies.c util_debug.c util_xml.c \ - util_expr.c util_filter.c util_pcre.c exports.c \ + util_expr.c util_filter.c util_pcre.c util_regex.c exports.c \ scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \ eoc_bucket.c eor_bucket.c core_filters.c |