# HG changeset patch # User Jason Rumney # Date 1020458463 0 # Node ID 2d293a5868cf563792f415599d1732d53d3cf330 # Parent 7f1d09693ef3661f2412ecbe43ed494c851e0278 * s/ms-w32.h (HAVE_SELECT): Define. * w32.h (FILE_NDELAY): New flag. diff -r 7f1d09693ef3 -r 2d293a5868cf src/w32.h --- a/src/w32.h Fri May 03 20:40:58 2002 +0000 +++ b/src/w32.h Fri May 03 20:41:03 2002 +0000 @@ -98,6 +98,7 @@ #define FILE_SEND_SIGCHLD 0x0080 #define FILE_PIPE 0x0100 #define FILE_SOCKET 0x0200 +#define FILE_NDELAY 0x0400 extern child_process * new_child (void); extern void delete_child (child_process *cp);