Don't include <sys/select.h> along with <time.h>.
Perl 5 Porters [Wed, 9 Oct 1996 02:34:18 +0000 (02:34 +0000)]
hints/sco.sh

index a9e3eff..72c3d1c 100644 (file)
@@ -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