From ec7f3d287633d9274f0796ea3142a1236ec92016 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 29 Sep 1995 05:48:21 +0000 Subject: [PATCH] Don't include autoconf.h under Windows, since it doesn't exist git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6890 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/ChangeLog | 5 +++++ src/include/krb5/stock/osconf.h | 6 +++--- 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 + + * osconf.h: Don't include autoconf.h under Windows, since it + doesn't exist. + Wed Sep 13 23:50:02 1995 Mark Eichin * 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" -- 2.26.2