]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
allow Solaris administrators to choose "AcceptMutex pthread"
authorJeff Trawick <trawick@apache.org>
Mon, 10 Sep 2001 17:20:12 +0000 (17:20 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 10 Sep 2001 17:20:12 +0000 (17:20 +0000)
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

src/include/ap_config.h

index a9252037b8f7bae33da17d1ff97c94cd7531b69b..a848b2fd76a9324e5b9b28a179d7333b10d00b50 100644 (file)
@@ -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