From dd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 26 Jan 1995 03:30:12 +0000 Subject: Make it possible to #include "..." without using slashes, for Macintosh support. * krb5.h: New file, the externally visible interface to Kerberos V5. Currently the whole kitchen sink, to bootstrap. * k5-int.h: New file, the internally visible declarations needed by source files that are part of the Kerberos V5 library itself. Currently the same whole kitchen sink, to bootstrap. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4845 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 310607bb5..3f5fb4592 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,14 @@ +Wed Jan 25 19:19:38 1995 John Gilmore (gnu at toad.com) + + Make it possible to #include "..." without using slashes, + for Macintosh support. + + * krb5.h: New file, the externally visible interface to + Kerberos V5. Currently the whole kitchen sink, to bootstrap. + * k5-int.h: New file, the internally visible declarations + needed by source files that are part of the Kerberos V5 library + itself. Currently the same whole kitchen sink, to bootstrap. + Fri Nov 18 00:16:31 1994 Mark Eichin * configure.in: use WITH_CCOPTS. -- cgit