summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-08 21:06:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-08 21:06:28 +0000
commit469bf43793110471bf2ceb5e99f0e9cc630d60fe (patch)
tree3724d6da3f7b828648a4f8867bb371e05eac9f05 /hints
parentd79fc0c3e4456935d4e1364c1241fcc07d3232d4 (diff)
downloadperl-469bf43793110471bf2ceb5e99f0e9cc630d60fe.tar.gz
Ultrix mmap tidbit.
p4raw-id: //depot/cfgperl@2843
Diffstat (limited to 'hints')
-rw-r--r--hints/ultrix_4.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh
index d8d2063b22..ed9fe5b9ed 100644
--- a/hints/ultrix_4.sh
+++ b/hints/ultrix_4.sh
@@ -64,3 +64,7 @@ groupstype='int'
# configure test should be beefed up to try using the field when
# it can't find any of the standardly-named fields.
d_dirnamlen='define'
+
+# Ultrix can mmap only character devices, not regular files,
+# which is rather useless state of things for Perl.
+d_mmap='undef'