Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / unistd-safer
1 Description:
2 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4 Files:
5 lib/unistd--.h
6 lib/dup-safer.c
7 lib/fd-safer.c
8 lib/pipe-safer.c
9 lib/unistd-safer.h
10 m4/unistd-safer.m4
11
12 Depends-on:
13
14 configure.ac:
15 gl_UNISTD_SAFER
16
17 Makefile.am:
18 EXTRA_DIST += unistd-safer.h unistd--.h
19
20 Include:
21 "unistd-safer.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Paul Eggert, Jim Meyering