summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/stock/osconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/stock/osconf.h')
-rw-r--r--src/include/krb5/stock/osconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 8bcfee2b29..9a872bc821 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -27,7 +27,7 @@
#ifndef KRB5_OSCONF__
#define KRB5_OSCONF__
-#if !defined(_MSDOS)
+#if !defined(_MSDOS) || !defined(_WIN32)
/* Don't try to pull in autoconf.h for Windows, since it's not used */
#ifndef KRB5_AUTOCONF__
#define KRB5_AUTOCONF__
@@ -35,7 +35,7 @@
#endif
#endif
-#if defined(_WINDOWS) || defined(WIN32)
+#if defined(_MSDOS) || defined(_WIN32)
#define DEFAULT_PROFILE_FILENAME "krb5.ini"
#define DEFAULT_LNAME_FILENAME "/aname"
#define DEFAULT_KEYTAB_NAME "FILE:%s\\v5srvtab"