From: David Reid Date: Mon, 30 Jul 2001 21:30:28 +0000 (+0000) Subject: Allow us to build ssl on beos... X-Git-Tag: 2.0.23~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725705ff84b97a8a0807d2681e78700408a6f456;p=thirdparty%2Fapache%2Fhttpd.git Allow us to build ssl on beos... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89803 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_scache_dbm.c b/modules/ssl/ssl_scache_dbm.c index 2bccbe52213..9583b73f2d5 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) +#if !defined(OS2) && !defined(WIN32) && !defined(BEOS) /* * We have to make sure the Apache child processes have access to * the DBM file. But because there are brain-dead platforms where we