Support programs like Emacs that use gnulib but not gettext.
[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
19 configure.ac:
20 gl_PIPE
21
22 Makefile.am:
23 lib_SOURCES += pipe.h pipe.c w32spawn.h
24
25 Include:
26 "pipe.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Bruno Haible