vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / raise
blob4a6a8b589e60da3aca611dff7324d1eb59b5054a
1 Description:
2 Send a signal to the executing process.
4 Files:
5 lib/raise.c
6 m4/raise.m4
8 Depends-on:
9 signal-h
10 msvc-inval      [test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1]
12 configure.ac:
13 gl_FUNC_RAISE
14 if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then
15   AC_LIBOBJ([raise])
16   gl_PREREQ_RAISE
18 gl_SIGNAL_MODULE_INDICATOR([raise])
20 Makefile.am:
22 Include:
23 <signal.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 Jim Meyering