X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpipe;h=cfc008dce269652f8fa236372ada5671a0088107;hb=56d6664559f449af25f0d331457b014b02324d65;hp=a4581d9d40734186834afd07b460f2d9852a47e2;hpb=2feb138966157157d546bf8223fb1d1b356adda9;p=gnulib.git diff --git a/modules/pipe b/modules/pipe index a4581d9d4..cfc008dce 100644 --- a/modules/pipe +++ b/modules/pipe @@ -1,30 +1,26 @@ Description: Creation of subprocesses, communicating via pipes. +Status: +deprecated + +Notice: +This module is deprecated. Use the module 'spawn-pipe' instead. + Files: lib/pipe.h -lib/pipe.c -lib/w32spawn.h -m4/pipe.m4 Depends-on: -wait-process -error -exit -fatal-signal -gettext -stdbool -strpbrk +spawn-pipe configure.ac: -gl_PIPE Makefile.am: -lib_SOURCES += pipe.h pipe.c w32spawn.h Include: -"pipe.h" + +License: +GPL Maintainer: Bruno Haible -