In mpmt_pthread.c, include <netinet/tcp.h> only if

the system actually has it.  (This was intended to be committed
with the mpmt_pthread.c change.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2000-04-06 02:02:39 +00:00
parent d6fa489cff
commit b04191cbb3

View File

@ -52,6 +52,7 @@ sys/time.h \
sys/types.h \
sys/socket.h \
netinet/in.h \
netinet/tcp.h \
arpa/inet.h \
netdb.h \
pwd.h \