summaryrefslogtreecommitdiff
path: root/gnulib/modules/clean-temp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/clean-temp')
m---------gnulib0
-rw-r--r--gnulib/modules/clean-temp37
2 files changed, 37 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/clean-temp b/gnulib/modules/clean-temp
new file mode 100644
index 0000000..d4afa34
--- /dev/null
+++ b/gnulib/modules/clean-temp
@@ -0,0 +1,37 @@
+Description:
+Temporary directories and temporary files with automatic cleanup.
+
+Files:
+lib/clean-temp.h
+lib/clean-temp.c
+
+Depends-on:
+stdbool
+unistd
+error
+fatal-signal
+open
+pathmax
+tmpdir
+mkdtemp
+rmdir
+xalloc
+xmalloca
+linkedhash-list
+xlist
+gettext-h
+
+configure.ac:
+AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
+
+Makefile.am:
+lib_SOURCES += clean-temp.h clean-temp.c
+
+Include:
+"clean-temp.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible