havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / lstat
blob6173858c0c112dafaf7289c58d1dcae77805b071
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 if test $REPLACE_LSTAT = 1; then
17   AC_LIBOBJ([lstat])
18   gl_PREREQ_LSTAT
20 gl_SYS_STAT_MODULE_INDICATOR([lstat])
22 Makefile.am:
24 Include:
25 <sys/stat.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering