glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / fstat
blobe498941844d10adc6ac0c972819fa2e3652d2cac
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 unistd          [test $REPLACE_FSTAT = 1]
15 verify          [test $REPLACE_FSTAT = 1]
16 msvc-nothrow    [test $REPLACE_FSTAT = 1]
18 configure.ac:
19 gl_FUNC_FSTAT
20 if test $REPLACE_FSTAT = 1; then
21   AC_LIBOBJ([fstat])
22   case "$host_os" in
23     mingw*)
24       AC_LIBOBJ([stat-w32])
25       ;;
26   esac
27   gl_PREREQ_FSTAT
29 gl_SYS_STAT_MODULE_INDICATOR([fstat])
31 Makefile.am:
33 Include:
34 <sys/stat.h>
36 License:
37 LGPLv2+
39 Maintainer:
40 all