#ifndef foowinsockhfoo #define foowinsockhfoo #ifdef HAVE_WINSOCK2_H #include #define ESHUTDOWN WSAESHUTDOWN #define ECONNRESET WSAECONNRESET #define ECONNABORTED WSAECONNABORTED #define ENETRESET WSAENETRESET #define EINPROGRESS WSAEINPROGRESS #define EAFNOSUPPORT WSAEAFNOSUPPORT #define ETIMEDOUT WSAETIMEDOUT #define ECONNREFUSED WSAECONNREFUSED #define EHOSTUNREACH WSAEHOSTUNREACH #define EWOULDBLOCK WSAEWOULDBLOCK #endif #ifdef HAVE_WS2TCPIP_H #include #endif #endif