From 71046cd407789e22e9b14b74affdb12809c76c07 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 26 May 2002 18:49:19 +0000 Subject: Removed the "pthread" related includes. --- src/common.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index e81ed7e..1489c51 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.1 2002-05-23 04:37:54 rjkaes Exp $ +/* $Id: common.h,v 1.2 2002-05-26 18:49:19 rjkaes Exp $ * * This file groups all the headers required throughout the tinyproxy * system. All this information use to be in the "tinyproxy.h" header, @@ -112,13 +112,6 @@ #ifdef HAVE_NETDB_H # include #endif -#ifdef HAVE_PTHREAD_H -# include -#else -# ifdef HAVE_PTHREADS_H -# include -# endif -#endif #ifdef HAVE_PWD_H # include #endif @@ -162,6 +155,9 @@ #ifdef HAVE_WCTYPE_H # include #endif +#ifdef HAVE_SYS_MMAN_H +# include +#endif /* * If MSG_NOSIGNAL is not defined, define it to be zero so that it doesn't -- cgit v1.2.3