stdbit: clean up namespace and simplify
[gnulib.git] / modules / clean-temp
blob5cf087dcb02db08da13643c3437a5da533c2f6c9
1 Description:
2 Temporary directories and temporary files with automatic cleanup.
4 Files:
5 lib/clean-temp.h
6 lib/clean-temp.c
8 Depends-on:
9 c99
10 stdbool
11 clean-temp-simple
12 list
13 asyncsafe-spin
14 unistd
15 lock
16 thread-optim
17 error
18 fatal-signal
19 open
20 pathmax
21 tmpdir
22 mkdtemp
23 rmdir
24 xalloc
25 xalloc-die
26 xmalloca
27 linkedhash-list
28 linked-list
29 xlist
30 gettext-h
32 configure.ac:
34 Makefile.am:
35 lib_SOURCES += clean-temp.h clean-temp.c
37 Include:
38 "clean-temp.h"
40 Link:
41 $(GETRANDOM_LIB)
42 $(LIBTHREAD)
44 License:
45 GPL
47 Maintainer:
48 all