New module 'environ'.
[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
10 Depends-on:
11 wait-process
12 error
13 exit
14 fatal-signal
15 gettext-h
16 stdbool
17 strpbrk
18 unistd
19 environ
20
21 configure.ac:
22 gl_PIPE
23
24 Makefile.am:
25 lib_SOURCES += pipe.h pipe.c w32spawn.h
26
27 Include:
28 "pipe.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible