maint: fts: give __opendir2 a new parameter and rename
[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 raise
16 signal
17 sigprocmask
18 stdio
19 unistd
20
21 configure.ac:
22 gl_SIGNAL_SIGPIPE
23 dnl Define the C macro GNULIB_SIGPIPE to 1.
24 gl_MODULE_INDICATOR([sigpipe])
25 dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
26 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
27 GNULIB_SIGNAL_H_SIGPIPE=1
28 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
29 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
30 AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
31 GNULIB_STDIO_H_SIGPIPE=1
32 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
33 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
34 GNULIB_UNISTD_H_SIGPIPE=1
35
36 Makefile.am:
37
38 Include:
39 <signal.h>
40
41 License:
42 LGPLv2+
43
44 Maintainer:
45 Bruno Haible
46