summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-20 20:01:50 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-20 20:01:50 +0000
commit96345dfe5d95d1993e67463afbe048e12ce6d103 (patch)
tree9994d2821c41f494a061531aae015064e45d219b /src/windows
parent5d3558d5e6735514c89dc61ae4299d975899323d (diff)
downloadkrb5-96345dfe5d95d1993e67463afbe048e12ce6d103.tar.gz
krb5-96345dfe5d95d1993e67463afbe048e12ce6d103.tar.xz
krb5-96345dfe5d95d1993e67463afbe048e12ce6d103.zip
Changes for the PC due to tytso's changing the include structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/cns/changelo7
-rw-r--r--src/windows/cns/cns.c2
-rw-r--r--src/windows/cns/krbini.h1
-rw-r--r--src/windows/cns/tktlist.c2
4 files changed, 10 insertions, 2 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo
index f2843d82a..59f8c88da 100644
--- a/src/windows/cns/changelo
+++ b/src/windows/cns/changelo
@@ -1,3 +1,10 @@
+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.
diff --git a/src/windows/cns/cns.c b/src/windows/cns/cns.c
index 6d4c6cdad..a93113de7 100644
--- a/src/windows/cns/cns.c
+++ b/src/windows/cns/cns.c
@@ -34,7 +34,7 @@
#endif
#ifdef KRB5
- #define NEED_SOCKETS
+ #include "winsock.h"
#include "krb5.h"
#include "krbini.h"
#include "com_err.h"
diff --git a/src/windows/cns/krbini.h b/src/windows/cns/krbini.h
index da5aa88b4..4b09b046a 100644
--- a/src/windows/cns/krbini.h
+++ b/src/windows/cns/krbini.h
@@ -21,3 +21,4 @@
#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 */
diff --git a/src/windows/cns/tktlist.c b/src/windows/cns/tktlist.c
index 198e97bcd..8e5db5395 100644
--- a/src/windows/cns/tktlist.c
+++ b/src/windows/cns/tktlist.c
@@ -26,7 +26,7 @@
#endif
#ifdef KRB5
- #define NEED_SOCKETS
+ #include "winsock.h"
#include "krb5.h"
#include "com_err.h"