This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence metalint
[metaconfig.git] / U / modified / d_memchr.U
1 ?RCS:
2 ?RCS: Copyright (c) 1999, Jarkko Hietaniemi
3 ?RCS: 
4 ?RCS: You may redistribute only under the terms of the Artistic Licence,
5 ?RCS: as specified in the README file that comes with the distribution.
6 ?RCS: You may reuse parts of this distribution only within the terms of
7 ?RCS: that same Artistic Licence; a copy of which may be found at the root
8 ?RCS: of the source tree for dist 3.0.
9 ?RCS:
10 ?MAKE:d_memchr: Inlibc
11 ?MAKE:  -pick add $@ %<
12 ?S:d_memchr:
13 ?S:     This variable conditionally defines the HAS_MEMCHR symbol, which
14 ?S:     indicates to the C program that the memchr() routine is available
15 ?S:     to locate characters within a C string.
16 ?S:.
17 ?C:HAS_MEMCHR:
18 ?C:     This symbol, if defined, indicates that the memchr routine is available
19 ?C:     to locate characters within a C string.
20 ?C:.
21 ?H:#$d_memchr HAS_MEMCHR        /**/
22 ?H:.
23 ?LINT:set d_memchr
24 : see if memchr exists
25 set memchr d_memchr
26 eval $inlibc
27