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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 602a5d4f..f82a122c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -806,13 +806,13 @@ struct MHD_Connection
806 */ 806 */
807 uint64_t response_write_position; 807 uint64_t response_write_position;
808 808
809#ifdef __linux__ 809#if defined(HAVE_LINUX_SENDFILE)
810 enum MHD_resp_sender_ 810 enum MHD_resp_sender_
811 { 811 {
812 MHD_resp_sender_std = 0, 812 MHD_resp_sender_std = 0,
813 MHD_resp_sender_sendfile 813 MHD_resp_sender_sendfile
814 } resp_sender; 814 } resp_sender;
815#endif /* __linux__ */ 815#endif /* HAVE_LINUX_SENDFILE */
816 816
817 /** 817 /**
818 * Position in the 100 CONTINUE message that 818 * Position in the 100 CONTINUE message that