This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Leader should be TAB no spaces
[metaconfig.git] / U / threads / d_wcrtomb.U
CommitLineData
8ef77b79
KW
1?RCS: Copyright (c) 2017, Karl Williamson
2?RCS:
3?RCS: You may redistribute only under the terms of the Artistic License,
4?RCS: as specified in the README file that comes with the distribution.
5?RCS: You may reuse parts of this distribution only within the terms of
6?RCS: that same Artistic License; a copy of which may be found at the root
7?RCS: of the source tree for dist 3.0.
8?RCS:
9?MAKE:d_wcrtomb: Inlibc
10?MAKE: -pick add $@ %<
11?S:d_wcrtomb:
12?S: This variable conditionally defines the HAS_WCRTOMB symbol if the
13?S: wcrtomb() routine is available to be used to convert a wide character
b2c67441 14?S: into a multi-byte character.
8ef77b79
KW
15?S:.
16?C:HAS_WCRTOMB:
17?C: This symbol, if defined, indicates that the wcrtomb routine is
18?C: available to convert a wide character into a multi-byte character.
19?C:.
20?H:#$d_wcrtomb HAS_WCRTOMB /**/
21?H:.
22?LINT: set d_wcrtomb
23: see if wcrtomb exists
24set wcrtomb d_wcrtomb
25eval $inlibc
26