From: Jarkko Hietaniemi Date: Tue, 26 Aug 2003 04:53:09 +0000 (+0000) Subject: More memory lane. X-Git-Tag: v5.10.0~9195 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/397cf4b72b64bab2d81c27006b39549ca667b5a8 More memory lane. p4raw-id: //depot/perl@20900 --- diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index cc494cb..ed7c2c1 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -68,3 +68,6 @@ d_dirnamlen='define' # Ultrix can mmap only character devices, not regular files, # which is rather useless state of things for Perl. d_mmap='undef' + +# Configure gets fooled somehow into thinking that Ultrix would have mkstemp. +d_mkstemp='undef'