Commit 2492133b authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Added NetWare to a Win32 #ifdef


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90955 13f79535-47bb-0310-9956-ffa450edef68
parent c933c9ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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