]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_NON_BLOCKING_CONNECT): Define it.
authorKim F. Storm <storm@cua.dk>
Wed, 20 Dec 2006 11:01:27 +0000 (11:01 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 20 Dec 2006 11:01:27 +0000 (11:01 +0000)
src/s/ms-w32.h

index 461df7acfba32b8968986cbf231c02fb46e0e604..c0aa13d74befd622c68f874c671a1db09bd3fec8 100644 (file)
@@ -137,6 +137,11 @@ Boston, MA 02110-1301, USA.  */
 
 #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