This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure: eliminate some left over debug output
[metaconfig.git] / U / perl / d_llrint.U
CommitLineData
63a4f1f4
MBT
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_llrint: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_llrint:
7?S: This variable conditionally defines the HAS_LLRINT symbol, which
5608e228 8?S: indicates to the C program that the llrint() routine is available
608eff54
AC
9?S: to return the long long value closest to a double (according
10?S: to the current rounding mode).
63a4f1f4
MBT
11?S:.
12?C:HAS_LLRINT:
13?C: This symbol, if defined, indicates that the llrint routine is
608eff54
AC
14?C: available to return the long long value closest to a double
15?C: (according to the current rounding mode).
63a4f1f4
MBT
16?C:.
17?H:#$d_llrint HAS_LLRINT /**/
18?H:.
19?LINT:set d_llrint
20: see if llrint exists
21set llrint d_llrint
22eval $inlibc
23