From 69fd7dbfcca9729afa76b3697a6165506ce20682 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 20 Dec 2006 11:01:27 +0000 Subject: [PATCH] (BROKEN_NON_BLOCKING_CONNECT): Define it. --- src/s/ms-w32.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 461df7acfba..c0aa13d74be 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -137,6 +137,11 @@ Boston, MA 02110-1301, USA. */ #define HAVE_SOCKETS 1 +/* But our select implementation doesn't allow us to make non-blocking + connects. So until that is fixed, this is necessary: */ + +#define BROKEN_NON_BLOCKING_CONNECT 1 + /* Define this symbol if your system has the functions bcopy, etc. */ #define BSTRING -- 2.39.2