From 9051a32a09c7cbf6ad958f7d44a4c494c541ad1b Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 6 Sep 2001 16:58:21 +0000 Subject: [PATCH] allow sysvsem to be selected as the accept mutex mechanism on AIX the default for AIX remains unchanged (pthread) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90927 13f79535-47bb-0310-9956-ffa450edef68 --- src/include/ap_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/ap_config.h b/src/include/ap_config.h index 0c77f2d94dd..a9252037b8f 100644 --- a/src/include/ap_config.h +++ b/src/include/ap_config.h @@ -281,6 +281,8 @@ typedef int rlim_t; typedef int rlim_t; #endif #define HAVE_FCNTL_SERIALIZED_ACCEPT +#define HAVE_SYSVSEM_SERIALIZED_ACCEPT +#define NEED_UNION_SEMUN #if !defined(USE_PTHREAD_SERIALIZED_ACCEPT) #define USE_FCNTL_SERIALIZED_ACCEPT #endif -- 2.47.2