This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 7: patch #4, continued
[perl5.git] / hints / hpux.sh
CommitLineData
1c3d792e
LW
1echo " "
2echo "NOTE: regression test op.read may fail due to an NFS bug in HP/UX."
3echo "If so, don't worry about it."
352d5a3a
LW
4case `(uname -r) 2>/dev/null` in
5*3.1*) d_syscall=$undef ;;
6*2.1*) libswanted=`echo $libswanted | sed 's/ malloc / /'` ;;
7esac