* k5-config.h: Move <sys/types.h> handling from ../krb5.h to
authorJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:15:26 +0000 (03:15 +0000)
committerJohn Gilmore <gnu@toad.com>
Sat, 18 Mar 1995 03:15:26 +0000 (03:15 +0000)
commit013d8756ccc5074dcb6ed28ffec55e2f9776bbb9
treed554021fba43cb9577222e5418060816ef27943f
parentb268959c70649c0cb2bc048810629a13c3335394
* 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
src/include/krb5/ChangeLog
src/include/krb5/Makefile.in
src/include/krb5/k5-config.h