summaryrefslogtreecommitdiff
path: root/modules/mountlist
blob: f61038ec15986d564c9e302c8dd6fc0e969a9fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Description:
Return list of mounted file systems.

Files:
lib/mountlist.h
lib/mountlist.c
m4/fstypename.m4
m4/mountlist.m4

Depends-on:
fopen-gnu
free-posix
getline
open
unlocked-io-internal
stdbool
stdint
strstr-simple
xalloc

configure.ac:
gl_MOUNTLIST
gl_CONDITIONAL([GL_COND_OBJ_MOUNTLIST], [test $gl_cv_list_mounted_fs = yes])
AM_COND_IF([GL_COND_OBJ_MOUNTLIST], [
  gl_PREREQ_MOUNTLIST_EXTRA
])

Makefile.am:
if GL_COND_OBJ_MOUNTLIST
lib_SOURCES += mountlist.c
endif

Include:
"mountlist.h"

License:
GPL

Maintainer:
Jim Meyering