This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[UTIL] Perl system does not default to $_
[metaconfig.git] / dist / U / d_memalign.U
1 ?RCS: $Id: d_memalign.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4 ?RCS: 
5 ?RCS: You may redistribute only under the terms of the Artistic Licence,
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 Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 4.0.
10 ?RCS:
11 ?RCS: $Log: d_memalign.U,v $
12 ?RCS:
13 ?MAKE:d_memalign: Inlibc
14 ?MAKE:  -pick add $@ %<
15 ?S:d_memalign:
16 ?S:     This variable conditionally defines the HAS_MEMALIGN symbol, which
17 ?S:     indicates to the C program that the memalign() routine is available.
18 ?S:.
19 ?C:HAS_MEMALIGN :
20 ?C:     This symbol, if defined, indicates that the memalign routine is
21 ?C:     available to allocate aligned memory.
22 ?C:.
23 ?H:#$d_memalign HAS_MEMALIGN            /**/
24 ?H:.
25 ?LINT:set d_memalign
26 : see if memalign exists
27 set memalign d_memalign
28 eval $inlibc
29