Removed the "pthread" related includes.
This commit is contained in:
parent
c35e56ae66
commit
71046cd407
12
src/common.h
12
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 <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_PTHREAD_H
|
||||
# include <pthread.h>
|
||||
#else
|
||||
# ifdef HAVE_PTHREADS_H
|
||||
# include <pthreads.h>
|
||||
# endif
|
||||
#endif
|
||||
#ifdef HAVE_PWD_H
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
@ -162,6 +155,9 @@
|
||||
#ifdef HAVE_WCTYPE_H
|
||||
# include <wctype.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* If MSG_NOSIGNAL is not defined, define it to be zero so that it doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user