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
CommitLineData
959f3c4c
JH
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
41a9828c 17?S: to exclusively create and open a uniquely named temporary file.
959f3c4c
JH
18?S:.
19?C:HAS_MKSTEMP :
20?C: This symbol, if defined, indicates that the mkstemp routine is
41a9828c
JH
21?C: available to exclusively create and open a uniquely named
22?C: temporary file.
959f3c4c
JH
23?C:.
24?H:#$d_mkstemp HAS_MKSTEMP /**/
25?H:.
26?LINT:set d_mkstemp
27: see if mkstemp exists
28set mkstemp d_mkstemp
29eval $inlibc
30