From: Kurt Zeilenga Date: Tue, 20 Oct 1998 18:38:10 +0000 (+0000) Subject: Fix up socket.h X-Git-Tag: PHP3_TOOL_0_0~18^2~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a582cfbf31f81fd69178be69502b13c4ad2e6db2;p=openldap Fix up socket.h --- diff --git a/include/ac/socket.h b/include/ac/socket.h index 70e044aa47..573601ea60 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -21,6 +21,8 @@ #ifdef HAVE_WINSOCK2 #include +#define EMSGSIZE WSAEMSGSIZE +#define EHOSTUNREACH WSAEHOSTUNREACH #elif HAVE_WINSOCK #include #endif