]> granicus.if.org Git - apache/commitdiff
ap_config_auto.h is not used/created in non-Autoconf compilers like MSVC
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 19:21:44 +0000 (19:21 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 19:21:44 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1694901 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/mod_dav_fs.c

index 78039c9b989fd0156e45869261b99d12af63338c..510325cfffd697115b4525b3ec4bfd0799b2a5fa 100644 (file)
@@ -17,7 +17,9 @@
 #include "httpd.h"
 #include "http_config.h"
 #include "apr_strings.h"
+#if (!defined(WIN32) && !defined(NETWARE)) || defined(__MINGW32__)
 #include "ap_config_auto.h"
+#endif
 
 #include "mod_dav.h"
 #include "repos.h"