Commit bab9f532 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added HAVE_IOCTLSOCKET here

parent 09cce943
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.*
 *************************************************/