Config.in 471 B

12345678910111213141516171819
  1. config ADK_PACKAGE_ZLIB
  2. prompt "zlib.............................. Library implementing the deflate compression method"
  3. tristate
  4. default n
  5. help
  6. A library implementing the 'deflate' compression method
  7. http://www.zlib.net/
  8. config ADK_PACKAGE_ZLIB_DEV
  9. prompt "zlib-dev........................ Zlib development files"
  10. tristate
  11. depends on ADK_PACKAGE_ZLIB
  12. default n
  13. help
  14. A library implementing the 'deflate' compression method
  15. http://www.zlib.net/