From 9e723aea14409044571a829033de62e6df776fdc Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Fri, 9 Jul 1999 20:30:15 +0000 Subject: [PATCH] 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 --- server/mpm/mpmt_pthread/mpmt_pthread.c | 2 +- server/mpm/mpmt_pthread/scoreboard.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3