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_lrint.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_lrint: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_lrint:
7 ?S:     This variable conditionally defines the HAS_LRINT symbol, which
8 ?S:     indicates to the C program that the lrint() routine is available
9 ?S:     to return the integral value closest to a double (according
10 ?S:     to the current rounding mode).
11 ?S:.
12 ?C:HAS_LRINT:
13 ?C:     This symbol, if defined, indicates that the lrint routine is
14 ?C:     available to return the integral value closest to a double
15 ?C:     (according to the current rounding mode).
16 ?C:.
17 ?H:#$d_lrint HAS_LRINT          /**/
18 ?H:.
19 ?LINT:set d_lrint
20 : see if lrint exists
21 set lrint d_lrint
22 eval $inlibc
23