Merge branch 'upstream' into stable
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.c
6 m4/mkstemp.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 tempname        [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
12
13 configure.ac:
14 gl_FUNC_MKSTEMP
15 gl_STDLIB_MODULE_INDICATOR([mkstemp])
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Jim Meyering