diff options
Diffstat (limited to 'hints/openbsd.sh')
-rw-r--r-- | hints/openbsd.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/openbsd.sh b/hints/openbsd.sh index 5d47e0af14..3b8acf585e 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -11,6 +11,11 @@ # OpenBSD has a better malloc than perl... test "$usemymalloc" || usemymalloc='n' +# malloc wrap works +case "$usemallocwrap" in +'') usemallocwrap='define' ;; +esac + # Currently, vfork(2) is not a real win over fork(2). usevfork="$undef" |