From 3449d4b8c043d5021d606ef62a3d3109f6cb3a65 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 22 Oct 1998 23:36:20 +0000 Subject: [PATCH] Change WINSOCK defines. --- include/ac/socket.h | 2 -- include/portable.h.nt | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/ac/socket.h b/include/ac/socket.h index b86b46dc59..c8c7e28140 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -25,8 +25,6 @@ #ifdef HAVE_WINSOCK2 #include -#define EMSGSIZE WSAEMSGSIZE -#define EHOSTUNREACH WSAEHOSTUNREACH #elif HAVE_WINSOCK #include #endif diff --git a/include/portable.h.nt b/include/portable.h.nt index 6b8562c66b..dac09fdc43 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -45,6 +45,9 @@ typedef char * caddr_t; /* we have winsock2 */ #define HAVE_WINSOCK2 1 +/* we have winsock */ +#define HAVE_WINSOCK 1 + /* we have */ #define HAVE_IO_H 1 -- 2.39.5