summaryrefslogtreecommitdiff
path: root/modules/tempname
blob: d55f4ce1a3de2cf5c0ea2dbd7b67629b74e6e5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Description:
gen_tempname() function and try_tempname() function:
create a private temporary file or directory.

Files:
lib/tempname.c
lib/tempname.h
m4/tempname.m4

Depends-on:
c99
extensions
fcntl-h
getrandom
libc-config
lstat
mkdir
stdint
sys_stat

configure.ac:
gl_FUNC_GEN_TEMPNAME
gl_MODULE_INDICATOR([tempname])

Makefile.am:
lib_SOURCES += tempname.c

Include:
"tempname.h"

Link:
$(LIB_GETRANDOM)

License:
LGPLv2+

Maintainer:
Eric Blake and Jim Meyering