From 85e926aa90f4586ec2b214f450fc90fa4efd9ced Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 20 Apr 1995 15:37:40 +0000 Subject: Inlined the following include files in krb5.h, to simplify the header files which actually need to be installed: wordsize.h, base-defs.h, hostaddr.h, fieldbits.h, proto.h, macros.h, error_def.h, safepriv.h, ccache.h, rcache.h, keytab.h, func-proto.h, k5-free.h. Also moved the #include of k5-config.h and k5-errors.h to k5-int.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5385 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a6c490866..8167b8c54 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,13 @@ +Thu Apr 20 11:32:09 1995 + + * krb5.h, k5-int.h: Inlined the following include files, to + simplify the header files which actually need to be + installed: wordsize.h, base-defs.h, hostaddr.h, + fieldbits.h, proto.h, macros.h, error_def.h, safepriv.h, + ccache.h, rcache.h, keytab.h, func-proto.h, k5-free.h. + Also moved the #include of k5-config.h and k5-errors.h to + k5-int.h. + Wed Apr 19 13:23:39 1995 Ezra Peisach * krb5.h: Added default_realm pointer to krb5_context -- cgit