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_truncl.U
CommitLineData
7668538f
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_truncl: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_truncl:
7?S: This variable conditionally defines the HAS_TRUNCL symbol, which
8?S: indicates to the C program that the truncl() routine is available
9?S: to round long doubles towards zero. If copysignl is also present,
10?S: we can emulate modfl.
11?S:.
12?C:HAS_TRUNCL :
13?C: This symbol, if defined, indicates that the truncl routine is
14?C: available. If copysignl is also present we can emulate modfl.
15?C:.
16?H:#$d_truncl HAS_TRUNCL /**/
17?H:.
18?LINT:set d_truncl
19: see if truncl exists
20set truncl d_truncl
21eval $inlibc
22