diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-03-24 21:42:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-03-24 21:42:25 +0000 |
commit | da0b61dd4c6bf78c70cbb82bfd7d9e2c4748080a (patch) | |
tree | 7d17aa229cd0e34850b2bbe1e16a51d027f60d82 /hints/linux.sh | |
parent | b2e26e6edc035b06037b6eca4ef7db0cd8e603a6 (diff) | |
download | perl-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/linux.sh')
-rw-r--r-- | hints/linux.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh index 043590bbcb..551d96e180 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -60,6 +60,11 @@ fi # function in <sys/stat.h>. d_lstat=define +# malloc wrap works +case "$usemallocwrap" in +'') usemallocwrap='define' ;; +esac + # The system malloc() is about as fast and as frugal as perl's. # Since the system malloc() has been the default since at least # 5.001, we might as well leave it that way. --AD 10 Jan 2002 |