New module 'sigpipe'.
[gnulib.git] / modules / sigpipe
1 Description:
2 Emulation of POSIX compatible SIGPIPE behaviour.
3
4 Files:
5 m4/sigpipe.m4
6
7 Depends-on:
8 signal
9 sigprocmask
10 stdio
11 unistd
12
13 configure.ac:
14 gl_SIGNAL_SIGPIPE
15 dnl Define the C macro GNULIB_SIGPIPE to 1.
16 gl_MODULE_INDICATOR([sigpipe])
17 dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
18 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
19 GNULIB_SIGNAL_H_SIGPIPE=1
20 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
21 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
22 GNULIB_STDIO_H_SIGPIPE=1
23 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
24 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
25 GNULIB_UNISTD_H_SIGPIPE=1
26
27 Makefile.am:
28
29 Include:
30 <signal.h>
31
32 License:
33 LGPL
34
35 Maintainer:
36 Bruno Haible
37