From: Jarkko Hietaniemi Date: Mon, 8 Feb 1999 21:06:28 +0000 (+0000) Subject: Ultrix mmap tidbit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=469bf43793110471bf2ceb5e99f0e9cc630d60fe;p=p5sagit%2Fp5-mst-13.2.git Ultrix mmap tidbit. p4raw-id: //depot/cfgperl@2843 --- diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index d8d2063..ed9fe5b 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'