libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit c13fa3bcc8e410746586c6ae131307f3f5cd2b75
parent bdfc7e4abaca7fb8583f858d12435d98169e5a74
Author: Evgeny Grin <k2k@drgrin.dev>
Date:   Sat,  3 May 2025 11:48:18 +0300

sys_ip_headers.h: added one more macro auto-correction

Diffstat:
Msrc/mhd2/sys_ip_headers.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/mhd2/sys_ip_headers.h b/src/mhd2/sys_ip_headers.h @@ -63,6 +63,11 @@ # define HAVE_DCLR_TCP_NODELAY 1 #endif +#if ! defined(HAVE_DCLR_TCP_FASTOPEN) && defined(TCP_FASTOPEN) +/* Mis-deteted by configure */ +# define HAVE_DCLR_TCP_FASTOPEN 1 +#endif + #ifdef IPPROTO_TCP # if defined(TCP_CORK) /**