mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
35 lines
385 B
Plaintext
35 lines
385 B
Plaintext
Description:
|
|
Filtering of data through a subprocess.
|
|
|
|
Files:
|
|
lib/pipe-filter.h
|
|
lib/pipe-filter-ii.c
|
|
lib/pipe-filter-aux.h
|
|
|
|
Depends-on:
|
|
pipe
|
|
wait-process
|
|
error
|
|
exit
|
|
gettext-h
|
|
stdbool
|
|
stdint
|
|
sys_select
|
|
unistd
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
AC_CHECK_FUNCS([select])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += pipe-filter-ii.c
|
|
|
|
Include:
|
|
"pipe-filter.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|