repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
fsusage
blob
b5344c42642476297179c0273e091abb972fcc28
1
Description:
2
Return file system space usage info.
3
4
Files:
5
lib/fsusage.h
6
lib/fsusage.c
7
m4/fsusage.m4
8
9
Depends-on:
10
c99
11
largefile
12
stdbool
13
stdint
14
15
configure.ac:
16
gl_FSUSAGE
17
if test $gl_cv_fs_space = yes; then
18
AC_LIBOBJ([fsusage])
19
gl_PREREQ_FSUSAGE_EXTRA
20
fi
21
22
Makefile.am:
23
24
Include:
25
"fsusage.h"
26
27
License:
28
LGPL
29
30
Maintainer:
31
Jim Meyering