readutmp: Fix dependencies.
[gnulib.git] / modules / vma-iter
blob4c8ce8c2982e48c27c49694b654a3b15ab9335c4
1 Description:
2 Iteration over virtual memory areas.
4 Files:
5 lib/vma-iter.h
6 lib/vma-iter.c
7 m4/mmap-anon.m4
9 Depends-on:
10 stdint
11 unistd
12 extensions
13 getpagesize
14 open
16 configure.ac:
17 gl_FUNC_MMAP_ANON
18 AC_REQUIRE([AC_C_INLINE])
19 AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
21 Makefile.am:
22 lib_SOURCES += vma-iter.c
24 Include:
25 "vma-iter.h"
27 License:
28 GPL
30 Maintainer:
31 all