This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge pull request #79 from neilb/taintsupport
[metaconfig.git] / U / perl / d_asinh.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_asinh: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_asinh:
7 ?S:     This variable conditionally defines the HAS_ASINH symbol, which
8 ?S:     indicates to the C program that the asinh() routine is available.
9 ?S:.
10 ?C:HAS_ASINH:
11 ?C:     This symbol, if defined, indicates that the asinh routine is
12 ?C:     available to do the inverse hyperbolic sine function.
13 ?C:.
14 ?H:#$d_asinh HAS_ASINH          /**/
15 ?H:.
16 ?LINT:set d_asinh
17 : see if asinh exists
18 set asinh d_asinh
19 eval $inlibc
20