X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Funicos.sh;h=7ffd73fbcc04a26004f27422dee16c54ba3f9c9b;hb=878143fbd9fc1c2bef489be4fd428b8d222cc108;hp=1d828550cc2378825cedea3d97039ebdfd545f17;hpb=693762b493165ab96822ef2342af62f74dc0367b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/unicos.sh b/hints/unicos.sh index 1d82855..7ffd73f 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -1,10 +1,18 @@ case `uname -r` in 6.1*) shellflags="-m+65536" ;; esac -optimize="-O1" +case "$optimize" in +'') optimize="-O1" ;; +esac d_setregid='undef' d_setreuid='undef' case "$usemymalloc" in -'') usemymalloc='n' ;; +'') # 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'