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_lgamma_r.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_lgamma_r: Inlibc
5?MAKE: -pick add $@ %<
6?S:d_lgamma_r:
7?S: This variable conditionally defines the HAS_LGAMMA_R symbol, which
5608e228
MBT
8?S: indicates to the C program that the lgamma_r() routine is available
9?S: for the log gamma function, without using the global signgam variable.
63a4f1f4
MBT
10?S:.
11?C:HAS_LGAMMA_R:
12?C: This symbol, if defined, indicates that the lgamma_r routine is
13?C: available to do the log gamma function without using the global
14?C: signgam variable.
15?C:.
16?H:#$d_lgamma_r HAS_LGAMMA_R /**/
17?H:.
18?LINT:set d_lgamma_r
19: see if lgamma_r exists
20set lgamma_r d_lgamma_r
21eval $inlibc
22