diff options
| author | Kim F. Storm | 2006-12-25 13:30:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-25 13:30:18 +0000 |
| commit | 401ea5273792eb12c28be119d5bb360b4a128822 (patch) | |
| tree | a94a00e15035b7f23a4d4e7055e65bfdb369f30b /src | |
| parent | 42f82ce71fb02a7474047affbc0565bde4bf887b (diff) | |
| download | emacs-401ea5273792eb12c28be119d5bb360b4a128822.tar.gz emacs-401ea5273792eb12c28be119d5bb360b4a128822.zip | |
(BROKEN_DATAGRAM_SOCKETS): 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 c0aa13d74be..a2281e926a5 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -142,6 +142,11 @@ Boston, MA 02110-1301, USA. */ | |||
| 142 | 142 | ||
| 143 | #define BROKEN_NON_BLOCKING_CONNECT 1 | 143 | #define BROKEN_NON_BLOCKING_CONNECT 1 |
| 144 | 144 | ||
| 145 | /* And the select implementation does 1-byte read-ahead waiting | ||
| 146 | for received packets, so datagrams are broken too. */ | ||
| 147 | |||
| 148 | #define BROKEN_DATAGRAM_SOCKETS 1 | ||
| 149 | |||
| 145 | /* Define this symbol if your system has the functions bcopy, etc. */ | 150 | /* Define this symbol if your system has the functions bcopy, etc. */ |
| 146 | 151 | ||
| 147 | #define BSTRING | 152 | #define BSTRING |