summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-07-25 19:23:30 +0000
committerTom Yu <tlyu@mit.edu>1997-07-25 19:23:30 +0000
commit2bef49f8164ac60cdd934fcc164a924398bc63ef (patch)
tree5bb924e87c7197ea3d1335a2829fce6e89a604a5 /src/include
parent2beef9a20966ce7f1a85e1df2008f96a82d334b6 (diff)
downloadkrb5-2bef49f8164ac60cdd934fcc164a924398bc63ef.tar.gz
krb5-2bef49f8164ac60cdd934fcc164a924398bc63ef.tar.xz
krb5-2bef49f8164ac60cdd934fcc164a924398bc63ef.zip
* k5-int.h: Don't include anything related to dbm
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10125 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h17
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"