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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 7afeaaf6a..070f5b98f 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -27,13 +27,13 @@
#ifndef KRB5_OSCONF__
#define KRB5_OSCONF__
+#if !defined(_MSDOS)
+ /* Don't try to pull in autoconf.h for Windows, since it's not used */
#ifndef KRB5_AUTOCONF__
#define KRB5_AUTOCONF__
#include "autoconf.h"
#endif
-
-#define USE_DBM_LNAME /* Use a DBM database for the aname/lname
- conversion */
+#endif
#ifdef _WINDOWS
#define DEFAULT_PROFILE_FILENAME "krb5.ini"