summaryrefslogtreecommitdiff
path: root/build/nw_export.inc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-08-13 12:16:39 +0000
committerJeff Trawick <trawick@apache.org>2013-08-13 12:16:39 +0000
commit8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd (patch)
tree932bce3da8639574a5c2aff018262c010c49efef /build/nw_export.inc
parent0d02cd5c6d1276db4d425ca186ad28fffcb3ad24 (diff)
downloadhttpd-8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd.tar.gz
Add util_fcgi.h and associated definitions and support
routines for FastCGI, based largely on mod_proxy_fcgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513454 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 32c769b27f..0319465b4d 100644
--- a/build/nw_export.inc
+++ b/build/nw_export.inc
@@ -62,6 +62,7 @@
#include "util_charset.h"
#include "util_cookies.h"
#include "util_ebcdic.h"
+#include "util_fcgi.h"
#include "util_filter.h"
/*#include "util_ldap.h"*/
#include "util_md5.h"