]> granicus.if.org Git - apache/commitdiff
Added NetWare to the Win32 ifdef list
authorBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:26:27 +0000 (23:26 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:26:27 +0000 (23:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91028 13f79535-47bb-0310-9956-ffa450edef68

server/util.c

index bcfdb5c85d3d558bfd1e63f61bace4a48d69972e..7eaa1dc041a2f235a763e4ec9cffb02efe9cc847 100644 (file)
@@ -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) {