From: Kim F. Storm Date: Mon, 25 Dec 2006 13:30:18 +0000 (+0000) Subject: (BROKEN_DATAGRAM_SOCKETS): Define it. X-Git-Tag: emacs-pretest-22.0.93~425 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=401ea5273792eb12c28be119d5bb360b4a128822;p=emacs.git (BROKEN_DATAGRAM_SOCKETS): Define it. --- 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. */ #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