From 397cf4b72b64bab2d81c27006b39549ca667b5a8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 26 Aug 2003 04:53:09 +0000 Subject: [PATCH] More memory lane. p4raw-id: //depot/perl@20900 --- hints/ultrix_4.sh | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.7.4