From ff9186c9e871f10cf886638bbb646db768713033 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 14 Sep 2001 23:30:41 +0000 Subject: [PATCH] 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 --- include/httpd.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1