From: Kim F. Storm Date: Wed, 20 Dec 2006 11:01:27 +0000 (+0000) Subject: (BROKEN_NON_BLOCKING_CONNECT): Define it. X-Git-Tag: emacs-pretest-22.0.93~537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69fd7dbfcca9729afa76b3697a6165506ce20682;p=emacs.git (BROKEN_NON_BLOCKING_CONNECT): Define it. --- 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