libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 927d803d43793cbb1d5813a88aacb7eebeb2c307
parent ea7a4bf0fde720f9a88c5d51e6452772487fe1c1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Jun 2013 10:51:21 +0000

-document epoll option

Diffstat:
MREADME | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README b/README @@ -53,6 +53,7 @@ You can use the following options to disable certain MHD features: --disable-messages: no error messages (they take space!) --disable-postprocessor: no MHD_PostProcessor API --disable-dauth: no digest authentication API +--disable-epoll: no support for epoll, even on Linux The resulting binary should be about 30-40k depending on the platform.