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_mkstemp.U
1 ?RCS: $Id: d_mkstemp.U,v 3.0.1.1 1994/08/29 16:11:57 ram Exp $
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: Original Author: Andy Dougherty <doughera@lafcol.lafayette.edu>
9 ?RCS:
10 ?RCS: $Log: d_mkstemp.U,v $
11 ?RCS:
12 ?MAKE:d_mkstemp: Inlibc
13 ?MAKE:  -pick add $@ %<
14 ?S:d_mkstemp:
15 ?S:     This variable conditionally defines the HAS_MKSTEMP symbol, which
16 ?S:     indicates to the C program that the mkstemp() routine is available
17 ?S:     to exclusively create and open a uniquely named temporary file.
18 ?S:.
19 ?C:HAS_MKSTEMP :
20 ?C:     This symbol, if defined, indicates that the mkstemp routine is
21 ?C:     available to exclusively create and open a uniquely named
22 ?C:     temporary file.
23 ?C:.
24 ?H:#$d_mkstemp HAS_MKSTEMP              /**/
25 ?H:.
26 ?LINT:set d_mkstemp
27 : see if mkstemp exists
28 set mkstemp d_mkstemp
29 eval $inlibc
30