From: Jason Rumney Date: Fri, 3 May 2002 20:41:03 +0000 (+0000) Subject: * s/ms-w32.h (HAVE_SELECT): Define. X-Git-Tag: ttn-vms-21-2-B4~15215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c0c4d356550577b2d1b6577825ac126dd1c8111;p=emacs.git * s/ms-w32.h (HAVE_SELECT): Define. * w32.h (FILE_NDELAY): New flag. --- diff --git a/src/w32.h b/src/w32.h index 33dc9c3f17b..2b87f58a567 100644 --- a/src/w32.h +++ b/src/w32.h @@ -98,6 +98,7 @@ extern filedesc fd_info [ MAXDESC ]; #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);