+Thu Apr 20 12:45:07 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: bug that makefiles were always being reconfigured.
+
Wed Apr 19 18:32:04 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in:
lib\krb5\os\makefile.in lib\krb5\posix\makefile.in \
lib\krb5\rcache\makefile.in \
util\et\makefile.in
+ copy makefile.in makefile
.\wconfig config <include\makefile.in >include\makefile
.\wconfig config <include\krb5\makefile.in >include\krb5\makefile
.\wconfig config <lib\makefile.in >lib\makefile
+Thu Apr 20 12:15:54 1995 Keith Vetter (keithv@fusion.com)
+
+ * krb5.h: Needs SIZEOF_INT, SIZEOF_LONG defined for the PC.
+
Wed Apr 29 10:00:00 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: duplicated the file copying stuff from
#endif
#ifdef _MSDOS
+
+#define SIZEOF_INT 2
+#define SIZEOF_LONG 4
+
#ifndef KRB5_CONFIG__
#define KRB5_PROVIDE_PROTOTYPES
#define HAS_VOID_TYPE
+Thu Apr 20 12:16:50 1995 Keith Vetter (keithv@fusion.com)
+
+ * win_glue.c: include k5-int.h instead of krb5.h.
+
Mon Apr 17 17:47:07 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: forgot about the rule to make gssapi.lib on the PC.
/* We can't include winsock.h directly because of /Za (stdc) options */
#define NEED_SOCKETS
-#include "krb5.h"
+#include "k5-int.h"
int
win_socket_initialize()
+Thu Apr 20 12:17:34 1995 Keith Vetter (keithv@fusion.com)
+
+ * cns.c, tktlist.c, krbini.h: Fixed up #include so it
+ it only relies on krb5.h. We now include winsock
+ ourselves and we needed to pull one constant out of
+ k5-config.h (INI_KRB_CCACHE).
+
Tue Apr 18 16:19:07 1995 Keith Vetter (keithv@fusion.com)
* makefile: better compile flags.
#endif
#ifdef KRB5
- #define NEED_SOCKETS
+ #include "winsock.h"
#include "krb5.h"
#include "krbini.h"
#include "com_err.h"
#define DEF_KRB_REALMS "krb.rea" /* Default name for krb.realms file */
#define INI_RECENT_LOGINS "Recent Logins"
#define INI_LOGIN "Login"
+#define INI_KRB_CCACHE "krb5cc" /* From k5-config.h */
#endif
#ifdef KRB5
- #define NEED_SOCKETS
+ #include "winsock.h"
#include "krb5.h"
#include "com_err.h"