verify: new macro 'assume'
[gnulib.git] / modules / lstat
1 Description:
2 lstat() function: return information about a file or symbolic link.
3
4 Files:
5 lib/lstat.c
6 m4/lstat.m4
7
8 Depends-on:
9 sys_stat
10 largefile
11 dosname         [test $REPLACE_LSTAT = 1]
12 stat            [test $REPLACE_LSTAT = 1]
13
14 configure.ac:
15 gl_FUNC_LSTAT
16 if test $REPLACE_LSTAT = 1; then
17   AC_LIBOBJ([lstat])
18   gl_PREREQ_LSTAT
19 fi
20 gl_SYS_STAT_MODULE_INDICATOR([lstat])
21
22 Makefile.am:
23
24 Include:
25 <sys/stat.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Jim Meyering