summaryrefslogtreecommitdiff
path: root/include/ap_config.h
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2001-09-07 14:43:01 +0000
committerBradley Nicholes <bnicholes@apache.org>2001-09-07 14:43:01 +0000
commit77752998405b8d23555caf183f2f324c60b46374 (patch)
treeb06f121806e88ef1b9455b1bab40d307dcd1dcb9 /include/ap_config.h
parenta7427e7c56d081c8c816811cf981ce742fa7d984 (diff)
downloadhttpd-77752998405b8d23555caf183f2f324c60b46374.tar.gz
Added NetWare to a Win32 #ifdef
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_config.h')
-rw-r--r--include/ap_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index 0b7a588483..57d5bfa616 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