[883] in Kerberos_V5_Development
Re: CVS report: src/lib/krb5/keytab/file ChangeLog ktf_util.c
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Mar 2 21:26:39 1995
Date: Thu, 2 Mar 1995 21:26:35 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: John Gilmore <gnu@cygnus.com>
Cc: krbdev@MIT.EDU
In-Reply-To: John Gilmore's message of Wed, 01 Mar 1995 20:33:24 -0800,
<199503020433.UAA26127@cygnus.com>
Date: Wed, 01 Mar 1995 20:33:24 -0800
From: John Gilmore <gnu@cygnus.com>
Keith, I noticed you introduced NEED_WINSOCK_H into krb5.h.
Can you change this to NEED_SOCKETS? WINSOCK is Windows-specific.
Sockets are a generic interface (originally for Unix).
I'm confused. k5-config.h now reads:
#ifdef NEED_SOCKETS
#include <winsock.h>
#endif
John, you surely didn't mean to say that NEED_WINSOCK_H should be
changed to NEED_SOCKETS, (as Keith has since done) did you? After all,
whether or not winsock.h needs to be included seems awfully
Windows-specific to me.
Sockets are a generic interface --- including winsock.h is Windows
specific.
- Ted