+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,
#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"