This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the files from dist/meta to perl's repo
[metaconfig.git] / dist / U / i_values.U
1 ?RCS: $Id: i_values.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1996, Andy Dougherty
4 ?RCS: Copyright (c) 1991-1997, 2004-2006, 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 4.0.
11 ?RCS:
12 ?RCS: $Log: i_values.U,v $
13 ?RCS: Revision 3.0.1.1  1997/02/28  15:48:34  ram
14 ?RCS: patch61: created
15 ?RCS:
16 ?MAKE:i_values: Inhdr
17 ?MAKE:  -pick add $@ %<
18 ?S:i_values:
19 ?S:     This variable conditionally defines the I_VALUES symbol, and indicates
20 ?S:     whether a C program may include <values.h> to get symbols like MAXLONG
21 ?S:     and friends.
22 ?S:.
23 ?C:I_VALUES:
24 ?C:     This symbol, if defined, indicates to the C program that it should
25 ?C:     include <values.h> to get definition of symbols like MINFLOAT or
26 ?C:     MAXLONG, i.e. machine dependant limitations.  Probably, you
27 ?C:     should use <limits.h> instead, if it is available.
28 ?C:.
29 ?H:#$i_values I_VALUES          /**/
30 ?H:.
31 ?LINT:set i_values
32 : see if this is a values.h system
33 set values.h i_values
34 eval $inhdr
35