added HAVE_IOCTLSOCKET here

This commit is contained in:
Daniel Stenberg 2004-03-09 08:35:33 +00:00
parent 09cce943cb
commit bab9f532f2
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@
/* Define this to if in_addr_t is not an available typedefed type */
#define in_addr_t unsigned long
/* use ioctlsocket() for non-blocking sockets */
#define HAVE_IOCTLSOCKET
/*************************************************
* This section is for compiler specific defines.*
*************************************************/