verify: new macro 'assume'
[gnulib.git] / modules / libsigsegv
1 Description:
2 Handle page faults in user mode.
3
4 Files:
5 m4/libsigsegv.m4
6
7 Depends-on:
8 havelib
9
10 configure.ac:
11 gl_LIBSIGSEGV
12
13 Makefile.am:
14
15 Include:
16 #if HAVE_LIBSIGSEGV
17 # include <sigsegv.h>
18 #endif
19
20 Link:
21 $(LTLIBSIGSEGV) when linking with libtool, $(LIBSIGSEGV) otherwise
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible