repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
pipe-filter-gi
blob
152f9099d157f6d85795f418ba340d0ede40984b
1
Description:
2
Filtering of data through a subprocess.
3
4
Files:
5
lib/pipe-filter.h
6
lib/pipe-filter-gi.c
7
lib/pipe-filter-aux.h
8
lib/pipe-filter-aux.c
9
10
Depends-on:
11
spawn-pipe
12
wait-process
13
error
14
extern-inline
15
fcntl-h
16
gettext-h
17
stdbool
18
stdint
19
stdlib
20
sys_select
21
unistd
22
xalloc
23
24
configure.ac:
25
AC_CHECK_FUNCS_ONCE([select])
26
27
Makefile.am:
28
lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c
29
30
Include:
31
"pipe-filter.h"
32
33
Link:
34
$(LIBTHREAD)
35
36
License:
37
GPL
38
39
Maintainer:
40
Paolo Bonzini