projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eed7fde
)
UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:10:43 +0000 (12:10 +0000)]
doesn't have one that wouldn't cause SIGSYS. UNICOS
does have getpgrp(void) so Perl getpgrp() is happy.
p4raw-id: //depot/cfgperl@4168
hints/unicos.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/unicos.sh
b/hints/unicos.sh
index
ab0203b
..
7ffd73f
100644
(file)
--- 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'