diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-09-12 13:26:31 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-09-12 13:26:31 +0000 |
commit | 7dd121aefd69a3ba2201a35698deaeda3a8a77ad (patch) | |
tree | 9181de1187197a7084a4ee2832a7a90765507047 /handy.h | |
parent | 4629f7b1e029d8a4e18172106aa8b5ee48b5c2ad (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |