From: Bradley Nicholes Date: Fri, 7 Sep 2001 14:43:01 +0000 (+0000) Subject: Added NetWare to a Win32 #ifdef X-Git-Tag: 2.0.26~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77752998405b8d23555caf183f2f324c60b46374;p=thirdparty%2Fapache%2Fhttpd.git Added NetWare to a Win32 #ifdef git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90955 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_config.h b/include/ap_config.h index 0b7a5884832..57d5bfa616b 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -266,7 +266,7 @@ 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