1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/clean-temp
Eric Blake 6ad0448b81 * modules/clean-temp (Makefile.am): Don't add to make output...
(configure.ac): ...instead define SIGNAL_SAFE_LIST inside
config.h.
2006-10-17 13:01:43 +00:00

36 lines
444 B
Plaintext

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
pathmax
tmpdir
mkdtemp
xalloc
xallocsa
linkedhash-list
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