summaryrefslogtreecommitdiff
path: root/modules/sigpipe
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-26 13:23:08 +0200
committerBruno Haible <bruno@clisp.org>2008-09-26 13:23:08 +0200
commit321f80d0ad62a3fefe8a66b287e3b4e587e44d69 (patch)
tree79790d92c9f85399354e9af0ba3ef2b442d42957 /modules/sigpipe
parent5241443bc0ab37da02adb30a163283e010ad7d15 (diff)
downloadgnulib-321f80d0ad62a3fefe8a66b287e3b4e587e44d69.tar.gz
New module 'sigpipe'.
Diffstat (limited to 'modules/sigpipe')
-rw-r--r--modules/sigpipe37
1 files changed, 37 insertions, 0 deletions
diff --git a/modules/sigpipe b/modules/sigpipe
new file mode 100644
index 0000000000..8addd22e92
--- /dev/null
+++ b/modules/sigpipe
@@ -0,0 +1,37 @@
+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
+