Config.in 277 B

12345678910
  1. comment "Squid requires a toolchain with C++ support enabled"
  2. depends on !BR2_INSTALL_LIBSTDCPP
  3. config BR2_PACKAGE_SQUID
  4. bool "squid"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. help
  7. Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
  8. http://www.squid-cache.org/