xref: /OK3568_Linux_fs/buildroot/package/c-icap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_C_ICAP
2*4882a593Smuzhiyun	bool "c-icap"
3*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  c-icap is an implementation of an ICAP server. It can be
8*4882a593Smuzhiyun	  used with HTTP proxies that support the ICAP protocol to
9*4882a593Smuzhiyun	  implement content adaptation and filtering services.  Most
10*4882a593Smuzhiyun	  of the commercial HTTP proxies must support the ICAP
11*4882a593Smuzhiyun	  protocol.  The open source Squid 3.x proxy server supports
12*4882a593Smuzhiyun	  it.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://c-icap.sourceforge.net/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "c-icap needs a toolchain w/ threads and dynamic library"
17*4882a593Smuzhiyun	depends on BR2_USE_MMU
18*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
19