diff options
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 |