view modules/pipe-filter-gi @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
Filtering of data through a subprocess.

Files:
lib/pipe-filter.h
lib/pipe-filter-gi.c
lib/pipe-filter-aux.h
lib/pipe-filter-aux.c

Depends-on:
spawn-pipe
wait-process
error
extern-inline
fcntl-h
gettext-h
stdbool
stdint
stdlib
sys_select
unistd

configure.ac:
AC_CHECK_FUNCS_ONCE([select])

Makefile.am:
lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c

Include:
"pipe-filter.h"

License:
GPL

Maintainer:
Paolo Bonzini