diff options
author | Jeff Trawick <trawick@apache.org> | 2013-08-13 14:16:39 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-08-13 14:16:39 +0200 |
commit | 8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd (patch) | |
tree | 932bce3da8639574a5c2aff018262c010c49efef /server/Makefile.in | |
parent | Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. (diff) | |
download | apache2-8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd.tar.xz apache2-8f3558bf2ddd8aa4d86051e6d9bdd718420d26bd.zip |
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 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 9804379900..69e5fe09ed 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -7,7 +7,7 @@ SUBDIRS = mpm LTLIBRARY_NAME = libmain.la LTLIBRARY_SOURCES = \ - config.c log.c main.c vhost.c util.c \ + config.c log.c main.c vhost.c util.c util_fcgi.c \ util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \ connection.c listen.c util_mutex.c mpm_common.c mpm_unix.c \ util_charset.c util_cookies.c util_debug.c util_xml.c \ |