home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / hints / unicos.sh < prev    next >
Text File  |  1999-09-17  |  443b  |  19 lines

  1. case `uname -r` in
  2. 6.1*) shellflags="-m+65536" ;;
  3. esac
  4. case "$optimize" in
  5. '') optimize="-O1" ;;
  6. esac
  7. d_setregid='undef'
  8. d_setreuid='undef'
  9. case "$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.     ;;
  16. esac
  17. # Configure gets fooled for some reason.  There is no getpgid().
  18. d_getpgid='undef'
  19.