summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-09-12 13:26:31 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-09-12 13:26:31 +0000
commit7dd121aefd69a3ba2201a35698deaeda3a8a77ad (patch)
tree9181de1187197a7084a4ee2832a7a90765507047 /handy.h
parent4629f7b1e029d8a4e18172106aa8b5ee48b5c2ad (diff)
downloadperl-7dd121aefd69a3ba2201a35698deaeda3a8a77ad.tar.gz
Detection of malloc_size and malloc_good_size
p4raw-id: //depot/perl@25387
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 7b5eb164c0..dbf70d83be 100644
--- a/handy.h
+++ b/handy.h
@@ -175,7 +175,7 @@ typedef U64TYPE U64;
#endif
/* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(LIBM_LIB_VERSION)
+#if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE)
/* Not (yet) used at top level, but mention them for metaconfig */
#endif