]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
allow sysvsem to be selected as the accept mutex mechanism on AIX
authorJeff Trawick <trawick@apache.org>
Thu, 6 Sep 2001 16:58:21 +0000 (16:58 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 6 Sep 2001 16:58:21 +0000 (16:58 +0000)
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

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