mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
38 lines
692 B
Plaintext
38 lines
692 B
Plaintext
Description:
|
|
Emulation of POSIX compatible SIGPIPE behaviour.
|
|
|
|
Files:
|
|
m4/sigpipe.m4
|
|
|
|
Depends-on:
|
|
signal
|
|
sigprocmask
|
|
stdio
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_SIGNAL_SIGPIPE
|
|
dnl Define the C macro GNULIB_SIGPIPE to 1.
|
|
gl_MODULE_INDICATOR([sigpipe])
|
|
dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
|
|
AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
|
|
GNULIB_SIGNAL_H_SIGPIPE=1
|
|
dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
|
|
AC_REQUIRE([gl_STDIO_H_DEFAULTS])
|
|
GNULIB_STDIO_H_SIGPIPE=1
|
|
dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
|
|
AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
|
|
GNULIB_UNISTD_H_SIGPIPE=1
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<signal.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|