verify: new macro 'assume'
[gnulib.git] / modules / openat
1 Description:
2 openat() function: Open a file at a directory.
3
4 Files:
5 lib/openat.c
6 m4/openat.m4
7 m4/lstat.m4
8 m4/mode_t.m4
9
10 Depends-on:
11 fcntl-h
12 extensions
13 largefile
14 openat-h        [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
15 stdbool         [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
16 sys_stat        [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
17 fstat           [test $REPLACE_OPENAT = 1]
18 at-internal     [test $HAVE_OPENAT = 0]
19 dosname         [test $HAVE_OPENAT = 0]
20 errno           [test $HAVE_OPENAT = 0]
21 fchdir          [test $HAVE_OPENAT = 0]
22 open            [test $HAVE_OPENAT = 0]
23 openat-die      [test $HAVE_OPENAT = 0]
24 save-cwd        [test $HAVE_OPENAT = 0]
25
26 configure.ac:
27 gl_FUNC_OPENAT
28 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
29   AC_LIBOBJ([openat])
30   gl_PREREQ_OPENAT
31 fi
32 gl_MODULE_INDICATOR([openat]) dnl for lib/getcwd.c
33 gl_FCNTL_MODULE_INDICATOR([openat])
34
35 Makefile.am:
36
37 Include:
38 <fcntl.h>
39
40 License:
41 GPL
42
43 Maintainer:
44 Jim Meyering, Eric Blake