diff options
author | Steffen Land <steffenal@apache.org> | 2020-05-13 15:44:14 +0200 |
---|---|---|
committer | Steffen Land <steffenal@apache.org> | 2020-05-13 15:44:14 +0200 |
commit | aa71ac80448d935bf6c354c22d7fe7e2227dfa8d (patch) | |
tree | 86792a8b9b4d9bc6fd8f19a1734465bc31c07d08 /support/passwd_common.h | |
parent | Windows bits for mod_log_json.dsp (diff) | |
download | apache2-aa71ac80448d935bf6c354c22d7fe7e2227dfa8d.tar.xz apache2-aa71ac80448d935bf6c354c22d7fe7e2227dfa8d.zip |
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/passwd_common.h')
-rw-r--r-- | support/passwd_common.h | 2 |
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 |