This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
document the steps for uconfig.sh (and more)
[metaconfig.git] / U / perl / i_stdbool.U
1 ?RCS: $Id: i_stdbool.U,v $
2 ?RCS:
3 ?RCS: Copyright (c) 2011 H.Merijn Brand
4 ?RCS:
5 ?RCS: You may distribute under the terms of either the GNU General Public
6 ?RCS: License or the Artistic License, as specified in the README file.
7 ?RCS:
8 ?MAKE:i_stdbool: Inhdr
9 ?MAKE:  -pick add $@ %<
10 ?S:i_stdbool:
11 ?S:     This variable conditionally defines the I_STDBOOL symbol, which
12 ?S:     indicates to the C program that <stdbool.h> exists and should
13 ?S:     be included.
14 ?S:.
15 ?C:I_STDBOOL:
16 ?C:     This symbol, if defined, indicates that <stdbool.h> exists and
17 ?C:     can be included.
18 ?C:.
19 ?H:#$i_stdbool  I_STDBOOL               /**/
20 ?H:.
21 ?LINT:set i_stdbool
22 : see if stdbool is available
23 set stdbool.h i_stdbool
24 eval $inhdr
25