view modules/pipe-filter-ii @ 13415:a884db63982b

Avoid some more warnings from "gcc -Wwrite-strings".
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Jun 2010 21:17:11 +0200
parents d943ffe46edc
children 5be0c314f2f8
line wrap: on
line source

Description:
Filtering of data through a subprocess.

Files:
lib/pipe-filter.h
lib/pipe-filter-ii.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-ii.c

Include:
"pipe-filter.h"

License:
GPL

Maintainer:
Bruno Haible