From 8e63d77b6b675884254e01832cbfec022456e4b1 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Wed, 9 Oct 1996 02:34:18 +0000 Subject: [PATCH] Don't include along with . --- hints/sco.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4