aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-12-20 11:01:27 +0000
committerKim F. Storm <[email protected]>2006-12-20 11:01:27 +0000
commit69fd7dbfcca9729afa76b3697a6165506ce20682 (patch)
tree4fbd07025dcd31e8889f8e79e2ec60908bafa390 /src
parentf6880bf34653356033569c2a482a0b8bf5143777 (diff)
(BROKEN_NON_BLOCKING_CONNECT): Define it.
Diffstat (limited to 'src')
-rw-r--r--src/s/ms-w32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 461df7acfb..c0aa13d74b 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