Detect UNIX domain sockets supported by recent Windows versions.
[gnulib.git] / modules / raise
bloba308ea45d7738cd22300ae0ce2551d6ab4a07ad3
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 gl_CONDITIONAL([GL_COND_OBJ_RAISE],
15                [test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1])
16 AM_COND_IF([GL_COND_OBJ_RAISE], [
17   gl_PREREQ_RAISE
19 gl_SIGNAL_MODULE_INDICATOR([raise])
21 Makefile.am:
22 if GL_COND_OBJ_RAISE
23 lib_SOURCES += raise.c
24 endif
26 Include:
27 <signal.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Jim Meyering