X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fac%2Fsocket.h;h=d0767631467726cd511ac38668daf8383a063364;hb=dc07e765f263ef459dcd2afd1ece01cfc85a0edd;hp=8fd3dce772b12ff84a4b86fb91e42d2a7a1c8611;hpb=29a7d6229a0c25707d78d3dac2334b2178df4217;p=openldap diff --git a/include/ac/socket.h b/include/ac/socket.h index 8fd3dce772..d076763146 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -104,4 +104,9 @@ #endif /* __alpha && !VMS */ + +#if defined( WSAEWOULDBLOCK ) +#define EWOULDBLOCK WSAEWOULDBLOCK +#endif + #endif /* _AC_SOCKET_H_ */