package/nbd: add option for the trdump utility
[buildroot-gz.git] / package / c-icap / Config.in
blob8f7963c26aae36d44af95c640d721816fb0829d9
1 config BR2_PACKAGE_C_ICAP
2         bool "c-icap"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         help
7           c-icap is an implementation of an ICAP server. It can be
8           used with HTTP proxies that support the ICAP protocol to
9           implement content adaptation and filtering services.  Most
10           of the commercial HTTP proxies must support the ICAP
11           protocol.  The open source Squid 3.x proxy server supports
12           it.
14           http://c-icap.sourceforge.net/
16 comment "c-icap needs a toolchain w/ threads and dynamic library"
17         depends on BR2_USE_MMU
18         depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS