verify: new macro 'assume'
[gnulib.git] / modules / fileblocks
1 Description:
2 Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
3
4 Files:
5 lib/fileblocks.c
6 m4/fileblocks.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_FILEBLOCKS
12 if test $ac_cv_member_struct_stat_st_blocks = no; then
13   AC_LIBOBJ([fileblocks])
14   gl_PREREQ_FILEBLOCKS
15 fi
16
17 Makefile.am:
18
19 Include:
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering
26