From: Perl 5 Porters Date: Wed, 11 Sep 1996 20:58:36 +0000 (+0000) Subject: perl 5.003_05: hints/convexos.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=904e9dd4f1189394685c4bab40b5a4c7cef7bcbc;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_05: hints/convexos.sh Remove [gs]etpgrp workaround. Configure & perl.h should handle this now. --- diff --git a/hints/convexos.sh b/hints/convexos.sh index 5d6eafb..9f6d702 100644 --- a/hints/convexos.sh +++ b/hints/convexos.sh @@ -10,12 +10,3 @@ set X $myuname shift osvers=$4 -# ConvexOS 10.2 uses POSIX process group semantics for getpgrp but -# BSD semantics for setpgrp. Perl assumes you don't have such -# a mixed system, so we undef d_getpgrp. -# Andy Dougherty doughera@lafcol.lafayette.edu -# -if [ "$osvers" -ge 10.2 ] -then - d_getpgrp='undef' ;; -fi