python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / hiawatha / Config.in
blob68e47fde87cde0a3e4d6f405e6bc98c6f0b22729
1 comment "hiawatha needs a toolchain w/ threads, dynamic library"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
5 config BR2_PACKAGE_HIAWATHA
6         bool "hiawatha"
7         # needs fork()
8         depends on BR2_USE_MMU
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on !BR2_STATIC_LIBS
11         select BR2_PACKAGE_ZLIB
12         help
13           Hiawatha is a webserver for Unix and has been built with
14           security in mind. This resulted in a highly secure
15           webserver, in both code and features.
17           This webserver runs on Linux, BSD, MacOS X and
18           Windows. Although it can run any kind of CGI / FastCGI
19           application, it has been optimized for usage with PHP. Most
20           well known PHP frameworks and CMS applications have been
21           tested with Hiawatha and ran without a problem. Hiawatha
22           supports many web and HTTP features such as CGI/FastCGI,
23           HTTP authentication, virtual host support, request
24           pipelining, keep alive connections, URL rewriting and many
25           more.
27           http://www.hiawatha-webserver.org/
29 if BR2_PACKAGE_HIAWATHA
31 config BR2_PACKAGE_HIAWATHA_SSL
32         bool "hiawatha TLS support"
33         select BR2_PACKAGE_MBEDTLS
35 endif