pipe-posix: new module
[gnulib.git] / modules / pipe-posix
diff --git a/modules/pipe-posix b/modules/pipe-posix
new file mode 100644 (file)
index 0000000..9f753db
--- /dev/null
@@ -0,0 +1,22 @@
+Description:
+Creation of a pipe.
+
+Files:
+
+Depends-on:
+unistd
+
+configure.ac:
+AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
+gl_UNISTD_MODULE_INDICATOR([pipe])
+
+Makefile.am:
+
+Include:
+<unistd.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Eric Blake