summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-02 21:37:00 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-02 21:37:00 +0000
commit9e9e72cc37f74dee5396f3cdbac4e4761d88ba0f (patch)
tree2f6b4b57c16b2b7652d55cf4dfa111142a25e222 /src/include
parent20c1002cab4a8e4a9d1f165a9dd1a28f197ef318 (diff)
downloadkrb5-9e9e72cc37f74dee5396f3cdbac4e4761d88ba0f.tar.gz
krb5-9e9e72cc37f74dee5396f3cdbac4e4761d88ba0f.tar.xz
krb5-9e9e72cc37f74dee5396f3cdbac4e4761d88ba0f.zip
Changed NEED_WINSOCK_H to NEED_SOCKETS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5065 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/k5-config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index ad282097c..149a182b1 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 2 13:30:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * k5-config.h: changed NEED_WINSOCK_H to NEED_SOCKETS
+
Wed Mar 1 20:00:00 1995 Keith Vetter (keithv@fusion.com)
* func-proto.h: fixed up a const attribute to krb5_send_tgs.
diff --git a/src/include/krb5/k5-config.h b/src/include/krb5/k5-config.h
index c0f252267..117ed87ec 100644
--- a/src/include/krb5/k5-config.h
+++ b/src/include/krb5/k5-config.h
@@ -73,7 +73,7 @@ typedef unsigned char u_char;
#define _cdecl __cdecl
#define _huge __huge
-#ifdef NEED_WINSOCK_H
+#ifdef NEED_SOCKETS
#include <winsock.h>
#endif