summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-03 07:27:20 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-03 07:27:20 +0000
commit32e8c69f65c19347d88a683bf570477cea5e246e (patch)
tree6ac34c1cec26b2698c90bb4fe806c50236f7295d /src/include/ChangeLog
parent42a93b0f1d60170561b21fc95c93908b288e9aa5 (diff)
downloadkrb5-32e8c69f65c19347d88a683bf570477cea5e246e.tar.gz
krb5-32e8c69f65c19347d88a683bf570477cea5e246e.tar.xz
krb5-32e8c69f65c19347d88a683bf570477cea5e246e.zip
Make include files begin to work on the Macintosh
* k5-int.h: Remove krb5/ from #includes. Rearrange #includes so that time_t is defined before kdb.h is included. * krb5.h: Include k5-config.h first, so its #define's can control the rest of the file. If <sys/types.h> is not present, define u_long, etc, manually. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5070 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 71dbb7977..65a643f8b 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,13 @@
+Thu Mar 2 23:24:00 1995 John Gilmore (gnu at toad.com)
+
+ Make include files begin to work on the Macintosh.
+
+ * k5-int.h: Remove krb5/ from #includes. Rearrange #includes
+ so that time_t is defined before kdb.h is included.
+ * krb5.h: Include k5-config.h first, so its #define's can
+ control the rest of the file. If <sys/types.h> is not present,
+ define u_long, etc, manually.
+
Wed Feb 22 18:31:12 1995 John Gilmore (gnu at toad.com)
* k5-int.h: Remove commented-out <widen.h> and <narrow.h>.