This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
evat => eval as found by Tom Hukins
[metaconfig.git] / U / modified / d_endpwent.U
1 ?RCS: $Id: d_endpwent.U,v $
2 ?RCS:
3 ?RCS: Copyright (c) 1998 Andy Dougherty
4 ?RCS:
5 ?RCS: You may distribute under the terms of either the GNU General Public
6 ?RCS: License or the Artistic License, as specified in the README file.
7 ?RCS:
8 ?RCS: $Log: d_endpwent.U,v $
9 ?RCS:
10 ?MAKE:d_endpwent: Inlibc
11 ?MAKE:  -pick add $@ %<
12 ?S:d_endpwent:
13 ?S:     This variable conditionally defines the HAS_ENDPWENT symbol, which
14 ?S:     indicates to the C program that the endpwent() routine is available
15 ?S:     for sequential access of the passwd database.
16 ?S:.
17 ?C:HAS_ENDPWENT:
18 ?C:     This symbol, if defined, indicates that the getgrent routine is
19 ?C:     available for finalizing sequential access of the passwd database.
20 ?C:.
21 ?H:#$d_endpwent HAS_ENDPWENT            /**/
22 ?H:.
23 ?LINT:set d_endpwent
24 : see if endpwent exists
25 set endpwent d_endpwent
26 eval $inlibc
27