]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
In mpmt_pthread.c, include <netinet/tcp.h> only if
authorJeff Trawick <trawick@apache.org>
Thu, 6 Apr 2000 02:02:39 +0000 (02:02 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 6 Apr 2000 02:02:39 +0000 (02:02 +0000)
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

configure.in

index 405aa268ef901c9096a4479906727438f8e13dfe..ea5d2eacc35ef839d8918e06692e570c8d7c7644 100644 (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 \