diff options
| author | Jason Rumney | 2002-05-03 20:41:03 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-05-03 20:41:03 +0000 |
| commit | 2c0c4d356550577b2d1b6577825ac126dd1c8111 (patch) | |
| tree | 641608e750ac79cf84b73268ed7280f69820719a /src | |
| parent | 1e7ce61b8cfd41ba65c3cbf05fbd41047ff05268 (diff) | |
| download | emacs-2c0c4d356550577b2d1b6577825ac126dd1c8111.tar.gz emacs-2c0c4d356550577b2d1b6577825ac126dd1c8111.zip | |
* s/ms-w32.h (HAVE_SELECT): Define.
* w32.h (FILE_NDELAY): New flag.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -98,6 +98,7 @@ extern filedesc fd_info [ MAXDESC ]; | |||
| 98 | #define FILE_SEND_SIGCHLD 0x0080 | 98 | #define FILE_SEND_SIGCHLD 0x0080 |
| 99 | #define FILE_PIPE 0x0100 | 99 | #define FILE_PIPE 0x0100 |
| 100 | #define FILE_SOCKET 0x0200 | 100 | #define FILE_SOCKET 0x0200 |
| 101 | #define FILE_NDELAY 0x0400 | ||
| 101 | 102 | ||
| 102 | extern child_process * new_child (void); | 103 | extern child_process * new_child (void); |
| 103 | extern void delete_child (child_process *cp); | 104 | extern void delete_child (child_process *cp); |