diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-10-09 02:34:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-09 02:34:18 +0000 |
commit | 8e63d77b6b675884254e01832cbfec022456e4b1 (patch) | |
tree | 198469cacbab6f2130d94524905c06019fd064a0 /hints/sco.sh | |
parent | 26a1e0bdf5d7ed2c16d5f326bea481c59cb70cb6 (diff) | |
download | perl-8e63d77b6b675884254e01832cbfec022456e4b1.tar.gz |
Don't include <sys/select.h> along with <time.h>.
Diffstat (limited to 'hints/sco.sh')
-rw-r--r-- | hints/sco.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/sco.sh b/hints/sco.sh index a9e3effe54..72c3d1c75c 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -132,3 +132,8 @@ libswanted=`echo " $libswanted " | sed -e 's/ dl / /'` set X $libswanted shift libswanted="$*" + +# Perl 5.003_05 and later try to include both <time.h> and <sys/select.h> +# in pp_sys.c, but that fails due to a redefinition of struct timeval. +# This will generate a WHOA THERE. Accept the default. +i_sysselct=$undef |