source: trunk/essentials/dev-lang/perl/hints/ncr_tower.sh

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 634 bytes
Line 
1# For SysV release 2, there are no directory functions defined. To
2# prevent compile errors, acquire the functions written by Doug Gwynn.
3# They are contained in dirent.tar.gz and can be accessed from gnu
4# repositories, as well as other places.
5#
6# The following hints have been verified to work with PERL5 (001m) on
7# SysVr2 with the following caveat(s):
8# 1. Maximum User program space (MAXSPACE) must be at least 2MB.
9# 2. The directory functions mentioned above have been installed.
10#
11optimize='-O0'
12ccflags="$ccflags -W2,-Sl,1500 -W0,-Sp,350,-Ss,2500 -Wp,-Sd,30"
13d_mkdir=$undef
14usemymalloc='y'
15useposix='false'
16so='none'
Note: See TracBrowser for help on using the repository browser.