summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-26 04:53:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-26 04:53:09 +0000
commit397cf4b72b64bab2d81c27006b39549ca667b5a8 (patch)
tree2f9194a2382eeb2c7bc02d67571f0817341ea358
parent5702da47233114a6ad065f7f23d72aab80bc1f11 (diff)
downloadperl-397cf4b72b64bab2d81c27006b39549ca667b5a8.tar.gz
More memory lane.
p4raw-id: //depot/perl@20900
-rw-r--r--hints/ultrix_4.sh3
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'