kdbint.h is obsolete
authorPaul Park <pjpark@mit.edu>
Thu, 27 Jul 1995 19:53:30 +0000 (19:53 +0000)
committerPaul Park <pjpark@mit.edu>
Thu, 27 Jul 1995 19:53:30 +0000 (19:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6353 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/.Sanitize
src/lib/kdb/ChangeLog
src/lib/kdb/kdbint.h [deleted file]

index 033818fbb394fa73e122203763f8774a77df7f53..15b3a593f73d8968f120f59f098cb418aa2b8eb9 100644 (file)
@@ -33,7 +33,6 @@ encrypt_key.c
 fetch_mkey.c
 kdb_compat.h
 kdb_dbm.c
-kdbint.h
 setup_mkey.c
 store_mkey.c
 verify_mky.c
index 5cb3bf91449d09e0633e51f024f911e5f0f7c97f..1d06c1db307d7328c794e819704cdc9e230f49b2 100644 (file)
@@ -1,4 +1,8 @@
 
+Thu Jul 27 15:28:41 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * kdbint.h - Obsolete.
+
+
 Thu Jul 27 02:59:05 1995        Chris Provenzano (proven@mit.edu)
         * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c:
                Rewritten for new kdb format.
diff --git a/src/lib/kdb/kdbint.h b/src/lib/kdb/kdbint.h
deleted file mode 100644 (file)
index 49c9c08..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * lib/kdb/kdbint.h
- *
- * Copyright 1990 by the Massachusetts Institute of Technology.
- * All Rights Reserved.
- *
- * Export of this software from the United States of America may
- *   require a specific license from the United States Government.
- *   It is the responsibility of any person or organization contemplating
- *   export to obtain such a license before exporting.
- * 
- * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
- * 
- *
- * Internal include file for libkdb.
- */
-
-
-#ifndef KRB5_KDBINT__
-#define KRB5_KDBINT__
-
-#define DEFAULT_KEYFILE_STUB   "/.k5."
-
-#endif /* KRB5_KDBINT__ */