From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020527190443.2164.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16814
# The mysterious io_xs memory corruption in 11.00 32bit seems to get
# fixed by not using Perl's malloc.
usemymalloc='n'
+case "$useperlio" in
+ $undef|false|[nN]*) usemymalloc='y' ;;
+ esac
# fpclassify() is a macro, the library call is Fpclassify
# Similarly with the others below.