Message-Id: <
20030804103512.61a9661c.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@20473
# vfork works
usevfork='true';
-# malloc works
-usemymalloc='n';
+# our malloc works (but allow users to override)
+case "$usemymalloc" om
+'') usemymalloc='n' ;;
+esac
# Locales aren't feeling well.
LC_ALL=C; export LC_ALL;