cjson: bump to version 1.4.3
[buildroot-gz.git] / package / darkhttpd / Config.in
bloba5ab41ae224cca7b5656cdb23adbe09c1fa41e77
1 config BR2_PACKAGE_DARKHTTPD
2         bool "darkhttpd"
3         depends on BR2_USE_MMU # fork()
4         help
5           Darkhttpd is a simple, fast HTTP 1.1 web server which only
6           serves static content. It does not support PHP or CGI.
8           The behavior of darkhttpd can be altered by setting some
9           variables in /etc/default/darkhttpd:
11           - DARKHTTPD_ROOT: path to the server document root.
12           - DARKHTTPD_FLAGS: options to pass to darkhttpd.
14           https://unix4lyfe.org/darkhttpd/