summaryrefslogtreecommitdiff
path: root/build/nw_export.inc
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-08-13 09:06:35 +0000
committerStefan Fritsch <sf@apache.org>2011-08-13 09:06:35 +0000
commit84a104bb220cfa71edd29a705958dc64f37f316e (patch)
tree08468a1f05dec3b1662d6ce8b199001fc61b93e4 /build/nw_export.inc
parenta68a8e491890af8dc3b03725460836ea9c77a0c6 (diff)
downloadhttpd-84a104bb220cfa71edd29a705958dc64f37f316e.tar.gz
Add ap_varbuf API for resizable buffers.
Increase length limit of lines in the configuration file to 16MB. Increase length limit of lines in the group file to 16MB. PR: 45888, 50824, 43084 Windows and Netware build changes are untested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r--build/nw_export.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc
index f1526150f8..0d448ec77a 100644
--- a/build/nw_export.inc
+++ b/build/nw_export.inc
@@ -56,6 +56,7 @@
#include "util_mutex.h"
#include "util_script.h"
#include "util_time.h"
+#include "util_varbuf.h"
#include "util_xml.h"
#include "mod_core.h"