This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure: eliminate some left over debug output
[metaconfig.git] / U / perl / d_strerror_l.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_strerror_l: Inlibc
5 ?MAKE:  -pick add $@ %<
6 ?S:d_strerror_l:
7 ?S:     This variable conditionally defines the HAS_STRERROR_L symbol, which
8 ?S:     indicates to the C program that the strerror_l() routine is available
9 ?S:     to return the error message for a given errno value in a particular
10 ?S:     locale (identified by a locale_t object).
11 ?S:.
12 ?C:HAS_STRERROR_L:
13 ?C:     This symbol, if defined, indicates that the strerror_l routine is
14 ?C:     available to return the error message for a given errno value in
15 ?C:     a particular locale (identified by a locale_t object).
16 ?C:.
17 ?H:#$d_strerror_l HAS_STRERROR_L                /**/
18 ?H:.
19 ?LINT:set d_strerror_l
20 : see if strerror_l exists
21 set strerror_l d_strerror_l
22 eval $inlibc
23