* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
[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 pathmax
14 tmpdir
15 mkdtemp
16 xalloc
17 xmalloca
18 linkedhash-list
19 gettext-h
20
21 configure.ac:
22 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
23
24 Makefile.am:
25 lib_SOURCES += clean-temp.h clean-temp.c
26
27 Include:
28 "clean-temp.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible
35