verify: new macro 'assume'
[gnulib.git] / modules / sigpipe
1 Description:
2 Emulation of POSIX compatible SIGPIPE behaviour.
3
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/.
8
9 Files:
10 m4/sigpipe.m4
11 lib/stdio-write.c
12 m4/asm-underscore.m4
13
14 Depends-on:
15 msvc-nothrow
16 raise
17 signal-h
18 sigprocmask
19 stdio
20 unistd
21
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 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
28 GNULIB_SIGNAL_H_SIGPIPE=1
29 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
30 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
31 AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
32 GNULIB_STDIO_H_SIGPIPE=1
33 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
34 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
35 GNULIB_UNISTD_H_SIGPIPE=1
36
37 Makefile.am:
38
39 Include:
40 <signal.h>
41
42 License:
43 LGPLv2+
44
45 Maintainer:
46 Bruno Haible
47