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 / d_nan.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:d_nan: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_nan:
7 ?S:     This variable conditionally defines HAS_NAN if nan() is
8 ?S:     available to generate NaN.
9 ?S:.
10 ?C:HAS_NAN:
11 ?C:     This symbol, if defined, indicates that the nan routine is
12 ?C:     available to generate NaN.
13 ?C:.
14 ?H:#$d_nan HAS_NAN              /**/
15 ?H:.
16 ?LINT:set d_nan
17 : see if nan exists
18 set nan d_nan
19 eval $inlibc
20