summaryrefslogtreecommitdiff
path: root/hints/bsdos.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/bsdos.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/bsdos.sh')
-rw-r--r--hints/bsdos.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index f16a56efc7..ab56f991da 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -21,6 +21,11 @@ d_voidsig='define'
usemymalloc='n'
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
# setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
# See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2)
d_setregid='undef'