From: Jeff Trawick Date: Thu, 6 Apr 2000 02:02:39 +0000 (+0000) Subject: In mpmt_pthread.c, include only if X-Git-Tag: apache-doc-split-01~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04191cbb37d7da73311b6549fffe118b12b9f1f;p=thirdparty%2Fapache%2Fhttpd.git In mpmt_pthread.c, include 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 --- diff --git a/configure.in b/configure.in index 405aa268ef9..ea5d2eacc35 100644 --- a/configure.in +++ b/configure.in @@ -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 \