This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Atari FreeMiNT: MiNT does not have .exe for _exe
[metaconfig.git] / U / modified / d_getpwent.U
1 ?RCS: $Id: d_getpwent.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_getpwent.U,v $
9 ?RCS:
10 ?MAKE:d_getpwent: Inlibc
11 ?MAKE:  -pick add $@ %<
12 ?S:d_getpwent:
13 ?S:     This variable conditionally defines the HAS_GETPWENT symbol, which
14 ?S:     indicates to the C program that the getpwent() routine is available
15 ?S:     for sequential access of the passwd database.
16 ?S:.
17 ?C:HAS_GETPWENT:
18 ?C:     This symbol, if defined, indicates that the getpwent routine is
19 ?C:     available for sequential access of the passwd database.
20 ?C:     If this is not available, the older getpw() function may be available.
21 ?C:.
22 ?H:#$d_getpwent HAS_GETPWENT            /**/
23 ?H:.
24 ?LINT:set d_getpwent
25 : see if getpwent exists
26 set getpwent d_getpwent
27 eval $inlibc
28