* k5-int.h: Don't include anything related to dbm
authorTom Yu <tlyu@mit.edu>
Fri, 25 Jul 1997 19:23:30 +0000 (19:23 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 25 Jul 1997 19:23:30 +0000 (19:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10125 dc483132-0cff-0310-8789-dd5450dbe970

src/include/ChangeLog
src/include/k5-int.h

index adc15b757a626daf5428233ae3c57adf465ed62f..5f0b1a4d1a712397bcc954e7fe3cf9b9cbcf849f 100644 (file)
@@ -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.
index 0b1d0b90fa520dabe5bff9835d80242f01b548b5..9eb30b4b1ada17984833a2b3de20513eac52c584 100644 (file)
@@ -344,22 +344,6 @@ typedef struct _krb5_sam_response {
 } 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"
  */
@@ -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"