Changed NEED_WINSOCK_H to NEED_SOCKETS for pulling in socket files
authorKeith Vetter <keithv@fusion.com>
Thu, 2 Mar 1995 19:46:08 +0000 (19:46 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 2 Mar 1995 19:46:08 +0000 (19:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5062 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/compat_recv.c
src/lib/krb5/krb/get_fcreds.c
src/lib/krb5/krb/recvauth.c
src/lib/krb5/krb/sendauth.c

index 25f18f1daffd831d1397ad517bad189c3c0188ba..cb7d4b7b0ff97bbf0669907b099863569a87ae00 100644 (file)
@@ -33,7 +33,7 @@
  * to a V4 sendauth.
  */
 
-#define NEED_WINSOCK_H
+#define NEED_SOCKETS
 #include "k5-int.h"
 #ifndef _MSDOS
 #include <kerberosIV/krb.h>
index 9df5b39112c3f03b543ae36e815f81cbdba69416..cb6cbd96d3e023b0cd382376f591eac30ed9d406 100644 (file)
@@ -30,7 +30,7 @@
 /* General-purpose forwarding routines. These routines may be put into */
 /* libkrb5.a to allow widespread use */ 
 
-#define NEED_WINSOCK_H
+#define NEED_SOCKETS
 #include "k5-int.h"
 #include <stdio.h>
 #ifndef _WINSOCKAPI_
index 17159866452cb807e8c29d9542bf314a0f26580a..edfc5ba5b84c6cea41fd9a45b0b07c792a966d6d 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 
-#define NEED_WINSOCK_H
+#define NEED_SOCKETS
 #include "k5-int.h"
 
 #include "com_err.h"
index 2fc46eaba77e6b3d155f4c0d4478e869b2e0c153..4964cc7f3d993dd1a72f8b9e5a248b303b7b75d6 100644 (file)
@@ -24,7 +24,7 @@
  * convenience sendauth/recvauth functions
  */
 
-#define NEED_WINSOCK_H
+#define NEED_SOCKETS
 #include "k5-int.h"
 #include "com_err.h"
 #include <errno.h>