mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
36 lines
444 B
Plaintext
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
|
|
xmalloca
|
|
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
|
|
|