From: Bradley Nicholes Date: Fri, 14 Sep 2001 23:30:41 +0000 (+0000) Subject: Added the HTTPD_ROOT path for NetWare X-Git-Tag: 2.0.26~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff9186c9e871f10cf886638bbb646db768713033;p=apache Added the HTTPD_ROOT path for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91030 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 2ac5e704b9..5039333e41 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -106,6 +106,9 @@ extern "C" { #elif defined (BEOS) /* Set the default for BeOS */ #define HTTPD_ROOT "/boot/home/apache" +#elif defined (NETWARE) +/* Set the default for NetWare */ +#define HTTPD_ROOT "/apache" #else #define HTTPD_ROOT "/usr/local/apache" #endif