Patch to get mod_auth_dbm.c compiled on NetWare:

--- mod_auth_dbm.c.orig Wed Mar 21 04:09:46 2001
+++ mod_auth_dbm.c      Wed Oct 10 17:32:14 2001
@@ -75,7 +75,7 @@
 #include "http_core.h"
 #include "http_log.h"
 #include "http_protocol.h"
-#if defined(WIN32)
+#if (defined(WIN32) || defined(NETWARE))
 #include <sdbm.h>
 #define dbm_open sdbm_open
 #define dbm_fetch sdbm_fetch

Attachment: mod_auth_dbm.c.patch
Description: Binary data

Reply via email to