aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 926a983e..2c162def 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5745,12 +5745,8 @@ MHD_start_daemon_va (unsigned int flags,
5745#endif 5745#endif
5746#endif 5746#endif
5747 5747
5748<<<<<<< HEAD
5749 /* Thread pooling currently works only with internal select thread mode */ 5748 /* Thread pooling currently works only with internal select thread mode */
5750=======
5751 /* Thread pooling currently works only with internal select thread model */
5752#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS) 5749#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS)
5753>>>>>>> add build option to compile MHD without threads
5754 if ( (0 == (*pflags & MHD_USE_INTERNAL_POLLING_THREAD)) && 5750 if ( (0 == (*pflags & MHD_USE_INTERNAL_POLLING_THREAD)) &&
5755 (daemon->worker_pool_size > 0) ) 5751 (daemon->worker_pool_size > 0) )
5756 { 5752 {