Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / vma-iter
blob08f3c0f0be085b6a9f8398022692cf89522219ed
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
15 configure.ac:
16 gl_FUNC_MMAP_ANON
17 AC_REQUIRE([AC_C_INLINE])
18 AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
20 Makefile.am:
21 lib_SOURCES += vma-iter.c
23 Include:
24 "vma-iter.h"
26 License:
27 GPL
29 Maintainer:
30 all