view modules/fsusage @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 722a7b3a4274
children
line wrap: on
line source

Description:
Return file system space usage info.

Files:
lib/fsusage.h
lib/fsusage.c
m4/fsusage.m4

Depends-on:
largefile
stdbool
stdint

configure.ac:
gl_FSUSAGE
if test $gl_cv_fs_space = yes; then
  AC_LIBOBJ([fsusage])
  gl_PREREQ_FSUSAGE_EXTRA
fi

Makefile.am:

Include:
"fsusage.h"

License:
LGPL

Maintainer:
Jim Meyering