From 9826ad54e0de815ca9a2b071717dc8aed1ce1a5c Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Wed, 24 Aug 2016 15:02:10 +0000 Subject: Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported. --- src/microhttpd/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/microhttpd/connection.h') diff --git a/src/microhttpd/connection.h b/src/microhttpd/connection.h index c2733fdf..4067af78 100644 --- a/src/microhttpd/connection.h +++ b/src/microhttpd/connection.h @@ -93,7 +93,7 @@ MHD_connection_close_ (struct MHD_Connection *connection, enum MHD_RequestTerminationCode termination_code); -#if EPOLL_SUPPORT +#ifdef EPOLL_SUPPORT /** * Perform epoll processing, possibly moving the connection back into * the epoll set if needed. -- cgit v1.2.3