From: Jeff Trawick Date: Mon, 10 Sep 2001 17:20:12 +0000 (+0000) Subject: allow Solaris administrators to choose "AcceptMutex pthread" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0c453db96b3895624bff97a99a77837b6f8106;p=thirdparty%2Fapache%2Fhttpd.git allow Solaris administrators to choose "AcceptMutex pthread" the default mechanism is unchanged git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90990 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/ap_config.h b/src/include/ap_config.h index a9252037b8f..a848b2fd76a 100644 --- a/src/include/ap_config.h +++ b/src/include/ap_config.h @@ -181,6 +181,7 @@ typedef int rlim_t; #define bzero(a,b) memset(a,0,b) #define HAVE_SYSVSEM_SERIALIZED_ACCEPT #define HAVE_FCNTL_SERIALIZED_ACCEPT +#define HAVE_PTHREAD_SERIALIZED_ACCEPT #if !defined(USE_SYSVSEM_SERIALIZED_ACCEPT) && \ !defined(USE_PTHREAD_SERIALIZED_ACCEPT) #define USE_FCNTL_SERIALIZED_ACCEPT