summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/stock/ChangeLog5
-rw-r--r--src/include/krb5/stock/osconf.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/src/include/krb5/stock/ChangeLog b/src/include/krb5/stock/ChangeLog
index 6d1617bab..0df6f26dc 100644
--- a/src/include/krb5/stock/ChangeLog
+++ b/src/include/krb5/stock/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 29 01:45:27 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * osconf.h: Don't include autoconf.h under Windows, since it
+ doesn't exist.
+
Wed Sep 13 23:50:02 1995 Mark Eichin <eichin@cygnus.com>
* osconf.h (KPROP_DEFAULT_FILE, KPROPD_DEFAULT_FILE,
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"