Mercurial > emacs
changeset 74769:ad7b71b8fea2
(BROKEN_NON_BLOCKING_CONNECT): Define it.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 20 Dec 2006 11:01:27 +0000 |
parents | 75794203c470 |
children | 2573c1cf57c4 |
files | src/s/ms-w32.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ms-w32.h Wed Dec 20 10:41:29 2006 +0000 +++ b/src/s/ms-w32.h Wed Dec 20 11:01:27 2006 +0000 @@ -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