diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index 25a24588..0c986196 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 | #if defined(HAVE_LINUX_SENDFILE) || defined(HAVE_FREEBSD_SENDFILE) | 809 | #if defined(MHD_LINUX_SOLARIS_SENDFILE) || defined(HAVE_FREEBSD_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 /* HAVE_LINUX_SENDFILE || HAVE_FREEBSD_SENDFILE */ | 815 | #endif /* MHD_LINUX_SOLARIS_SENDFILE || HAVE_FREEBSD_SENDFILE */ |
816 | 816 | ||
817 | /** | 817 | /** |
818 | * Position in the 100 CONTINUE message that | 818 | * Position in the 100 CONTINUE message that |