strtod: fix bug in replacement function on AIX
[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
12 Depends-on:
13 signal
14 sigprocmask
15 stdio
16 unistd
17
18 configure.ac:
19 gl_SIGNAL_SIGPIPE
20 dnl Define the C macro GNULIB_SIGPIPE to 1.
21 gl_MODULE_INDICATOR([sigpipe])
22 dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
23 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
24 GNULIB_SIGNAL_H_SIGPIPE=1
25 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
26 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
27 GNULIB_STDIO_H_SIGPIPE=1
28 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
29 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
30 GNULIB_UNISTD_H_SIGPIPE=1
31
32 Makefile.am:
33
34 Include:
35 <signal.h>
36
37 License:
38 LGPL
39
40 Maintainer:
41 Bruno Haible
42