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 /config_h.SH | |
parent | 4629f7b1e029d8a4e18172106aa8b5ee48b5c2ad (diff) | |
download | perl-7dd121aefd69a3ba2201a35698deaeda3a8a77ad.tar.gz |
Detection of malloc_size and malloc_good_size
p4raw-id: //depot/perl@25387
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index d8a263b9bb..e4662b263f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1948,6 +1948,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_madvise HAS_MADVISE /**/ +/* HAS_MALLOC_SIZE: + * This symbol, if defined, indicates that the malloc_size + * routine is available for use. + */ +#$d_malloc_size HAS_MALLOC_SIZE /**/ + +/* HAS_MALLOC_GOOD_SIZE: + * This symbol, if defined, indicates that the malloc_good_size + * routine is available for use. + */ +#$d_malloc_good_size HAS_MALLOC_GOOD_SIZE /**/ + /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string. |