Ultrix mmap tidbit.
Jarkko Hietaniemi [Mon, 8 Feb 1999 21:06:28 +0000 (21:06 +0000)]
p4raw-id: //depot/cfgperl@2843

hints/ultrix_4.sh

index d8d2063..ed9fe5b 100644 (file)
@@ -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'