summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorSteffen Land <steffenal@apache.org>2020-05-13 13:44:14 +0000
committerSteffen Land <steffenal@apache.org>2020-05-13 13:44:14 +0000
commitaa71ac80448d935bf6c354c22d7fe7e2227dfa8d (patch)
tree86792a8b9b4d9bc6fd8f19a1734465bc31c07d08 /support
parent482089e7e1bf4f0bc05c93eaadaffeabdfbfd133 (diff)
downloadhttpd-aa71ac80448d935bf6c354c22d7fe7e2227dfa8d.tar.gz
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
Diffstat (limited to 'support')
-rw-r--r--support/passwd_common.h2
1 files changed, 2 insertions, 0 deletions
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