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
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
mountlist
blob
1e7d22a5e048c75bbc28e3c7c7fd5b8fa16c08b8
1
Description:
2
Return list of mounted file systems.
3
4
Files:
5
lib/mountlist.h
6
lib/mountlist.c
7
m4/ls-mntd-fs.m4
8
m4/fstypename.m4
9
m4/mountlist.m4
10
11
Depends-on:
12
stdbool
13
stdint
14
strstr-simple
15
xalloc
16
17
configure.ac:
18
gl_MOUNTLIST
19
if test $gl_cv_list_mounted_fs = yes; then
20
AC_LIBOBJ([mountlist])
21
gl_PREREQ_MOUNTLIST_EXTRA
22
fi
23
24
Makefile.am:
25
26
Include:
27
"mountlist.h"
28
29
License:
30
GPL
31
32
Maintainer:
33
Jim Meyering