under usethreads because -pthread already did that).
p4raw-id: //depot/cfgperl@3383
cat > UU/usethreads.cbu <<'EOCBU'
case "$usethreads" in
$define|true|[yY]*)
- # Threads interfaces and flags changed with V4.0.
+ # Threads interfaces changed with V4.0.
case "`uname -r`" in
*[123].*)
libswanted="$libswanted pthreads mach exc c_r"
ccflags="-pthread $ccflags"
;;
esac
- ccflags="-D_REENTRANT $ccflags"
+
usemymalloc='n'
;;
esac