This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence metalint
[metaconfig.git] / U / modified / d_setpwent.U
CommitLineData
959f3c4c
JH
1?RCS: $Id: d_setpwent.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_setpwent.U,v $
9?RCS:
10?MAKE:d_setpwent: Inlibc
11?MAKE: -pick add $@ %<
12?S:d_setpwent:
13?S: This variable conditionally defines the HAS_SETPWENT symbol, which
14?S: indicates to the C program that the setpwent() routine is available
15?S: for initializing sequential access to the passwd database.
16?S:.
17?C:HAS_SETPWENT:
18?C: This symbol, if defined, indicates that the setpwent routine is
19?C: available for initializing sequential access of the passwd database.
20?C:.
21?H:#$d_setpwent HAS_SETPWENT /**/
22?H:.
23?LINT:set d_setpwent
24: see if setpwent exists
25set setpwent d_setpwent
26eval $inlibc
27