aboutsummaryrefslogtreecommitdiff
path: root/src/lib/daemon_select.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-05 18:49:56 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-05 18:49:56 +0100
commit8b531fd28c1dbaa0671f251ff09bc7d377fc1bca (patch)
treefbee9ae243206c6094732eda597cf36019421396 /src/lib/daemon_select.h
parent77398cdb5522ecccf7a7a7163ad9f23b467889c1 (diff)
downloadlibmicrohttpd-8b531fd28c1dbaa0671f251ff09bc7d377fc1bca.tar.gz
libmicrohttpd-8b531fd28c1dbaa0671f251ff09bc7d377fc1bca.zip
fix misc build issues if various features (poll/epoll/upgrade-support) are disabled
Diffstat (limited to 'src/lib/daemon_select.h')
-rw-r--r--src/lib/daemon_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/daemon_select.h b/src/lib/daemon_select.h
index ec1c5770..d6e9e106 100644
--- a/src/lib/daemon_select.h
+++ b/src/lib/daemon_select.h
@@ -40,7 +40,7 @@ MHD_daemon_select_ (struct MHD_Daemon *daemon,
40 MHD_NONNULL(1); 40 MHD_NONNULL(1);
41 41
42 42
43#ifdef HTTPS_SUPPORT 43#if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
44/** 44/**
45 * Process upgraded connection with a select loop. 45 * Process upgraded connection with a select loop.
46 * We are in our own thread, only processing @a con 46 * We are in our own thread, only processing @a con