From b04191cbb37d7da73311b6549fffe118b12b9f1f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 6 Apr 2000 02:02:39 +0000 Subject: [PATCH] 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 405aa268ef..ea5d2eacc3 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 \ -- 2.50.1