Config.in 256 B

12345678
  1. config BR2_PACKAGE_LIBMICROHTTPD
  2. bool "libmicrohttpd"
  3. select BR2_PACKAGE_LIBGCRYPT
  4. help
  5. GNU libmicrohttpd is a small C library that makes it easy to
  6. run an HTTP server as part of another application.
  7. http://www.gnu.org/software/libmicrohttpd/