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 / i_quadmath.U
1 ?RCS: You may distribute under the terms of either the GNU General Public
2 ?RCS: License or the Artistic License, as specified in the README file.
3 ?RCS:
4 ?MAKE:i_quadmath: Inhdr
5 ?MAKE:  -pick add $@ %<
6 ?S:i_quadmath:
7 ?S:     This variable conditionally defines I_QUADMATH, which indicates
8 ?S:     to the C program that it should include <quadmath.h>.
9 ?S:.
10 ?C:I_QUADMATH:
11 ?C:     This symbol, if defined, indicates that <quadmath.h> exists and
12 ?C:     should be included.
13 ?C:.
14 ?H:#$i_quadmath I_QUADMATH              /**/
15 ?H:.
16 ?LINT:set i_quadmath
17 : see if this is a quadmath.h system
18 set quadmath.h i_quadmath
19 eval $inhdr
20