diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-23 10:51:21 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-23 10:51:21 +0000 |
commit | 927d803d43793cbb1d5813a88aacb7eebeb2c307 (patch) | |
tree | 913e5937328df3072a603818eb98144289fb646b | |
parent | ea7a4bf0fde720f9a88c5d51e6452772487fe1c1 (diff) | |
download | libmicrohttpd-927d803d43793cbb1d5813a88aacb7eebeb2c307.tar.gz libmicrohttpd-927d803d43793cbb1d5813a88aacb7eebeb2c307.zip |
-document epoll option
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
57 | The resulting binary should be about 30-40k depending on the platform. | 58 | The resulting binary should be about 30-40k depending on the platform. |
58 | 59 | ||