Don't include autoconf.h under Windows, since it doesn't exist
authorTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 05:48:21 +0000 (05:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 05:48:21 +0000 (05:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6890 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/ChangeLog
src/include/krb5/stock/osconf.h

index 6d1617babc2d42e9e5b1de7541625280752628ab..0df6f26dcc0d31a30ad6ee9d068631aace363d4b 100644 (file)
@@ -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,
index 7afeaaf6a5ce3e76b3eaab56b7c37316cf57b10a..070f5b98f55b15b9ac5992ca28a2dada24e0e2bc 100644 (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"