modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / stat
blobe309d7379c2094230b9fdfafb26174d18b722d4b
1 Description:
2 stat() function: query file information
4 Files:
5 lib/stat.c
6 m4/stat.m4
8 Depends-on:
9 sys_stat
10 largefile
11 dosname         [test $REPLACE_STAT = 1]
12 pathmax         [test $REPLACE_STAT = 1]
13 stdbool         [test $REPLACE_STAT = 1]
14 verify          [test $REPLACE_STAT = 1]
16 configure.ac:
17 gl_FUNC_STAT
18 if test $REPLACE_STAT = 1; then
19   AC_LIBOBJ([stat])
20   gl_PREREQ_STAT
22 gl_SYS_STAT_MODULE_INDICATOR([stat])
24 Makefile.am:
26 Include:
27 <sys/stat.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Eric Blake