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_systable.U
1 ?RCS: $Id: i_systable.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4 ?RCS: 
5 ?RCS: You may redistribute only under the terms of the Artistic Licence,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 4.0.
10 ?RCS:
11 ?RCS: $Log: i_systable.U,v $
12 ?RCS: Revision 3.0.1.1  1993/10/16  13:50:20  ram
13 ?RCS: patch12: created
14 ?RCS:
15 ?RCS:
16 ?MAKE:i_systable: Inhdr
17 ?MAKE:  -pick add $@ %<
18 ?S:i_systable:
19 ?S:     This variable conditionally defines the I_SYS_TABLE symbol, and
20 ?S:     indicates whether a C program should include <sys/table.h>.
21 ?S:.
22 ?C:I_SYS_TABLE:
23 ?C:     This symbol, if defined, indicates to the C program that it should
24 ?C:     include <sys/table.h> for the OSF/1 table() system call.
25 ?C:.
26 ?H:#$i_systable I_SYS_TABLE             /**/
27 ?H:.
28 ?LINT:set i_systable
29 : see if this is an OSF sys/table system
30 set sys/table.h i_systable
31 eval $inhdr
32