This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Put pthread in front of libswanted and add cl
[metaconfig.git] / U / modified / d_getpwent.U
CommitLineData
959f3c4c
JH
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
26set getpwent d_getpwent
27eval $inlibc
28