summaryrefslogtreecommitdiff
path: root/modules/clean-temp
blob: 940869de4ee3ca9b8807c427cf8db0381c6c2722 (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
39
40
41
42
43
44
Description:
Temporary directories and temporary files with automatic cleanup.

Files:
lib/clean-temp.h
lib/clean-temp.c

Depends-on:
stdbool
stdint
unistd
lock
error
fatal-signal
asyncsafe-spin
open
pathmax
tmpdir
mkdtemp
rmdir
xalloc
xmalloca
linkedhash-list
linked-list
xlist
gettext-h

configure.ac:
AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])

Makefile.am:
lib_SOURCES += clean-temp.h clean-temp.c

Include:
"clean-temp.h"

Link:
$(LIB_GETRANDOM)

License:
GPL

Maintainer:
all

Return to:

Send suggestions and report system problems to the System administrator.