mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
perl 5.003_05: hints/convexos.sh
Remove [gs]etpgrp workaround. Configure & perl.h should handle this now.
This commit is contained in:
parent
598a3d6448
commit
904e9dd4f1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user