aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index 0776dace..851f23cc 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -277,7 +277,7 @@ 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}'' 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''. 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 282
283@item ``--with-gcrypt=PATH'' 283@item ``--with-gcrypt=PATH''