diff options
| author | Kim F. Storm | 2006-12-20 11:01:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-20 11:01:27 +0000 |
| commit | 69fd7dbfcca9729afa76b3697a6165506ce20682 (patch) | |
| tree | 4fbd07025dcd31e8889f8e79e2ec60908bafa390 /src | |
| parent | f6880bf34653356033569c2a482a0b8bf5143777 (diff) | |
| download | emacs-69fd7dbfcca9729afa76b3697a6165506ce20682.tar.gz emacs-69fd7dbfcca9729afa76b3697a6165506ce20682.zip | |
(BROKEN_NON_BLOCKING_CONNECT): Define it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/ms-w32.h | 5 |
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 |