MacOS X needs the network* functions for the mod_fastcgi and friends

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@778 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 2005-10-04 09:24:46 +00:00
parent 37755de84f
commit 6cfb2582c4
1 changed files with 3 additions and 3 deletions

View File

@ -41,12 +41,12 @@ common_src=buffer.c log.c \
connections-glue.c \
configfile-glue.c \
http-header-glue.c \
splaytree.c
src = server.c response.c connections.c network.c \
network_write.c network_linux_sendfile.c \
network_freebsd_sendfile.c network_writev.c \
network_solaris_sendfilev.c network_openssl.c \
splaytree.c \
src = server.c response.c connections.c network.c \
configfile.c configparser.c request.c proc_open.c
spawn_fcgi_SOURCES=spawn-fcgi.c