summaryrefslogtreecommitdiff
path: root/hints/dec_osf.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/dec_osf.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/dec_osf.sh')
-rw-r--r--hints/dec_osf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index 114aca1df2..851ac24ad7 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -362,6 +362,11 @@ EOF
esac
EOCBU
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
cat > UU/uselongdouble.cbu <<'EOCBU'
# This script UU/uselongdouble.cbu will get 'called-back' by Configure
# after it has prompted the user for whether to use long doubles.