summaryrefslogtreecommitdiff
path: root/hints/hpux.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/hpux.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/hpux.sh')
-rw-r--r--hints/hpux.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index b2a888c164..f45cf68c56 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -630,6 +630,11 @@ case "$useperlio" in
$undef|false|[nN]*) usemymalloc='y' ;;
esac
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
# fpclassify() is a macro, the library call is Fpclassify
# Similarly with the others below.
d_fpclassify='define'