comparison src/s/ms-w32.h @ 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 6dcbf2efb497
children b136953eeaa4
comparison
equal deleted inserted replaced
74768:75794203c470 74769:ad7b71b8fea2
134 /* #define NONSYSTEM_DIR_LIBRARY */ 134 /* #define NONSYSTEM_DIR_LIBRARY */
135 135
136 /* NT supports Winsock which is close enough (with some hacks) */ 136 /* NT supports Winsock which is close enough (with some hacks) */
137 137
138 #define HAVE_SOCKETS 1 138 #define HAVE_SOCKETS 1
139
140 /* But our select implementation doesn't allow us to make non-blocking
141 connects. So until that is fixed, this is necessary: */
142
143 #define BROKEN_NON_BLOCKING_CONNECT 1
139 144
140 /* Define this symbol if your system has the functions bcopy, etc. */ 145 /* Define this symbol if your system has the functions bcopy, etc. */
141 146
142 #define BSTRING 147 #define BSTRING
143 #define bzero(b, l) memset(b, 0, l) 148 #define bzero(b, l) memset(b, 0, l)