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