Config.in 362 B

12345678910111213141516
  1. config ADK_PACKAGE_APR
  2. prompt "apr............................... Apache Portable Runtime"
  3. tristate
  4. default n
  5. help
  6. Apache Portable Runtime
  7. http://apr.apache.org
  8. config ADK_PACKAGE_APR_THREADING
  9. prompt " Enable threading support"
  10. bool
  11. default n
  12. depends ADK_PACKAGE_APR
  13. help
  14. Enable threading support in APR.