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