summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-17 05:03:27 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-17 05:03:27 +0000
commit3386d1496d8d9b9f021ce6af9a00d1aee794fc46 (patch)
tree4bfd3ab1faf85a3ddbf9381ed898f1815ee55b01 /src/include/krb5/ChangeLog
parenta2cdd334f0fb25194ca29ba3aaf25043f6f4cde2 (diff)
* 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
Diffstat (limited to 'src/include/krb5/ChangeLog')
-rw-r--r--src/include/krb5/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 261e2f732..ed74292a1 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,17 @@
+Thu Mar 16 20:58:22 1995 John Gilmore (gnu at toad.com)
+
+ * 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.
+
Thu Mar 16 12:12:17 1995 Keith Vetter (keithv@fusion.com)
* k5-config.h: PC change, getting sys_nerr and sys_errlist to work.