summaryrefslogtreecommitdiff
path: root/modules/pipe-filter-gi
blob: ac56c60f3dd10184bade3249127f2979dce88a67 (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
35
Description:
Filtering of data through a subprocess.

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

Depends-on:
spawn-pipe
wait-process
error
fcntl-h
gettext-h
stdbool
stdint
stdlib
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