gnulib-tool.py: Handle module dependencies that cannot be found.
[gnulib.git] / modules / fcntl
blobad5d6e93668f86efdcb03f8f0877cbeef920de16
1 Description:
2 Support for the fcntl() function, actions F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
8 Depends-on:
9 fcntl-h
10 extensions
11 close           [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
12 dup2            [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
13 getdtablesize   [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
14 msvc-nothrow    [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
16 configure.ac:
17 gl_FUNC_FCNTL
18 gl_CONDITIONAL([GL_COND_OBJ_FCNTL],
19                [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1])
20 gl_FCNTL_MODULE_INDICATOR([fcntl])
22 Makefile.am:
23 if GL_COND_OBJ_FCNTL
24 lib_SOURCES += fcntl.c
25 endif
27 Include:
28 <fcntl.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 Eric Blake