aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 95f10fdd..25ac0969 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -8035,8 +8035,8 @@ MHD_is_feature_supported (enum MHD_FEATURE feature)
8035 return MHD_NO; 8035 return MHD_NO;
8036#endif 8036#endif
8037 case MHD_FEATURE_AUTOSUPPRESS_SIGPIPE: 8037 case MHD_FEATURE_AUTOSUPPRESS_SIGPIPE:
8038#if defined(MHD_SEND_SPIPE_SUPPRESS_POSSIBLE) && \ 8038#if defined(MHD_SEND_SPIPE_SUPPRESS_POSSIBLE) || \
8039 defined(MHD_SEND_SPIPE_SUPPRESS_NEEDED) 8039 ! defined(MHD_SEND_SPIPE_SUPPRESS_NEEDED)
8040 return MHD_YES; 8040 return MHD_YES;
8041#else 8041#else
8042 return MHD_NO; 8042 return MHD_NO;