]> granicus.if.org Git - apache/commitdiff
add the ability to change the maximum txt:map line length at
authorAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 12:30:42 +0000 (12:30 +0000)
committerAndré Malo <nd@apache.org>
Mon, 28 Jul 2003 12:30:42 +0000 (12:30 +0000)
compile time without patching the code

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100809 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 5f8153792b34edd0210dbda52aa0dbd8ff1ef9a0..6fbff0b592c9bd63c00a7613e1efaff8e50b455d 100644 (file)
 #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
 
 /*
  * +-------------------------------------------------------+