annotate modules/sigpipe @ 10480:170726b202f9

New module 'sigpipe'.
author Bruno Haible <bruno@clisp.org>
date Fri, 26 Sep 2008 13:23:08 +0200
parents
children dc9c0e0be44e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10480
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Emulation of POSIX compatible SIGPIPE behaviour.
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/sigpipe.m4
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 signal
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 sigprocmask
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 stdio
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 unistd
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_SIGNAL_SIGPIPE
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 dnl Define the C macro GNULIB_SIGPIPE to 1.
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_MODULE_INDICATOR([sigpipe])
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 GNULIB_SIGNAL_H_SIGPIPE=1
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 GNULIB_STDIO_H_SIGPIPE=1
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 GNULIB_UNISTD_H_SIGPIPE=1
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Makefile.am:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Include:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 <signal.h>
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 License:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 LGPL
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Maintainer:
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 Bruno Haible
170726b202f9 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37