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_scalbn.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_scalbn: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_scalbn:
7?S: This variable conditionally defines the HAS_SCALBN symbol, which
8?S: indicates to the C program that the scalbn() routine is available.
9?S:.
10?C:HAS_SCALBN:
11?C: This symbol, if defined, indicates that the scalbn routine is
0c7f0563
MBT
12?C: available to multiply floating-point number by integral power
13?C: of radix.
63a4f1f4
MBT
14?C:.
15?H:#$d_scalbn HAS_SCALBN /**/
16?H:.
17?LINT:set d_scalbn
18: see if scalbn exists
19set scalbn d_scalbn
20eval $inlibc
21