gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / stdlib-safer
1 Description:
2 File stream functions that avoid clobbering std{in,out,err}.
3
4 Files:
5 lib/stdlib--.h
6 lib/stdlib-safer.h
7 lib/mkstemp-safer.c
8 m4/stdlib-safer.m4
9
10 Depends-on:
11 mkstemp
12 unistd-safer
13
14 configure.ac:
15 gl_STDLIB_SAFER
16
17 Makefile.am:
18
19 Include:
20 "stdlib-safer.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering