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