* configure.in: Replace nonstandard CHECK_STDARG with
authorJohn Gilmore <gnu@toad.com>
Fri, 17 Mar 1995 05:03:27 +0000 (05:03 +0000)
committerJohn Gilmore <gnu@toad.com>
Fri, 17 Mar 1995 05:03:27 +0000 (05:03 +0000)
commit3386d1496d8d9b9f021ce6af9a00d1aee794fc46
tree4bfd3ab1faf85a3ddbf9381ed898f1815ee55b01
parenta2cdd334f0fb25194ca29ba3aaf25043f6f4cde2
* configure.in:  Replace nonstandard CHECK_STDARG with
AC_CHECK_HEADERS.  Also check for header file macsock.h, which
is a dummy test -- it's false on Unix and PC's, but on the Mac
we hand-configure it to be true, to indicate that we want Mac
socket support rather than Unix socket support.
* base-defs.h, k5-config.h:  Use HAVE_STDARG_H, not STDARG_PROTOTYPES.
* k5-config.h (NEED_SOCKETS):  Add new section which brings in
socket include files for the appropriate compilation environment
(Mac or Unix; Windows already did this).
* macsock.h:  New include file, derived from Cygnus Network Security
Mac K4 release, for simulating sockets under MacTCP.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5140 dc483132-0cff-0310-8789-dd5450dbe970
src/include/krb5/ChangeLog
src/include/krb5/base-defs.h
src/include/krb5/configure.in
src/include/krb5/k5-config.h
src/include/krb5/macsock.h [new file with mode: 0644]