aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-23 10:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-23 10:51:21 +0000
commit927d803d43793cbb1d5813a88aacb7eebeb2c307 (patch)
tree913e5937328df3072a603818eb98144289fb646b /README
parentea7a4bf0fde720f9a88c5d51e6452772487fe1c1 (diff)
downloadlibmicrohttpd-927d803d43793cbb1d5813a88aacb7eebeb2c307.tar.gz
libmicrohttpd-927d803d43793cbb1d5813a88aacb7eebeb2c307.zip
-document epoll option
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 54457e7f..23a9f71b 100644
--- a/README
+++ b/README
@@ -53,6 +53,7 @@ You can use the following options to disable certain MHD features:
53--disable-messages: no error messages (they take space!) 53--disable-messages: no error messages (they take space!)
54--disable-postprocessor: no MHD_PostProcessor API 54--disable-postprocessor: no MHD_PostProcessor API
55--disable-dauth: no digest authentication API 55--disable-dauth: no digest authentication API
56--disable-epoll: no support for epoll, even on Linux
56 57
57The resulting binary should be about 30-40k depending on the platform. 58The resulting binary should be about 30-40k depending on the platform.
58 59