posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fstat
blobe88bb43653dd09d31b40ebfb77c5e20df89d0ba2
1 Description:
2 fstat() function: return information about an open file.
4 Files:
5 lib/fstat.c
6 lib/stat-w32.h
7 lib/stat-w32.c
8 m4/fstat.m4
10 Depends-on:
11 sys_stat
12 largefile
13 pathmax         [test $REPLACE_FSTAT = 1]
14 stat            [test $REPLACE_FSTAT = 1]
15 stat-time       [test $REPLACE_FSTAT = 1]
16 unistd          [test $REPLACE_FSTAT = 1]
17 verify          [test $REPLACE_FSTAT = 1]
18 msvc-nothrow    [test $REPLACE_FSTAT = 1]
20 configure.ac:
21 gl_FUNC_FSTAT
22 if test $REPLACE_FSTAT = 1; then
23   AC_LIBOBJ([fstat])
24   case "$host_os" in
25     mingw*)
26       AC_LIBOBJ([stat-w32])
27       ;;
28   esac
29   gl_PREREQ_FSTAT
31 gl_SYS_STAT_MODULE_INDICATOR([fstat])
33 Makefile.am:
35 Include:
36 <sys/stat.h>
38 License:
39 LGPLv2+
41 Maintainer:
42 all