1config 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. 13 14 http://c-icap.sourceforge.net/ 15 16comment "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 19