1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-23 06:57:05 +00:00

Moved select_s() to Makefile.dj since select() is used in applications.

This commit is contained in:
Gisle Vanem
2006-11-07 13:29:15 +00:00
parent 877966659d
commit f34c89a9a2
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@
#undef closesocket
#define closesocket(s) close_s(s)
#define writev(s,v,c) writev_s(s,v,c)
#define select(n,r,w,x,t) select_s(n,r,w,x,t)
#endif
#ifdef NETWARE