summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-17 12:10:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-17 12:10:43 +0000
commite1f2cf020da1d98fa139d74ba48601bf520ae0e2 (patch)
treea16555616b9344f34dcafb0a0c59bcf71cb2694f /hints/unicos.sh
parenteed7fde46a7c97cd15428b560d0a91c36138ee71 (diff)
downloadperl-e1f2cf020da1d98fa139d74ba48601bf520ae0e2.tar.gz
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
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r--hints/unicos.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index ab0203bec6..7ffd73fbcc 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'