verify: new macro 'assume'
[gnulib.git] / modules / stat
1 Description:
2 stat() function: query file information
3
4 Files:
5 lib/stat.c
6 m4/stat.m4
7
8 Depends-on:
9 sys_stat
10 largefile
11 dosname         [test $REPLACE_STAT = 1]
12 pathmax         [test $REPLACE_STAT = 1]
13 stdbool         [test $REPLACE_STAT = 1]
14 verify          [test $REPLACE_STAT = 1]
15
16 configure.ac:
17 gl_FUNC_STAT
18 if test $REPLACE_STAT = 1; then
19   AC_LIBOBJ([stat])
20   gl_PREREQ_STAT
21 fi
22 gl_SYS_STAT_MODULE_INDICATOR([stat])
23
24 Makefile.am:
25
26 Include:
27 <sys/stat.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Eric Blake