aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-12-20 11:01:27 +0000
committerKim F. Storm2006-12-20 11:01:27 +0000
commit69fd7dbfcca9729afa76b3697a6165506ce20682 (patch)
tree4fbd07025dcd31e8889f8e79e2ec60908bafa390 /src
parentf6880bf34653356033569c2a482a0b8bf5143777 (diff)
downloademacs-69fd7dbfcca9729afa76b3697a6165506ce20682.tar.gz
emacs-69fd7dbfcca9729afa76b3697a6165506ce20682.zip
(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 461df7acfba..c0aa13d74be 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -137,6 +137,11 @@ Boston, MA 02110-1301, USA. */
137 137
138#define HAVE_SOCKETS 1 138#define HAVE_SOCKETS 1
139 139
140/* But our select implementation doesn't allow us to make non-blocking
141 connects. So until that is fixed, this is necessary: */
142
143#define BROKEN_NON_BLOCKING_CONNECT 1
144
140/* Define this symbol if your system has the functions bcopy, etc. */ 145/* Define this symbol if your system has the functions bcopy, etc. */
141 146
142#define BSTRING 147#define BSTRING