1 config BR2_PACKAGE_C_ICAP
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_MMU # fork()
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
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