From 422739d923599f9fd40f2ec23d3c0554ae92096b Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 14 Sep 2001 23:26:27 +0000 Subject: [PATCH] Added NetWare to the Win32 ifdef list git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91028 13f79535-47bb-0310-9956-ffa450edef68 --- server/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util.c b/server/util.c index bcfdb5c85d..7eaa1dc041 100644 --- a/server/util.c +++ b/server/util.c @@ -898,7 +898,7 @@ AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg, apr_pool_t return status; if (finfo.filetype != APR_REG && -#if defined(WIN32) || defined(OS2) +#if defined(WIN32) || defined(OS2) || defined(NETWARE) strcasecmp(apr_filename_of_pathname(name), "nul") != 0) { #else strcmp(name, "/dev/null") != 0) { -- 2.50.1