summaryrefslogtreecommitdiffstatsabout
path: root/utility/ap_pcre.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-23 06:29:36 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-23 06:29:36 (GMT)
commitaed9f10440d8789f99919c3a6f91e8d76bbc44dc (patch)
tree2560bad5b4959cddc090916e8e522b37ce74df75 /utility/ap_pcre.h
parent0ddd719a72469f732a881c93d4c804e9aca787fe (diff)
more parsing implementation (Custom functions)
initial DB inserting (w/ prepared query)
Diffstat (limited to 'utility/ap_pcre.h')
-rw-r--r--utility/ap_pcre.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/ap_pcre.h b/utility/ap_pcre.h
index a851d29..e817dc2 100644
--- a/utility/ap_pcre.h
+++ b/utility/ap_pcre.h
@@ -73,6 +73,8 @@ extern "C" {
73#define AP_REG_EXTENDED (0) /** unused */ 73#define AP_REG_EXTENDED (0) /** unused */
74#define AP_REG_NOSUB (0) /** unused */ 74#define AP_REG_NOSUB (0) /** unused */
75 75
76#define AP_MAX_REG_MATCH 10
77
76/* Error values: */ 78/* Error values: */
77enum { 79enum {
78 AP_REG_ASSERT = 1, /** internal error ? */ 80 AP_REG_ASSERT = 1, /** internal error ? */