17 #ifndef LIBCOUCHBASE_WIN_ERRNO_SOCK_H
18 #define LIBCOUCHBASE_WIN_ERRNO_SOCK_H 1
23 #define EWOULDBLOCK WSAEWOULDBLOCK
27 #define EINPROGRESS WSAEINPROGRESS
31 #define EALREADY WSAEALREADY
35 #define ENOTSOCK WSAENOTSOCK
39 #define EDESTADDRREQ WSAEDESTADDRREQ
43 #define EMSGSIZE WSAEMSGSIZE
47 #define EPROTOTYPE WSAEPROTOTYPE
51 #define ENOPROTOOPT WSAENOPROTOOPT
54 #ifndef EPROTONOSUPPORT
55 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
58 #ifndef ESOCKTNOSUPPORT
59 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT
63 #define EOPNOTSUPP WSAEOPNOTSUPP
67 #define ENOPROTOOPT WSAENOPROTOOPT
70 #ifndef EPROTONOSUPPORT
71 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
74 #ifndef ESOCKTNOSUPPORT
75 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT
79 #define EPFNOSUPPORT WSAEPFNOSUPPORT
83 #define EAFNOSUPPORT WSAEAFNOSUPPORT
87 #define EADDRINUSE WSAEADDRINUSE
91 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL
95 #define ENETDOWN WSAENETDOWN
99 #define ENETUNREACH WSAENETUNREACH
103 #define ENETRESET WSAENETRESET
107 #define ECONNABORTED WSAECONNABORTED
111 #define ECONNRESET WSAECONNRESET
115 #define ENOBUFS WSAENOBUFS
119 #define EISCONN WSAEISCONN
123 #define ENOTCONN WSAENOTCONN
127 #define ESHUTDOWN WSAESHUTDOWN
131 #define ETOOMANYREFS WSAETOOMANYREFS
135 #define ETIMEDOUT WSAETIMEDOUT
139 #define ECONNREFUSED WSAECONNREFUSED
143 #define ELOOP WSAELOOP
153 #define EHOSTDOWN WSAEHOSTDOWN
157 #define EHOSTUNREACH WSAEHOSTUNREACH
167 #define EPROCLIM WSAEPROCLIM
171 #define EUSERS WSAEUSERS
175 #define EDQUOT WSAEDQUOT
179 #define ESTALE WSAESTALE
183 #define EREMOTE WSAEREMOTE
187 #define EPROTO WSAEPROTONOSUPPORT
191 #define ECANCELED WSAECANCELLED