This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remaining smoked platforms where malloc wrap is known to work.
[perl5.git] / hints / linux.sh
index 043590b..551d96e 100644 (file)
@@ -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