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: Wed, 20 Dec 2006 11:01:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/20 11:01:28

Index: ms-w32.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/ms-w32.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ms-w32.h    13 Nov 2006 11:26:30 -0000      1.41
+++ ms-w32.h    20 Dec 2006 11:01:27 -0000      1.42
@@ -137,6 +137,11 @@
 
 #define HAVE_SOCKETS 1
 
+/* But our select implementation doesn't allow us to make non-blocking
+   connects.  So until that is fixed, this is necessary:  */
+
+#define BROKEN_NON_BLOCKING_CONNECT 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]