diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-26 04:53:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-26 04:53:09 +0000 |
commit | 397cf4b72b64bab2d81c27006b39549ca667b5a8 (patch) | |
tree | 2f9194a2382eeb2c7bc02d67571f0817341ea358 /hints/ultrix_4.sh | |
parent | 5702da47233114a6ad065f7f23d72aab80bc1f11 (diff) | |
download | perl-397cf4b72b64bab2d81c27006b39549ca667b5a8.tar.gz |
More memory lane.
p4raw-id: //depot/perl@20900
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r-- | hints/ultrix_4.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index cc494cbd11..ed7c2c1ea2 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' |