diff src/s/ms-w32.h @ 74769:ad7b71b8fea2

(BROKEN_NON_BLOCKING_CONNECT): Define it.
author Kim F. Storm <storm@cua.dk>
date Wed, 20 Dec 2006 11:01:27 +0000
parents 6dcbf2efb497
children b136953eeaa4
line wrap: on
line diff
--- 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