I changed my mind. Remove ioctl() macro in setup.h instead.

This commit is contained in:
Gisle Vanem
2004-11-26 16:08:15 +00:00
parent f0e66d8c76
commit d85bc18178
4 changed files with 10 additions and 11 deletions

View File

@@ -208,7 +208,6 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#define sread(x,y,z) read_s(x,y,z)
#define swrite(x,y,z) write_s(x,y,z)
#define select(n,r,w,x,t) select_s(n,r,w,x,t)
#define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z))
#define IOCTL_3_ARGS
#include <tcp.h>
#ifdef word