view modules/clean-temp @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
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