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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
mountlist
blob
7542048e451a396dc492abbc1fc05fed3ddac025
1
Description:
2
Return list of mounted file systems.
3
4
Files:
5
lib/mountlist.h
6
lib/mountlist.c
7
m4/fstypename.m4
8
m4/mountlist.m4
9
10
Depends-on:
11
fopen-gnu
12
getline
13
open
14
stdbool
15
stdint
16
strstr-simple
17
xalloc
18
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
24
fi
25
26
Makefile.am:
27
28
Include:
29
"mountlist.h"
30
31
License:
32
GPL
33
34
Maintainer:
35
Jim Meyering