]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add 'AcceptMutex sysvsem' on FSC's SVR4 machines
authorMartin Kraemer <martin@apache.org>
Sat, 6 Oct 2001 20:44:31 +0000 (20:44 +0000)
committerMartin Kraemer <martin@apache.org>
Sat, 6 Oct 2001 20:44:31 +0000 (20:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91339 13f79535-47bb-0310-9956-ffa450edef68

src/include/ap_config.h

index ad4a0920719e2f615ffae640b18db40f487153c1..f6f8bbb059011c216900e62a82177820da49b944 100644 (file)
@@ -590,6 +590,9 @@ extern char *crypt();
 #define bzero(a,b) memset(a,0,b)
 /* A lot of SVR4 systems need this */
 #define HAVE_FCNTL_SERIALIZED_ACCEPT
+#ifdef SNI
+#define HAVE_SYSVSEM_SERIALIZED_ACCEPT
+#endif
 #ifndef USE_SYSVSEM_SERIALIZED_ACCEPT
 #define USE_FCNTL_SERIALIZED_ACCEPT
 #endif