This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge pull request #79 from neilb/taintsupport
[metaconfig.git] / U / perl / i_mallocmalloc.U
1 ?RCS: $Id: i_malloc.U,v 3.5 2008/03/29 14:06:51 merijn Exp $
2 ?RCS:
3 ?RCS: Copyright (c) 2008, H.Merijn Brand
4 ?RCS:
5 ?RCS: You may redistribute only under the terms of the Artistic License,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic License; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 3.5.
10 ?RCS:
11 ?MAKE:i_mallocmalloc: Inhdr
12 ?MAKE:  -pick add $@ %<
13 ?S:i_mallocmalloc:
14 ?S:     This variable conditionally defines the I_MALLOCMALLOC symbol,
15 ?S:     and indicates whether a C program should include <malloc/malloc.h>.
16 ?S:.
17 ?C:I_MALLOCMALLOC:
18 ?C:     This symbol, if defined, indicates to the C program that it should
19 ?C:     include <malloc/malloc.h>.
20 ?C:.
21 ?H:#$i_mallocmalloc I_MALLOCMALLOC              /**/
22 ?H:.
23 ?LINT:set i_mallocmalloc
24 : see if malloc/malloc.h has to be included
25 set malloc/malloc.h i_mallocmalloc
26 eval $inhdr
27