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