From aa71ac80448d935bf6c354c22d7fe7e2227dfa8d Mon Sep 17 00:00:00 2001 From: Steffen Land Date: Wed, 13 May 2020 13:44:14 +0000 Subject: 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 --- support/passwd_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support') diff --git a/support/passwd_common.h b/support/passwd_common.h index f1b3cd7ec6..874c5e7227 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 -- cgit v1.2.1