summaryrefslogtreecommitdiff
path: root/contrib/perl5/hints/unicos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/unicos.sh')
-rw-r--r--contrib/perl5/hints/unicos.sh18
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'