vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / mountlist
blob7542048e451a396dc492abbc1fc05fed3ddac025
1 Description:
2 Return list of mounted file systems.
4 Files:
5 lib/mountlist.h
6 lib/mountlist.c
7 m4/fstypename.m4
8 m4/mountlist.m4
10 Depends-on:
11 fopen-gnu
12 getline
13 open
14 stdbool
15 stdint
16 strstr-simple
17 xalloc
19 configure.ac:
20 gl_MOUNTLIST
21 if test $gl_cv_list_mounted_fs = yes; then
22   AC_LIBOBJ([mountlist])
23   gl_PREREQ_MOUNTLIST_EXTRA
26 Makefile.am:
28 Include:
29 "mountlist.h"
31 License:
32 GPL
34 Maintainer:
35 Jim Meyering