This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
3a68e95cf445955aa1b88fbfd678e6fdbe70cea5
[metaconfig.git] / U / perl / d_lgamma.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_lgamma: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_lgamma:
7 ?S:     This variable conditionally defines the HAS_LGAMMA symbol, which
8 ?S:     indicates to the C program that the lgamma() routine is available.
9 ?S:.
10 ?C:HAS_LGAMMA:
11 ?C:     This symbol, if defined, indicates that the lgamma routine is
12 ?C:     available to do the log gamma function.  See also HAS_TGAMMA and
13 ?C:     HAS_LGAMMA_R.
14 ?C:.
15 ?H:#$d_lgamma HAS_LGAMMA                /**/
16 ?H:.
17 ?LINT:set d_lgamma
18 : see if lgamma exists
19 set lgamma d_lgamma
20 eval $inlibc
21