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