summaryrefslogtreecommitdiff
path: root/gnulib/modules/pipe-filter-gi
blob: 95ab27a6c806c27ae868601db51ac2eba25d848d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description:
Filtering of data through a subprocess.

Files:
lib/pipe-filter.h
lib/pipe-filter-gi.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_ONCE([select])

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

Include:
"pipe-filter.h"

License:
GPL

Maintainer:
Paolo Bonzini, Bruno Haible