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_fpgetround.U
CommitLineData
db0821ec
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_fpgetround: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_fpgetround:
7?S: This variable conditionally defines HAS_FPGETROUND if fpgetround()
8?S: is available to get the floating point rounding mode.
9?S:.
10?C:HAS_FPGETROUND:
11?C: This symbol, if defined, indicates that the fpgetround routine is
12?C: available to get the floating point rounding mode.
13?C:.
14?H:#$d_fpgetround HAS_FPGETROUND /**/
15?H:.
16?LINT:set d_fpgetround
17: see if fpgetround exists
18set fpgetround d_fpgetround
19eval $inlibc
20