From: Perl 5 Porters Date: Wed, 9 Oct 1996 02:34:18 +0000 (+0000) Subject: Don't include along with . X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e63d77b6b675884254e01832cbfec022456e4b1;p=p5sagit%2Fp5-mst-13.2.git Don't include along with . --- diff --git a/hints/sco.sh b/hints/sco.sh index a9e3eff..72c3d1c 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 and +# 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