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