diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 17 |
2 files changed, 4 insertions, 17 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index adc15b757..5f0b1a4d1 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 25 15:21:26 1997 Tom Yu <tlyu@mit.edu> + + * k5-int.h: Don't include anything related to dbm. + Tue Jul 15 12:35:41 1997 Theodore Y. Ts'o <tytso@mit.edu> * win-mac.h: Remove (probably unneeded) size_t definition. diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 0b1d0b90f..9eb30b4b1 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -345,22 +345,6 @@ typedef struct _krb5_sam_response { /* - * Begin "dbm.h" - */ -#if !defined(_MACINTOSH) && !defined(_MSDOS) && !defined(_WIN32) - -/* - * Since we are always using db, use the db-ndbm include header file. - */ - -#include "db-ndbm.h" - -#endif /* !MSDOS && !MACINTOSH */ -/* - * End "dbm.h" - */ - -/* * Begin "ext-proto.h" */ #ifndef KRB5_EXT_PROTO__ @@ -619,7 +603,6 @@ time_t gmt_mktime KRB5_PROTOTYPE((struct tm *)); * Include the KDB definitions. */ #include "kdb.h" -#include "kdb_dbm.h" /* * Begin "libos.h" |
