From: Manoj Kasichainula Date: Fri, 9 Jul 1999 20:30:15 +0000 (+0000) Subject: Prevent pthread.h from showing up in the Makefile dependancies when we X-Git-Tag: 1.3.7~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e723aea14409044571a829033de62e6df776fdc;p=thirdparty%2Fapache%2Fhttpd.git Prevent pthread.h from showing up in the Makefile dependancies when we rerun "make depend" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 0541986f02d..91b869c8817 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -72,7 +72,7 @@ #include "http_accept.h" #include -#include "pthread.h" +#include /* * Actual definitions of config globals diff --git a/server/mpm/mpmt_pthread/scoreboard.h b/server/mpm/mpmt_pthread/scoreboard.h index 7efb0074a92..9ed82b4bf53 100644 --- a/server/mpm/mpmt_pthread/scoreboard.h +++ b/server/mpm/mpmt_pthread/scoreboard.h @@ -57,7 +57,7 @@ #ifndef APACHE_SCOREBOARD_H #define APACHE_SCOREBOARD_H -#include "pthread.h" +#include #ifdef __cplusplus extern "C" { #endif