From 65cafbe1095ade9d5632188a058f321372a77d55 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 13 Nov 2008 18:56:56 +0000 Subject: Refactor configure script detection of functions used to set sockets into non-blocking mode, and decouple function detection from function capability. --- config-win32.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config-win32.h') diff --git a/config-win32.h b/config-win32.h index 9e8f10c..2245b03 100644 --- a/config-win32.h +++ b/config-win32.h @@ -76,9 +76,12 @@ /* FUNCTIONS */ /* ---------------------------------------------------------------- */ -/* Define if you have the ioctlsocket function. */ +/* Define if you have the ioctlsocket function. */ #define HAVE_IOCTLSOCKET 1 +/* Define if you have a working ioctlsocket FIONBIO function. */ +#define HAVE_IOCTLSOCKET_FIONBIO 1 + /* Define if you have the strcasecmp function. */ /* #define HAVE_STRCASECMP 1 */ -- cgit v1.2.3