emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v
Date: Mon, 25 Dec 2006 13:30:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/25 13:30:18

Index: ms-w32.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/ms-w32.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- ms-w32.h    20 Dec 2006 11:01:27 -0000      1.42
+++ ms-w32.h    25 Dec 2006 13:30:18 -0000      1.43
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]