This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.10
[perl5.git] / hints / ncr_tower.sh
CommitLineData
8e07c86e
AD
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#
7b0cd887 11optimize='-O0'
8e07c86e 12ccflags="$ccflags -W2,-Sl,1500 -W0,-Sp,350,-Ss,2500 -Wp,-Sd,30"
35c8bce7 13d_mkdir=$undef
7b0cd887 14usemymalloc='y'
8e07c86e
AD
15useposix='false'
16so='none'