annotate modules/sigpipe @ 30171:eeaa0c743274

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
30171
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Emulation of POSIX compatible SIGPIPE behaviour.
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/sigpipe.m4
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 signal
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 sigprocmask
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 stdio
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 unistd
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_SIGNAL_SIGPIPE
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 dnl Define the C macro GNULIB_SIGPIPE to 1.
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_MODULE_INDICATOR([sigpipe])
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 GNULIB_SIGNAL_H_SIGPIPE=1
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 GNULIB_STDIO_H_SIGPIPE=1
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 GNULIB_UNISTD_H_SIGPIPE=1
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Makefile.am:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Include:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 <signal.h>
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 License:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 LGPL
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Maintainer:
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 Bruno Haible
eeaa0c743274 New module 'sigpipe'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37