Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
[gnulib.git] / modules / pipe
1 Description:
2 Creation of subprocesses, communicating via pipes.
3
4 Files:
5 lib/pipe.h
6 lib/pipe.c
7 lib/w32spawn.h
8 m4/pipe.m4
9 m4/posix_spawn.m4
10
11 Depends-on:
12 environ
13 error
14 exit
15 fatal-signal
16 gettext-h
17 open
18 stdbool
19 strpbrk
20 unistd
21 unistd-safer
22 wait-process
23
24 configure.ac:
25 gl_PIPE
26
27 Makefile.am:
28 lib_SOURCES += pipe.h pipe.c w32spawn.h
29
30 Include:
31 "pipe.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Bruno Haible