VOS config from Paul Green.
Jarkko Hietaniemi [Fri, 21 Dec 2001 20:38:28 +0000 (20:38 +0000)]
p4raw-id: //depot/perl@13841

hints/vos.sh

index 10b4212..037a6f3 100644 (file)
@@ -63,3 +63,8 @@ uselargefiles="n"
 # Don't use malloc that comes with perl.
 usemymalloc="n"
 
+# Make bison the default compiler-compiler.
+yacc="/system/gnu_library/bin/bison"
+
+# VOS doesn't have (or need) a pager, but perl needs one.
+pager="/system/gnu_library/bin/cat.pm"