1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

factor out default regex flags

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2020-02-07 17:08:41 +00:00
parent bb7a5ce924
commit 81313af01a
4 changed files with 6 additions and 4 deletions

View File

@ -89,6 +89,8 @@ extern "C" {
#define AP_REG_MATCH "MATCH_" /**< suggested prefix for ap_regname */
#define AP_REG_DEFAULT (AP_REG_DOTALL|AP_REG_DOLLAR_ENDONLY)
/* Arguments for ap_pcre_version_string */
enum {
AP_REG_PCRE_COMPILED = 0, /** PCRE version used during program compilation */