utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / mountlist
blob99d9073151d63615a0169efa24d45d9340946083
1 Description:
2 Return list of mounted file systems.
4 Usable-in-testdir:
5 # This module aborts the configuration on mingw. FIXME
6 no
8 Files:
9 lib/mountlist.h
10 lib/mountlist.c
11 m4/fstypename.m4
12 m4/mountlist.m4
14 Depends-on:
15 fopen-gnu
16 free-posix
17 getline
18 open
19 unlocked-io-internal
20 stdbool
21 stdint
22 strstr-simple
23 xalloc
25 configure.ac:
26 gl_MOUNTLIST
27 gl_CONDITIONAL([GL_COND_OBJ_MOUNTLIST], [test $gl_cv_list_mounted_fs = yes])
28 AM_COND_IF([GL_COND_OBJ_MOUNTLIST], [
29   gl_PREREQ_MOUNTLIST_EXTRA
32 Makefile.am:
33 if GL_COND_OBJ_MOUNTLIST
34 lib_SOURCES += mountlist.c
35 endif
37 Include:
38 "mountlist.h"
40 License:
41 GPL
43 Maintainer:
44 Jim Meyering