From 469bf43793110471bf2ceb5e99f0e9cc630d60fe Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 8 Feb 1999 21:06:28 +0000 Subject: Ultrix mmap tidbit. p4raw-id: //depot/cfgperl@2843 --- hints/ultrix_4.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hints/ultrix_4.sh') 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' -- cgit v1.2.1