Add bitrotate module.
[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 xalloc
18 xmalloca
19 linkedhash-list
20 gettext-h
21
22 configure.ac:
23 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
24
25 Makefile.am:
26 lib_SOURCES += clean-temp.h clean-temp.c
27
28 Include:
29 "clean-temp.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible