view modules/clean-temp @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents 1f14c6dd175d
children
line wrap: on
line source

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:
all