diff options
| author | John Gilmore <gnu@toad.com> | 1995-01-26 03:30:12 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-01-26 03:30:12 +0000 |
| commit | dd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3 (patch) | |
| tree | 7507592acfcdd648482ea82b6d6834ff4ce412bc /src/include/ChangeLog | |
| parent | ba9bf9a0784e0171f68152c41a9cd4e6ea4af584 (diff) | |
| download | krb5-dd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3.tar.gz krb5-dd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3.tar.xz krb5-dd33bada5dc48f17a8fd78fa2cbd0e22e8d0fee3.zip | |
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
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <eichin@cygnus.com> * configure.in: use WITH_CCOPTS. |
