From: Steffen Land Date: Wed, 13 May 2020 13:44:14 +0000 (+0000) Subject: Windows : do not include ap_config_auto.h X-Git-Tag: 2.5.0-alpha2-ci-test-only~1443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa71ac80448d935bf6c354c22d7fe7e2227dfa8d;p=thirdparty%2Fapache%2Fhttpd.git Windows : do not include ap_config_auto.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877693 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/passwd_common.h b/support/passwd_common.h index f1b3cd7ec63..874c5e72277 100644 --- a/support/passwd_common.h +++ b/support/passwd_common.h @@ -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