posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / clean-temp
blob8551ce5f69c78e0440195d610ce61188b56a02ed
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 stdint
12 unistd
13 lock
14 thread-optim
15 error
16 fatal-signal
17 asyncsafe-spin
18 open
19 pathmax
20 tmpdir
21 mkdtemp
22 rmdir
23 xalloc
24 xmalloca
25 linkedhash-list
26 linked-list
27 xlist
28 gettext-h
30 configure.ac:
31 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
33 Makefile.am:
34 lib_SOURCES += clean-temp.h clean-temp.c
36 Include:
37 "clean-temp.h"
39 Link:
40 $(LIB_GETRANDOM)
41 $(LIBTHREAD)
43 License:
44 GPL
46 Maintainer:
47 all