Commit 4650a83e authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 37e98d0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {