Config.in 638 B

123456789101112131415161718
  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.
  13. http://c-icap.sourceforge.net/
  14. comment "c-icap needs a toolchain w/ threads and dynamic library"
  15. depends on BR2_USE_MMU
  16. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS