summaryrefslogtreecommitdiff
path: root/hints/openbsd.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-03-24 21:42:25 +0000
committerNicholas Clark <nick@ccl4.org>2004-03-24 21:42:25 +0000
commitda0b61dd4c6bf78c70cbb82bfd7d9e2c4748080a (patch)
tree7d17aa229cd0e34850b2bbe1e16a51d027f60d82 /hints/openbsd.sh
parentb2e26e6edc035b06037b6eca4ef7db0cd8e603a6 (diff)
downloadperl-da0b61dd4c6bf78c70cbb82bfd7d9e2c4748080a.tar.gz
Remaining smoked platforms where malloc wrap is known to work.
Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
Diffstat (limited to 'hints/openbsd.sh')
-rw-r--r--hints/openbsd.sh5
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"