hash-set: Add tests.
[gnulib.git] / modules / lstat
bloba5bff5199df12b128645f80c08e7be816f9b8c9b
1 Description:
2 lstat() function: return information about a file or symbolic link.
4 Files:
5 lib/lstat.c
6 m4/lstat.m4
8 Depends-on:
9 sys_stat
10 largefile
11 dosname         [test $REPLACE_LSTAT = 1]
12 stat            [test $REPLACE_LSTAT = 1]
13 stat-time       [test $REPLACE_LSTAT = 1]
15 configure.ac:
16 gl_FUNC_LSTAT
17 if test $REPLACE_LSTAT = 1; then
18   AC_LIBOBJ([lstat])
19   gl_PREREQ_LSTAT
21 gl_SYS_STAT_MODULE_INDICATOR([lstat])
23 Makefile.am:
25 Include:
26 <sys/stat.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Jim Meyering