]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_DATAGRAM_SOCKETS): Define it.
authorKim F. Storm <storm@cua.dk>
Mon, 25 Dec 2006 13:30:18 +0000 (13:30 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 25 Dec 2006 13:30:18 +0000 (13:30 +0000)
src/s/ms-w32.h

index c0aa13d74befd622c68f874c671a1db09bd3fec8..a2281e926a50f116f405db3c5055a6765d038029 100644 (file)
@@ -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