setitimer() does not exist in Unicos, despite of what
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Jun 2001 21:20:02 +0000 (21:20 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Jun 2001 21:20:02 +0000 (21:20 +0000)
Configure thinks, from Mark P. Lutz.

p4raw-id: //depot/perl@10842

hints/unicos.sh

index 089b960..3159f1d 100644 (file)
@@ -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'