diff options
author | Dominic Dunlop <domo@computer.org> | 2008-03-11 22:54:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-29 11:21:46 +0000 |
commit | 1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db (patch) | |
tree | 3538962dd3dda26c4ef82112117addaac368bfb2 /config_h.SH | |
parent | 3420cd608b369be387bfc5e65cad34a2bf659561 (diff) | |
download | perl-1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db.tar.gz |
Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com>
[but rename ******* to i_mallocmalloc.U, and then fix up all the files
that Porting/checkcfgvar.pl says need i_mallocmalloc declared]
p4raw-id: //depot/perl@33598
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 05b464b622..2543cb5914 100644 --- a/config_h.SH +++ b/config_h.SH @@ -689,6 +689,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_locale I_LOCALE /**/ +/* I_MALLOCMALLOC: + * This symbol, if defined, indicates to the C program that it should + * include <malloc/malloc.h>. + */ +#$i_mallocmalloc I_MALLOCMALLOC /**/ + /* I_MATH: * This symbol, if defined, indicates to the C program that it should * include <math.h>. |