This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SvUTF8_off() in do_join can be unconditional.
[perl5.git] / 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