openat: provide more convenience names
[pspp] / modules / clean-temp
index ba7e1913f36527de7ebaf38930e792220ac0b223..b16a33e5d34a4f30d98c62302d5321807f22c6ee 100644 (file)
@@ -10,18 +10,20 @@ stdbool
 unistd
 error
 fatal-signal
+open
 pathmax
 tmpdir
 mkdtemp
+rmdir
 xalloc
-xallocsa
-linked-list
+xmalloca
+linkedhash-list
 gettext-h
 
 configure.ac:
+AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
 
 Makefile.am:
-DEFS += -DSIGNAL_SAFE_LIST
 lib_SOURCES += clean-temp.h clean-temp.c
 
 Include:
@@ -32,4 +34,3 @@ GPL
 
 Maintainer:
 Bruno Haible
-