diff options
Diffstat (limited to 'www/apache6/patches/patch-aq')
-rw-r--r-- | www/apache6/patches/patch-aq | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/apache6/patches/patch-aq b/www/apache6/patches/patch-aq new file mode 100644 index 00000000000..d9ff658bba0 --- /dev/null +++ b/www/apache6/patches/patch-aq @@ -0,0 +1,14 @@ +$NetBSD: patch-aq,v 1.1 2003/10/29 10:45:26 cube Exp $ + +--- src/include/httpd.h.orig 2003-10-29 09:28:40.000000000 +0100 ++++ src/include/httpd.h +@@ -291,6 +291,9 @@ extern "C" { + /* The size of the server's internal read-write buffers */ + #define IOBUFSIZE 8192 + ++/* The max number of regex captures that can be expanded by ap_pregsub */ ++#define AP_MAX_REG_MATCH 10 ++ + /* Number of servers to spawn off by default --- also, if fewer than + * this free when the caretaker checks, it will spawn more. + */ |