This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
infnan: move the mantbits definitions from perl.h to Configure
[metaconfig.git] / U / perl / d_remquo.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_remquo: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_remquo:
7 ?S:     This variable conditionally defines the HAS_REMQUO symbol, which
8 ?S:     indicates to the C program that the remquo() routine is available.
9 ?S:.
10 ?C:HAS_REMQUO:
11 ?C:     This symbol, if defined, indicates that the remquo routine is
12 ?C:     available to return the remainder and part of quotient.
13 ?C:.
14 ?H:#$d_remquo HAS_REMQUO                /**/
15 ?H:.
16 ?LINT:set d_remquo
17 : see if remquo exists
18 set remquo d_remquo
19 eval $inlibc
20