]> granicus.if.org Git - apache/commitdiff
Added NetWare to a Win32 #ifdef
authorBradley Nicholes <bnicholes@apache.org>
Fri, 7 Sep 2001 14:52:00 +0000 (14:52 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 7 Sep 2001 14:52:00 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90956 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_userdir.c

index efd8675a1242f2d1d2c60f79dc95259f1cf531e3..e599e4c9d020e3ea661f2743978a52971bf186da 100644 (file)
 #include "http_config.h"
 #include "http_request.h"
 
-#if !defined(WIN32) && !defined(OS2) && !defined(BEOS)
+#if !defined(WIN32) && !defined(OS2) && !defined(BEOS) && !defined(NETWARE)
 #define HAVE_UNIX_SUEXEC
 #endif