summaryrefslogtreecommitdiff
path: root/include/ap_regex.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2020-02-07 17:08:41 +0000
committerEric Covener <covener@apache.org>2020-02-07 17:08:41 +0000
commit81313af01a49df05b4f7d3996ffc2b052d1638bc (patch)
tree48450c59311d62febb837c6c34f759a861e61de8 /include/ap_regex.h
parentbb7a5ce924ee4e6147d037182bc682112c29481a (diff)
downloadhttpd-81313af01a49df05b4f7d3996ffc2b052d1638bc.tar.gz
factor out default regex flags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_regex.h')
-rw-r--r--include/ap_regex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ap_regex.h b/include/ap_regex.h
index cdb887a6c5..9eb6b4b861 100644
--- a/include/ap_regex.h
+++ b/include/ap_regex.h
@@ -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 */