]> granicus.if.org Git - apache/commitdiff
Added the HTTPD_ROOT path for NetWare
authorBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:30:41 +0000 (23:30 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:30:41 +0000 (23:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91030 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 2ac5e704b9cc1cdddcff92c42d3291a25d64a0e3..5039333e41cbecb69b4fdd9e7e2f7f589f7dded9 100644 (file)
@@ -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