]> granicus.if.org Git - apache/commitdiff
followup to r1694901, it was too greedy
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 19:47:55 +0000 (19:47 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 19:47:55 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1694902 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/mod_dav_fs.c

index 510325cfffd697115b4525b3ec4bfd0799b2a5fa..4a3062cb9500332720c544f3051249979788d69c 100644 (file)
@@ -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