]> git.sur5r.net Git - openldap/commitdiff
Fix up socket.h
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 18:38:10 +0000 (18:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 18:38:10 +0000 (18:38 +0000)
include/ac/socket.h

index 70e044aa47ba0c9fefe74e59eead626b09d70212..573601ea6078a5dab7d00bd1fe96369049ea3faa 100644 (file)
@@ -21,6 +21,8 @@
 
 #ifdef HAVE_WINSOCK2
 #include <winsock2.h>
+#define EMSGSIZE WSAEMSGSIZE
+#define EHOSTUNREACH WSAEHOSTUNREACH
 #elif HAVE_WINSOCK
 #include <winsock.h>
 #endif