This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport all of Jarkko's hard work
[metaconfig.git] / U / perl / i_fenv.U
1 ?RCS: You may redistribute only under the terms of the Artistic Licence,
2 ?RCS: as specified in the README file that comes with the distribution.
3 ?RCS:
4 ?MAKE:i_fenv: Inhdr
5 ?MAKE:  -pick add $@ %<
6 ?S:i_fenv:
7 ?S:     This variable conditionally defines the I_FENV symbol, which
8 ?S:     indicates to the C program that <fenv.h> exists and should
9 ?S:     be included.
10 ?S:.
11 ?C:I_FENV:
12 ?C:     This symbol, if defined, indicates to the C program that it should
13 ?C:     include <fenv.h> to get the floating point environment definitions.
14 ?C:.
15 ?H:#$i_fenv I_FENV              /**/
16 ?H:.
17 ?LINT:set i_fenv
18 : see if this is a fenv.h system
19 set fenv.h i_fenv
20 eval $inhdr
21