1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

added HAVE_IOCTLSOCKET here

This commit is contained in:
Daniel Stenberg 2004-03-09 08:35:33 +00:00
parent 09cce943cb
commit bab9f532f2

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.*
*************************************************/