apache.patch.modssl 621 B

1234567891011121314
  1. Index: pkg.sslmod/mod_ssl.h
  2. --- pkg.sslmod/mod_ssl.h.orig 2006-05-08 09:15:38 +0200
  3. +++ pkg.sslmod/mod_ssl.h 2007-03-13 17:03:24 +0100
  4. @@ -290,6 +290,9 @@
  5. #if defined(USE_SYSVSEM_SERIALIZED_ACCEPT) ||\
  6. (defined(__FreeBSD__) && defined(__FreeBSD_version) &&\
  7. __FreeBSD_version >= 300000) ||\
  8. + (defined(__NetBSD__) && defined(__NetBSD_Version__) &&\
  9. + __NetBSD_Version__ >= 105000000) ||\
  10. + defined(__OpenBSD__) ||\
  11. (defined(LINUX) && defined(__GLIBC__) && defined(__GLIBC_MINOR__) &&\
  12. LINUX >= 2 && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) ||\
  13. defined(SOLARIS2) || defined(__hpux) ||\