verify: new macro 'assume'
[gnulib.git] / modules / clean-temp
1 Description:
2 Temporary directories and temporary files with automatic cleanup.
3
4 Files:
5 lib/clean-temp.h
6 lib/clean-temp.c
7
8 Depends-on:
9 stdbool
10 unistd
11 error
12 fatal-signal
13 open
14 pathmax
15 tmpdir
16 mkdtemp
17 rmdir
18 xalloc
19 xmalloca
20 linkedhash-list
21 xlist
22 gettext-h
23
24 configure.ac:
25 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
26
27 Makefile.am:
28 lib_SOURCES += clean-temp.h clean-temp.c
29
30 Include:
31 "clean-temp.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Bruno Haible