source: trunk/third/perl/hints/unicos.sh @ 14545

Revision 14545, 443 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14544, which included commits to RCS files with non-trunk default branches.
Line 
1case `uname -r` in
26.1*) shellflags="-m+65536" ;;
3esac
4case "$optimize" in
5'') optimize="-O1" ;;
6esac
7d_setregid='undef'
8d_setreuid='undef'
9case "$usemymalloc" in
10'') # The perl malloc.c SHOULD work says Ilya.
11    # But for the time being (5.004_68), alas, it doesn't.
12    # usemymalloc='y'
13    # ccflags="$ccflags -DNO_RCHECK"
14    usemymalloc='n'
15    ;;
16esac
17# Configure gets fooled for some reason.  There is no getpgid().
18d_getpgid='undef'
Note: See TracBrowser for help on using the repository browser.