diff options
| author | John Gilmore <gnu@toad.com> | 1995-03-18 03:15:26 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-03-18 03:15:26 +0000 |
| commit | 013d8756ccc5074dcb6ed28ffec55e2f9776bbb9 (patch) | |
| tree | d554021fba43cb9577222e5418060816ef27943f /src/include/krb5/ChangeLog | |
| parent | b268959c70649c0cb2bc048810629a13c3335394 (diff) | |
* k5-config.h: Move <sys/types.h> handling from ../krb5.h to
here, because we need <sys/types.h> or the u_* types to be defined
before we include the Unix socket include files a little later in
k5-config.h. We actually add this code twice, once in the MSDOS
section and once in the Unix/Mac section.
(NEED_SOCKETS): Also include <net/if.h>, for localaddr.c.
* Makefile.in (clean-mac): Add.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5155 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
| -rw-r--r-- | src/include/krb5/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 11e9758526..80569ba9ac 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,13 @@ +Fri Mar 17 19:12:13 1995 John Gilmore (gnu at toad.com) + + * k5-config.h: Move <sys/types.h> handling from ../krb5.h to + here, because we need <sys/types.h> or the u_* types to be defined + before we include the Unix socket include files a little later in + k5-config.h. We actually add this code twice, once in the MSDOS + section and once in the Unix/Mac section. + (NEED_SOCKETS): Also include <net/if.h>, for localaddr.c. + * Makefile.in (clean-mac): Add. + Tue Mar 14 16:50:54 1995 <tytso@rsx-11.mit.edu> * Makefile.in: Delete definition for KRB5ROOT and KRB5_INCDIR, |
