This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / d_malloc_size.U
CommitLineData
87d496be
MB
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 2005, H.Merijn Brand
65a32477
MBT
4?RCS:
5?RCS: You may redistribute only under the terms of the Artistic License,
87d496be
MB
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
65a32477 8?RCS: that same Artistic License; a copy of which may be found at the root
87d496be
MB
9?RCS: of the source tree for dist 3.0.
10?RCS:
11?MAKE:d_malloc_size d_malloc_good_size: Inlibc
12?MAKE: -pick add $@ %<
13?S:d_malloc_size:
14?S: This symbol, if defined, indicates that the malloc_size
15?S: routine is available for use.
16?S:.
17?S:d_malloc_good_size:
18?S: This symbol, if defined, indicates that the malloc_good_size
19?S: routine is available for use.
20?S:.
21?C:HAS_MALLOC_SIZE:
22?C: This symbol, if defined, indicates that the malloc_size
23?C: routine is available for use.
24?C:.
25?H:#$d_malloc_size HAS_MALLOC_SIZE /**/
26?H:.
27?C:HAS_MALLOC_GOOD_SIZE:
28?C: This symbol, if defined, indicates that the malloc_good_size
29?C: routine is available for use.
30?C:.
31?H:#$d_malloc_good_size HAS_MALLOC_GOOD_SIZE /**/
32?H:.
33?LINT:set d_malloc_size
34?LINT:set d_malloc_good_size
35: see if malloc_size exists
36set malloc_size d_malloc_size
37eval $inlibc
38
39: see if malloc_size_good exists
40set malloc_good_size d_malloc_good_size
41eval $inlibc
42