summaryrefslogtreecommitdiff
path: root/gnulib/modules/sigpipe
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/sigpipe')
m---------gnulib0
-rw-r--r--gnulib/modules/sigpipe47
2 files changed, 47 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/sigpipe b/gnulib/modules/sigpipe
new file mode 100644
index 0000000..8bb7442
--- /dev/null
+++ b/gnulib/modules/sigpipe
@@ -0,0 +1,47 @@
+Description:
+Emulation of POSIX compatible SIGPIPE behaviour.
+
+Comment:
+This module should not be used as a dependency from a test module,
+otherwise when this module occurs as a tests-related module, it will
+have side effects on the compilation of the main modules in lib/.
+
+Files:
+m4/sigpipe.m4
+lib/stdio-write.c
+m4/asm-underscore.m4
+
+Depends-on:
+msvc-nothrow
+raise
+signal-h
+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])
+AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
+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:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+