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_lround.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_lround: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_lround:
7 ?S:     This variable conditionally defines the HAS_LROUND symbol, which
8 ?S:     indicates to the C program that the lround() routine is available
9 ?S:     to return the integral value nearest to x.
10 ?S:.
11 ?C:HAS_LROUND:
12 ?C:     This symbol, if defined, indicates that the lround routine is
13 ?C:     available to return the nearest integral value.
14 ?C:.
15 ?H:#$d_lround HAS_LROUND                /**/
16 ?H:.
17 ?LINT:set d_lround
18 : see if lround exists
19 set lround d_lround
20 eval $inlibc
21