From: Jarkko Hietaniemi Date: Fri, 22 Jun 2001 21:20:02 +0000 (+0000) Subject: setitimer() does not exist in Unicos, despite of what X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=333b7451c3645c70d019a85ff880dce1977c7857;p=p5sagit%2Fp5-mst-13.2.git setitimer() does not exist in Unicos, despite of what Configure thinks, from Mark P. Lutz. p4raw-id: //depot/perl@10842 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index 089b960..3159f1d 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'