warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / stdlib-safer
blob8dbd682b463561d1d6ff725c89ccb88a22e366a7
1 Description:
2 File stream functions that avoid clobbering std{in,out,err}.
4 Files:
5 lib/stdlib--.h
6 lib/stdlib-safer.h
7 lib/mkstemp-safer.c
9 Depends-on:
10 fd-safer-flag
11 mkstemp
12 stdlib
13 unistd-safer
15 configure.ac:
17 Makefile.am:
18 lib_SOURCES += mkstemp-safer.c
20 Include:
21 "stdlib-safer.h"
23 License:
24 GPL
26 Maintainer:
27 Paul Eggert, Jim Meyering