]> code.delx.au - gnu-emacs/blobdiff - nt/inc/ms-w32.h
Support non-blocking connect on MS-Windows (Bug#20207)
[gnu-emacs] / nt / inc / ms-w32.h
index c06ed588818239f94314ad9878bcd0daab513be9..da772906ddcfd39e9ba8f9eaa3e449a795f6d7a6 100644 (file)
@@ -58,10 +58,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    Look in <sys/time.h> for a timeval structure.  */
 #define HAVE_TIMEVAL 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
-
 /* And the select implementation does 1-byte read-ahead waiting
    for received packets, so datagrams are broken too.  */
 #define BROKEN_DATAGRAM_SOCKETS 1