This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Synology support now more explicit
[perl5.git] / hints / convexos.sh
index f0ce409..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
-#
-case "$osvers" in
-10.2)  d_getpgrp='undef' ;;
-esac