pipe-posix: new module
[gnulib.git] / modules / pipe-posix
1 Description:
2 Creation of a pipe.
3
4 Files:
5
6 Depends-on:
7 unistd
8
9 configure.ac:
10 AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
11 gl_UNISTD_MODULE_INDICATOR([pipe])
12
13 Makefile.am:
14
15 Include:
16 <unistd.h>
17
18 License:
19 LGPLv2+
20
21 Maintainer:
22 Eric Blake