diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-22 21:20:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-22 21:20:02 +0000 |
commit | 333b7451c3645c70d019a85ff880dce1977c7857 (patch) | |
tree | ede6b3dea8330a48ad8feda90b23f11cf52359ad /hints/unicos.sh | |
parent | 685f876f92b24f3af803e9cf12142657dfafec2f (diff) | |
download | perl-333b7451c3645c70d019a85ff880dce1977c7857.tar.gz |
setitimer() does not exist in Unicos, despite of what
Configure thinks, from Mark P. Lutz.
p4raw-id: //depot/perl@10842
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index 089b9600e2..3159f1defa 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -22,8 +22,9 @@ case "$usemymalloc" in usemymalloc='n' ;; esac -# Configure gets fooled for some reason. There is no getpgid(). +# Configure gets fooled for some reason, these do not exist. d_getpgid='undef' +d_setitimer='undef' # These exist but do not really work. d_setregid='undef' d_setreuid='undef' |