]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Windows : do not include ap_config_auto.h
authorSteffen Land <steffenal@apache.org>
Wed, 13 May 2020 13:44:14 +0000 (13:44 +0000)
committerSteffen Land <steffenal@apache.org>
Wed, 13 May 2020 13:44:14 +0000 (13:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877693 13f79535-47bb-0310-9956-ffa450edef68

support/passwd_common.h

index f1b3cd7ec639b81caa59724b7678bf4e6d8dffee..874c5e72277d7c22226d61f174fc51806bcd0862 100644 (file)
@@ -28,7 +28,9 @@
 #include "apu_version.h"
 #endif
 
+#if !defined(WIN32) && !defined(NETWARE)
 #include "ap_config_auto.h"
+#endif
 
 #define MAX_STRING_LEN 256