summaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 40621e2d..863def56 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -512,7 +512,7 @@ typedef ssize_t
struct MHD_Connection
{
-#if EPOLL_SUPPORT
+#ifdef EPOLL_SUPPORT
/**
* Next pointer for the EDLL listing connections that are epoll-ready.
*/
@@ -757,7 +757,7 @@ struct MHD_Connection
*/
int in_idle;
-#if EPOLL_SUPPORT
+#ifdef EPOLL_SUPPORT
/**
* What is the state of this socket in relation to epoll?
*/
@@ -949,7 +949,7 @@ struct MHD_Daemon
*/
struct MHD_Connection *cleanup_tail;
-#if EPOLL_SUPPORT
+#ifdef EPOLL_SUPPORT
/**
* Head of EDLL of connections ready for processing (in epoll mode).
*/
@@ -1133,7 +1133,7 @@ struct MHD_Daemon
*/
int listening_address_reuse;
-#if EPOLL_SUPPORT
+#ifdef EPOLL_SUPPORT
/**
* File descriptor associated with our epoll loop.
*/