From: Gregg Lewis Smith Date: Sun, 9 Aug 2015 19:47:55 +0000 (+0000) Subject: followup to r1694901, it was too greedy X-Git-Tag: 2.5.0-alpha~2976 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2153134ec018a721786640b225ae944b710e32;p=apache followup to r1694901, it was too greedy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1694902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/mod_dav_fs.c b/modules/dav/fs/mod_dav_fs.c index 510325cfff..4a3062cb95 100644 --- a/modules/dav/fs/mod_dav_fs.c +++ b/modules/dav/fs/mod_dav_fs.c @@ -17,7 +17,7 @@ #include "httpd.h" #include "http_config.h" #include "apr_strings.h" -#if (!defined(WIN32) && !defined(NETWARE)) || defined(__MINGW32__) +#if (!defined(WIN32) && !defined(NETWARE)) #include "ap_config_auto.h" #endif