perl 5.003_05: hints/convexos.sh

Remove [gs]etpgrp workaround.  Configure & perl.h should handle
this now.
This commit is contained in:
Perl 5 Porters 1996-09-11 20:58:36 +00:00 committed by Andy Dougherty
parent 598a3d6448
commit 904e9dd4f1

View File

@ -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