verify: new macro 'assume'
[gnulib.git] / modules / fstat
1 Description:
2 fstat() function: return information about an open file.
3
4 Files:
5 lib/fstat.c
6 m4/fstat.m4
7
8 Depends-on:
9 sys_stat
10 largefile
11 unistd          [test $REPLACE_STAT = 1]
12 msvc-inval      [test $REPLACE_STAT = 1]
13
14 configure.ac:
15 gl_FUNC_FSTAT
16 if test $REPLACE_FSTAT = 1; then
17   AC_LIBOBJ([fstat])
18   gl_PREREQ_FSTAT
19 fi
20 gl_SYS_STAT_MODULE_INDICATOR([fstat])
21
22 Makefile.am:
23
24 Include:
25 <sys/stat.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible