From: André Malo Date: Mon, 28 Jul 2003 12:30:42 +0000 (+0000) Subject: add the ability to change the maximum txt:map line length at X-Git-Tag: pre_ajp_proxy~1347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f213460324961cac749deceadaf6cec512e347c;p=apache add the ability to change the maximum txt:map line length at compile time without patching the code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100809 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 5f8153792b..6fbff0b592 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -215,7 +215,9 @@ #define REWRITELOCK_MODE ( APR_UREAD | APR_UWRITE | APR_GREAD | APR_WREAD ) /* max line length (incl.\n) in text rewrite maps */ +#ifndef REWRITE_MAX_TXT_MAP_LINE #define REWRITE_MAX_TXT_MAP_LINE 1024 +#endif /* * +-------------------------------------------------------+