unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / pipe-filter-gi
blob42c85ffdeb91161a8a8aac045657bd60b2c3199a
1 Description:
2 Filtering of data through a subprocess.
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
10 Depends-on:
11 spawn-pipe
12 wait-process
13 error
14 extern-inline
15 fcntl-h
16 free-posix
17 gettext-h
18 stdbool
19 stdint
20 stdlib
21 sys_select
22 unistd
23 xalloc
25 configure.ac:
26 AC_CHECK_FUNCS_ONCE([select])
28 Makefile.am:
29 lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c
31 Include:
32 "pipe-filter.h"
34 Link:
35 $(LIBTHREAD)
37 License:
38 GPL
40 Maintainer:
41 Paolo Bonzini