aboutsummaryrefslogtreecommitdiff
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
512struct MHD_Connection 512struct MHD_Connection
513{ 513{
514 514
515#if EPOLL_SUPPORT 515#ifdef EPOLL_SUPPORT
516 /** 516 /**
517 * Next pointer for the EDLL listing connections that are epoll-ready. 517 * Next pointer for the EDLL listing connections that are epoll-ready.
518 */ 518 */
@@ -757,7 +757,7 @@ struct MHD_Connection
757 */ 757 */
758 int in_idle; 758 int in_idle;
759 759
760#if EPOLL_SUPPORT 760#ifdef EPOLL_SUPPORT
761 /** 761 /**
762 * What is the state of this socket in relation to epoll? 762 * What is the state of this socket in relation to epoll?
763 */ 763 */
@@ -949,7 +949,7 @@ struct MHD_Daemon
949 */ 949 */
950 struct MHD_Connection *cleanup_tail; 950 struct MHD_Connection *cleanup_tail;
951 951
952#if EPOLL_SUPPORT 952#ifdef EPOLL_SUPPORT
953 /** 953 /**
954 * Head of EDLL of connections ready for processing (in epoll mode). 954 * Head of EDLL of connections ready for processing (in epoll mode).
955 */ 955 */
@@ -1133,7 +1133,7 @@ struct MHD_Daemon
1133 */ 1133 */
1134 int listening_address_reuse; 1134 int listening_address_reuse;
1135 1135
1136#if EPOLL_SUPPORT 1136#ifdef EPOLL_SUPPORT
1137 /** 1137 /**
1138 * File descriptor associated with our epoll loop. 1138 * File descriptor associated with our epoll loop.
1139 */ 1139 */