Config.in 641 B

123456789101112131415161718192021
  1. #menu "httping........................... Httping is like 'ping' but for http-requests."
  2. config ADK_PACKAGE_HTTPING
  3. prompt "httping........................... Httping is like 'ping' but for http-requests."
  4. tristate
  5. default n
  6. help
  7. Httping is like 'ping' but for http-requests.
  8. Give it an url, and it'll show you how long it takes to connect, send a
  9. request and retrieve the reply (only the headers). Be aware that the
  10. transmission across the network also takes time!
  11. http://www.vanheusden.com/httping/
  12. config ADK_PACKAGE_HTTPING_WITH_SSL
  13. prompt " Enable SSL support"
  14. bool
  15. default y
  16. depends ADK_PACKAGE_HTTPING
  17. #endmenu