aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 7c573736..0776dace 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -277,6 +277,9 @@ do not include epoll support, even if it supported (minimally smaller binary siz
277@item ``--enable-coverage'' 277@item ``--enable-coverage''
278set flags for analysis of code-coverage with gcc/gcov (results in slow, large binaries) 278set flags for analysis of code-coverage with gcc/gcov (results in slow, large binaries)
279 279
280@item ``--with-threads={posix,w32,none,auto}''
281sets threading library to use. With use ``none'' to not support threads. In this case, MHD will only support the ``external'' threading modes and not perform any locking of data structures! Use @code{MHD_is_feature_supported(MHD_FEATURE_THREADS)} to test if threads are available. Default is ``auto''.
282
280@item ``--with-gcrypt=PATH'' 283@item ``--with-gcrypt=PATH''
281specifies path to libgcrypt installation 284specifies path to libgcrypt installation
282 285