1Description:
2Emulation of POSIX compatible SIGPIPE behaviour.
3
4Comment:
5This module should not be used as a dependency from a test module,
6otherwise when this module occurs as a tests-related module, it will
7have side effects on the compilation of the main modules in lib/.
8
9Files:
10m4/sigpipe.m4
11lib/stdio-write.c
12m4/asm-underscore.m4
13
14Depends-on:
15msvc-nothrow
16raise
17signal-h
18sigprocmask
19stdio
20unistd
21
22configure.ac:
23gl_SIGNAL_SIGPIPE
24dnl Define the C macro GNULIB_SIGPIPE to 1.
25gl_MODULE_INDICATOR([sigpipe])
26dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
27AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
28GNULIB_SIGNAL_H_SIGPIPE=1
29dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
30AC_REQUIRE([gl_STDIO_H_DEFAULTS])
31AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
32GNULIB_STDIO_H_SIGPIPE=1
33dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
34AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
35GNULIB_UNISTD_H_SIGPIPE=1
36
37Makefile.am:
38
39Include:
40<signal.h>
41
42License:
43LGPLv2+
44
45Maintainer:
46Bruno Haible
47
48