From: Jarkko Hietaniemi Date: Fri, 17 Sep 1999 12:10:43 +0000 (+0000) Subject: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai X-Git-Tag: accepted/trunk/20130322.191538~34817^2~667 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1f2cf020da1d98fa139d74ba48601bf520ae0e2;p=platform%2Fupstream%2Fperl.git UNICOS doesn't have getpgid(). Or, at least 9.0.1ai doesn't have one that wouldn't cause SIGSYS. UNICOS does have getpgrp(void) so Perl getpgrp() is happy. p4raw-id: //depot/cfgperl@4168 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index ab0203b..7ffd73f 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -14,3 +14,5 @@ case "$usemymalloc" in usemymalloc='n' ;; esac +# Configure gets fooled for some reason. There is no getpgid(). +d_getpgid='undef'