summaryrefslogtreecommitdiffstats
path: root/debuginfod/debuginfod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfod/debuginfod.cxx')
-rw-r--r--debuginfod/debuginfod.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx
index bb8e8e10..99924d36 100644
--- a/debuginfod/debuginfod.cxx
+++ b/debuginfod/debuginfod.cxx
@@ -3881,6 +3881,9 @@ main (int argc, char *argv[])
#else
| MHD_USE_SELECT_INTERNALLY
#endif
+#ifdef MHD_USE_EPOLL
+ | MHD_USE_EPOLL
+#endif
| MHD_USE_DEBUG, /* report errors to stderr */
http_port,
NULL, NULL, /* default accept policy */
@@ -3895,6 +3898,9 @@ main (int argc, char *argv[])
#else
| MHD_USE_SELECT_INTERNALLY
#endif
+#ifdef MHD_USE_EPOLL
+ | MHD_USE_EPOLL
+#endif
| MHD_USE_IPv6
| MHD_USE_DEBUG, /* report errors to stderr */
http_port,