X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Funicos.sh;h=ab0203bec6180b295d89ab412d5a2b4b5917fdc9;hb=5283c38dd940ecd0ecd0d109b776570da14aafb4;hp=272cb9b5d62cc370c45bf862c29297c9a673f61b;hpb=8e07c86ebc651fe92eb7e3b25f801f57cfb8dd6f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/unicos.sh b/hints/unicos.sh index 272cb9b..ab0203b 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -1,9 +1,16 @@ case `uname -r` in 6.1*) shellflags="-m+65536" ;; esac -ccflags="$ccflags -DHZ=__hertz" -optimize="-O1" -libswanted=m +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