From: Jarkko Hietaniemi Date: Tue, 26 Aug 2003 04:53:09 +0000 (+0000) Subject: More memory lane. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=397cf4b72b64bab2d81c27006b39549ca667b5a8;p=p5sagit%2Fp5-mst-13.2.git 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'