Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 9036 invoked by uid 500); 6 Apr 2000 02:00:53 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 9023 invoked by uid 500); 6 Apr 2000 02:00:52 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 6 Apr 2000 02:00:52 -0000 Message-ID: <20000406020052.9019.qmail@locus.apache.org> From: trawick@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c trawick 00/04/05 19:00:52 Modified: src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: In mpmt_pthread.c, include only if the system actually has it. Revision Changes Path 1.62 +3 -1 apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- mpmt_pthread.c 2000/04/05 01:23:50 1.61 +++ mpmt_pthread.c 2000/04/06 02:00:52 1.62 @@ -73,7 +73,9 @@ #include "ap_listen.h" #include "scoreboard.h" -#include +#ifdef HAVE_NETINET_TCP_H +#include +#endif #include #include #include