summaryrefslogtreecommitdiff
path: root/hints/vos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-21 20:38:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-21 20:38:28 +0000
commit92d4dc7f414eb6bd3671a3f7306b6c87f0268487 (patch)
tree45c4cd6f32f50e6f21cdef37ce77a544e3927ae0 /hints/vos.sh
parentc1051fcf201cfc8e5333ee502dfa83719c9146d7 (diff)
downloadperl-92d4dc7f414eb6bd3671a3f7306b6c87f0268487.tar.gz
VOS config from Paul Green.
p4raw-id: //depot/perl@13841
Diffstat (limited to 'hints/vos.sh')
-rw-r--r--hints/vos.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh
index 10b4212696..037a6f33d2 100644
--- a/hints/vos.sh
+++ b/hints/vos.sh
@@ -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"