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
malloc-h: New module.
[gnulib.git]
/
modules
/
pipe-filter-ii
blob
65a0a02547807088b7d9aaf0d0a0381cdd78687c
1
Description:
2
Filtering of data through a subprocess.
3
4
Files:
5
lib/pipe-filter.h
6
lib/pipe-filter-ii.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
23
configure.ac:
24
AC_CHECK_FUNCS_ONCE([select])
25
26
Makefile.am:
27
lib_SOURCES += pipe-filter-ii.c pipe-filter-aux.c
28
29
Include:
30
"pipe-filter.h"
31
32
Link:
33
$(LIBTHREAD)
34
35
License:
36
GPL
37
38
Maintainer:
39
all