diff options
Diffstat (limited to 'README')
-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 | ||