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

include/ap_config.h

index 0b7a58848328b39e20d79c71e9595f22bb8b9218..57d5bfa616b88442c8728349ace43d81805825e8 100644 (file)
         APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
 
 #include "os.h"
-#ifndef WIN32
+#if !defined(WIN32) && !defined(NETWARE)
 #include "ap_config_auto.h"
 #endif