Don't insist on 'long long int' support in the preprocessor. It
[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
20 configure.ac:
21 gl_PIPE
22
23 Makefile.am:
24 lib_SOURCES += pipe.h pipe.c w32spawn.h
25
26 Include:
27 "pipe.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Bruno Haible