]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache-db3.patch
- updated to 1.3.14
[packages/apache1.git] / apache-db3.patch
index f1b7e47f0f4f157f89748b7db20c77b666e600ff..bf6f6a86b3c7d71478f521cd71cb8fb38ed421cf 100644 (file)
@@ -1,14 +1,15 @@
---- apache_1.3.12/src/modules/standard/mod_auth_dbm.c~ Mon Sep 25 20:50:01 2000
-+++ apache_1.3.12/src/modules/standard/mod_auth_dbm.c  Mon Sep 25 21:05:00 2000
-@@ -75,8 +75,12 @@
- #include "http_log.h"
- #include "http_protocol.h"
- #if defined(__GLIBC__) && defined(__GLIBC_MINOR__) \
+diff -urN apache_1.3.14.orig/src/modules/standard/mod_auth_dbm.c apache_1.3.14/src/modules/standard/mod_auth_dbm.c
+--- apache_1.3.14.orig/src/modules/standard/mod_auth_dbm.c     Sat Nov 11 22:58:04 2000
++++ apache_1.3.14/src/modules/standard/mod_auth_dbm.c  Sat Nov 11 22:59:52 2000
+@@ -80,8 +80,12 @@
+ #define dbm_fetch sdbm_fetch
+ #define dbm_close sdbm_close
+ #elif defined(__GLIBC__) && defined(__GLIBC_MINOR__) \
 -    && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
 +    && __GLIBC__ >= 2 && __GLIBC_MINOR__ == 1
  #include <db1/ndbm.h>
 +#elif defined(__GLIBC__) && defined(__GLIBC_MINOR__) \
-+    && __GLIBC__ >= 2 && __GLIBC_MINOR__ == 2
++    && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 2
 +#define DB_DBM_HSEARCH 1
 +#include <db.h>
  #else
This page took 0.030448 seconds and 4 git commands to generate.