perl 5.003_05: hints/convexos.sh
Perl 5 Porters [Wed, 11 Sep 1996 20:58:36 +0000 (20:58 +0000)]
Remove [gs]etpgrp workaround.  Configure & perl.h should handle
this now.

hints/convexos.sh

index 5d6eafb..9f6d702 100644 (file)
 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