verify: new macro 'assume'
[gnulib.git] / modules / fcntl
1 Description:
2 Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
3
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
7
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]
15
16 configure.ac:
17 gl_FUNC_FCNTL
18 if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
19   AC_LIBOBJ([fcntl])
20 fi
21 gl_FCNTL_MODULE_INDICATOR([fcntl])
22
23 Makefile.am:
24
25 Include:
26 <fcntl.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Eric Blake