This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Populate metaconfig branch.
[metaconfig.git] / dist-3.0at70b / mcon / U / i_locale.U
1 ?RCS: $Id: i_locale.U,v 3.0.1.1 1997/02/28 15:48:23 ram Exp $
2 ?RCS:
3 ?RCS: Copyright (c) 1996, Andy Dougherty
4 ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
5 ?RCS: 
6 ?RCS: You may redistribute only under the terms of the Artistic Licence,
7 ?RCS: as specified in the README file that comes with the distribution.
8 ?RCS: You may reuse parts of this distribution only within the terms of
9 ?RCS: that same Artistic Licence; a copy of which may be found at the root
10 ?RCS: of the source tree for dist 3.0.
11 ?RCS:
12 ?RCS: $Log: i_locale.U,v $
13 ?RCS: Revision 3.0.1.1  1997/02/28  15:48:23  ram
14 ?RCS: patch61: created
15 ?RCS:
16 ?MAKE:i_locale: Inhdr
17 ?MAKE:  -pick add $@ %<
18 ?S:i_locale:
19 ?S:     This variable conditionally defines the I_LOCALE symbol,
20 ?S:     and indicates whether a C program should include <locale.h>.
21 ?S:.
22 ?C:I_LOCALE:
23 ?C:     This symbol, if defined, indicates to the C program that it should
24 ?C:     include <locale.h>.
25 ?C:.
26 ?H:#$i_locale   I_LOCALE                /**/
27 ?H:.
28 ?LINT:set i_locale
29 : see if locale.h is available
30 set locale.h i_locale
31 eval $inhdr
32