home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / hints / hpux.sh < prev    next >
Text File  |  1992-04-11  |  246b  |  8 lines

  1. echo " "
  2. echo "NOTE: regression test op.read may fail due to an NFS bug in HP/UX."
  3. echo "If so, don't worry about it."
  4. case `(uname -r) 2>/dev/null` in
  5. *3.1*) d_syscall=$undef ;;
  6. *2.1*) libswanted=`echo $libswanted | sed 's/ malloc / /'` ;;
  7. esac
  8.