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