string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / modules / lstat
blobe89d158fc1181292461e0d80a766250723a936cc
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 stat            [test $REPLACE_LSTAT = 1]
12 stat-time       [test $REPLACE_LSTAT = 1]
14 configure.ac:
15 gl_FUNC_LSTAT
16 gl_CONDITIONAL([GL_COND_OBJ_LSTAT], [test $REPLACE_LSTAT = 1])
17 AM_COND_IF([GL_COND_OBJ_LSTAT], [
18   gl_PREREQ_LSTAT
20 gl_SYS_STAT_MODULE_INDICATOR([lstat])
21 gl_MODULE_INDICATOR([lstat])
23 Makefile.am:
24 if GL_COND_OBJ_LSTAT
25 lib_SOURCES += lstat.c
26 endif
28 Include:
29 <sys/stat.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering