From d7615f9a9398c73cb93907fa5b01bf7d8a149509 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 12 Mar 2002 21:05:37 +0000 Subject: [PATCH] Added NetWare to the ifdef list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93869 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_scache_dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_scache_dbm.c b/modules/ssl/ssl_scache_dbm.c index 09bca87e85..e0ba572580 100644 --- a/modules/ssl/ssl_scache_dbm.c +++ b/modules/ssl/ssl_scache_dbm.c @@ -82,7 +82,7 @@ void ssl_scache_dbm_init(server_rec *s, apr_pool_t *p) } apr_dbm_close(dbm); -#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) +#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) && !defined(NETWARE) /* * We have to make sure the Apache child processes have access to * the DBM file. But because there are brain-dead platforms where we -- 2.40.0