summaryrefslogtreecommitdiff
path: root/hints/netbsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r--hints/netbsd.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index 9e7a4e2205..d196418229 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -221,3 +221,12 @@ case `uname -m` in
sparc) d_semctl_semid_ds=undef ;;
esac
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
+# don't use perl malloc by default
+case "$usemymalloc" in
+'') usemymalloc=n ;;
+esac