From bfc376060ac4525495d2edc8a08b922a9176418b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 25 May 2002 02:23:17 +0000 Subject: Reduce build-time per-system dependencies and krb5.h namespace intrusions * krb5.hin: Don't include profile.h. Do include limits.h. (krb5_int16, krb5_ui_2, krb5_int32, krb5_ui_4): Conditionalize on the values of INT_MAX, LONG_MAX and SHRT_MAX. (VALID_INT_BITS, VALID_UINT_BITS, SALT_TYPE_AFS_LENGTH, SALT_TYPE_NO_LENGTH): Define in terms of INT_MAX and UINT_MAX. (struct _profile_t): Declare forward. (krb5_get_profile): Use struct _profile_t instead of profile_t in declaration. (krb5_ui_1): Delete. * Makefile.in (krb5.h): Don't put SIZEOF macros into output. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14451 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 1abad7c80..e64a3fb26 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,18 @@ +2002-05-24 Ken Raeburn + + Reduce build-time per-system dependencies and krb5.h namespace + intrusions: + * krb5.hin: Don't include profile.h. Do include limits.h. + (krb5_int16, krb5_ui_2, krb5_int32, krb5_ui_4): Conditionalize on + the values of INT_MAX, LONG_MAX and SHRT_MAX. + (VALID_INT_BITS, VALID_UINT_BITS, SALT_TYPE_AFS_LENGTH, + SALT_TYPE_NO_LENGTH): Define in terms of INT_MAX and UINT_MAX. + (struct _profile_t): Declare forward. + (krb5_get_profile): Use struct _profile_t instead of profile_t in + declaration. + (krb5_ui_1): Delete. + * Makefile.in (krb5.h): Don't put SIZEOF macros into output. + 2002-04-25 Ken Raeburn * fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) -- cgit