no_plan support in test.pl
[p5sagit/p5-mst-13.2.git] / hints / freebsd.sh
index 396abdd..c601481 100644 (file)
@@ -263,8 +263,13 @@ EOM
 
        # Even with the malloc mutexes the Perl malloc does not
        # seem to be threadsafe in FreeBSD?
-       usemymalloc=n
-
+       case "$usemymalloc" in
+       '') usemymalloc=n ;;
+       esac
 esac
 EOCBU
 
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac