Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / stat
blob519879cafb2353eb6cd18fcfe2dd88001d9e2d88
1 Description:
2 stat() function: query file information
4 Files:
5 lib/stat.c
6 lib/stat-w32.h
7 lib/stat-w32.c
8 m4/stat.m4
10 Depends-on:
11 sys_stat
12 largefile
13 filename        [test $REPLACE_STAT = 1]
14 malloca         [test $REPLACE_STAT = 1]
15 pathmax         [test $REPLACE_STAT = 1]
16 stat-time       [test $REPLACE_STAT = 1]
17 stdbool         [test $REPLACE_STAT = 1]
18 verify          [test $REPLACE_STAT = 1]
20 configure.ac:
21 gl_FUNC_STAT
22 if test $REPLACE_STAT = 1; then
23   AC_LIBOBJ([stat])
24   case "$host_os" in
25     mingw*)
26       AC_LIBOBJ([stat-w32])
27       ;;
28   esac
29   gl_PREREQ_STAT
31 gl_SYS_STAT_MODULE_INDICATOR([stat])
33 Makefile.am:
35 Include:
36 <sys/stat.h>
38 License:
39 LGPLv2+
41 Maintainer:
42 Eric Blake