# HG changeset patch # User Kim F. Storm # Date 1166612487 0 # Node ID ad7b71b8fea2e5e7ea64c149db5138b397915162 # Parent 75794203c470e46bec29a9fc7d75e7ce570a2dfe (BROKEN_NON_BLOCKING_CONNECT): Define it. diff -r 75794203c470 -r ad7b71b8fea2 src/s/ms-w32.h --- a/src/s/ms-w32.h Wed Dec 20 10:41:29 2006 +0000 +++ b/src/s/ms-w32.h Wed Dec 20 11:01:27 2006 +0000 @@ -137,6 +137,11 @@ #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