verify: new macro 'assume'
[gnulib.git] / modules / open
1 Description:
2 open() function: open a descriptor to a file.
3
4 Files:
5 lib/open.c
6 m4/open.m4
7 m4/mode_t.m4
8
9 Depends-on:
10 fcntl-h
11 largefile
12 fstat           [test $REPLACE_OPEN = 1]
13 stat            [test $REPLACE_OPEN = 1]
14
15 configure.ac:
16 gl_FUNC_OPEN
17 if test $REPLACE_OPEN = 1; then
18   AC_LIBOBJ([open])
19   gl_PREREQ_OPEN
20 fi
21 gl_FCNTL_MODULE_INDICATOR([open])
22
23 Makefile.am:
24
25 Include:
26 <fcntl.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible
33