prepare NEWS.stable
[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 stdbool         [test $REPLACE_STAT = 1]
13 verify          [test $REPLACE_STAT = 1]
14
15 configure.ac:
16 gl_FUNC_STAT
17 if test $REPLACE_STAT = 1; then
18   AC_LIBOBJ([stat])
19   gl_PREREQ_STAT
20 fi
21 gl_SYS_STAT_MODULE_INDICATOR([stat])
22
23 Makefile.am:
24
25 Include:
26 <sys/stat.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Eric Blake