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