diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-20 08:43:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-20 08:43:08 +0000 |
commit | 6d777319a259846b6241779c2d5108d0ddffef71 (patch) | |
tree | 7c92c5394c1f532d31424612d1c9ba2a8fd12392 /contrib/perl5/hints/unicos.sh | |
parent | 8947993a910c7e5d244200623325b9fcb54a9eee (diff) |
Notes
Diffstat (limited to 'contrib/perl5/hints/unicos.sh')
-rw-r--r-- | contrib/perl5/hints/unicos.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/perl5/hints/unicos.sh b/contrib/perl5/hints/unicos.sh deleted file mode 100644 index 7ffd73fbcc04a..0000000000000 --- a/contrib/perl5/hints/unicos.sh +++ /dev/null @@ -1,18 +0,0 @@ -case `uname -r` in -6.1*) shellflags="-m+65536" ;; -esac -case "$optimize" in -'') optimize="-O1" ;; -esac -d_setregid='undef' -d_setreuid='undef' -case "$usemymalloc" in -'') # The perl malloc.c SHOULD work says Ilya. - # But for the time being (5.004_68), alas, it doesn't. - # usemymalloc='y' - # ccflags="$ccflags -DNO_RCHECK" - usemymalloc='n' - ;; -esac -# Configure gets fooled for some reason. There is no getpgid(). -d_getpgid='undef' |