This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
54b81fa390091813248eda7481375a605ce4733a
[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:.
10 ?C:HAS_LRINT:
11 ?C:     This symbol, if defined, indicates that the lrint routine is
12 ?C:     available to return the closest integral value according to
13 ?C:     the current rounding mode.
14 ?C:.
15 ?H:#$d_lrint HAS_LRINT          /**/
16 ?H:.
17 ?LINT:set d_lrint
18 : see if lrint exists
19 set lrint d_lrint
20 eval $inlibc
21