same-inode: make SAME_INODE tri-state, to port to mingw
[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 gettext-h
22
23 configure.ac:
24 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
25
26 Makefile.am:
27 lib_SOURCES += clean-temp.h clean-temp.c
28
29 Include:
30 "clean-temp.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Bruno Haible