Mercurial > emacs
changeset 74895:b136953eeaa4
(BROKEN_DATAGRAM_SOCKETS): Define it.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 25 Dec 2006 13:30:18 +0000 |
parents | 77f575e4f07e |
children | bdfe900762b4 |
files | src/s/ms-w32.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ms-w32.h Mon Dec 25 13:30:09 2006 +0000 +++ b/src/s/ms-w32.h Mon Dec 25 13:30:18 2006 +0000 @@ -142,6 +142,11 @@ #define BROKEN_NON_BLOCKING_CONNECT 1 +/* And the select implementation does 1-byte read-ahead waiting + for received packets, so datagrams are broken too. */ + +#define BROKEN_DATAGRAM_SOCKETS 1 + /* Define this symbol if your system has the functions bcopy, etc. */ #define BSTRING