This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[UTIL] Perl system does not default to $_
[metaconfig.git] / dist / U / d_table.U
1 ?RCS: $Id: d_table.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: d_table.U,v $
12 ?RCS: Revision 3.0.1.2  1993/11/10  17:34:14  ram
13 ?RCS: patch14: wrongly mentionned an obsolete symbol
14 ?RCS:
15 ?RCS: Revision 3.0.1.1  1993/10/16  13:49:29  ram
16 ?RCS: patch12: created
17 ?RCS:
18 ?MAKE:d_table: Inlibc
19 ?MAKE:  -pick add $@ %<
20 ?S:d_table:
21 ?S:     This variable conditionally defines HAS_TABLE if table() is
22 ?S:     available to examine/update elements from a system table.
23 ?S:.
24 ?C:HAS_TABLE:
25 ?C:     This symbol, if defined, indicates that the OSF/1 table() system
26 ?C:     call is available to examine/update items from a system table.
27 ?C:.
28 ?H:#$d_table HAS_TABLE  /**/
29 ?H:.
30 ?LINT:set d_table
31 : see if table exists
32 set table d_table
33 eval $inlibc
34