diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
commit | 868439a2074634b8a6b275c09fc33f20e42dd622 (patch) | |
tree | b1baa1bb0c2081541c5667665914d8eccaec78e9 /util.c | |
parent | 7207e29d564e32c8ec2cb43eabae72ff68c02442 (diff) | |
download | perl-868439a2074634b8a6b275c09fc33f20e42dd622.tar.gz |
VOS tweaks from Paul Green.
The Configure tweaks: the _exe needs to be
set after the init; VOS has fd 3 hardwired to /dev/tty;
the grep/ln/make substitutions really need to stick.
p4raw-id: //depot/perl@13932
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ # include <sys/wait.h> #endif +#ifdef HAS_SELECT +# ifdef I_SYS_SELECT +# include <sys/select.h> +# endif +#endif + #define FLUSH #ifdef LEAKTEST |