HP-UX has SysV semaphores, and this patch permits "SSLMutex sem" on that
platform (patch is against mod_ssl-2.6.0-1.3.12):

--- pkg.sslmod/mod_ssl.h~       Thu Feb 24 20:51:13 2000
+++ pkg.sslmod/mod_ssl.h        Mon Feb 28 17:53:54 2000
@@ -261,7 +261,8 @@
      __FreeBSD_version >= 300000) ||\
     (defined(LINUX) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) &&\
      LINUX >= 2 && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) ||\
-    defined(SOLARIS2)
+    defined(SOLARIS2) ||\
+    defined(__hpux)
 #define SSL_CAN_USE_SEM
 #define SSL_HAVE_IPCSEM
 #include <sys/types.h>


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to