fstatat: Remove unused dependency.
[gnulib.git] / modules / fstatat
1 Description:
2 fstatat() function: Return information about a file at a directory.
3
4 Files:
5 lib/fstatat.c
6 lib/at-func.c
7 lib/openat-priv.h
8 m4/fstatat.m4
9
10 Depends-on:
11 at-internal
12 dosname
13 errno
14 extensions
15 fchdir
16 fcntl-h
17 lstat
18 openat-die
19 openat-h
20 save-cwd
21 sys_stat
22
23 configure.ac:
24 gl_FUNC_FSTATAT
25 if test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1; then
26   AC_LIBOBJ([fstatat])
27 fi
28 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
29 gl_MODULE_INDICATOR([fstatat]) dnl for lib/openat.h
30 gl_SYS_STAT_MODULE_INDICATOR([fstatat])
31
32 Makefile.am:
33
34 Include:
35 <sys/stat.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake