Config.in 363 B

1234567891011121314
  1. config ADK_COMPILE_EXPAT
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_LIBEXPAT
  5. config ADK_PACKAGE_LIBEXPAT
  6. prompt "libexpat.......................... A fast, non-validating, stream-oriented XML parsing library"
  7. tristate
  8. default n
  9. select ADK_COMPILE_EXPAT
  10. help
  11. A fast, non-validating, stream-oriented XML parsing library
  12. http://expat.sourceforge.net/