repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
havelib: Remove the need to include asm-underscore.m4.
[gnulib.git]
/
modules
/
clean-temp
blob
951e0c5c117f9ea656ad49f15ea14969633c9cc9
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
all