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-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
37755de84f
commit
6cfb2582c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue