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