libmicrohttpd2

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

commit c2330a02d8aa4adba302ddc97fd6eb84c317acf7
parent 287c4f611cbac5574d00b0b191632fe00bc5785c
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sat, 18 Oct 2025 11:04:53 +0200

mhd_sys_options.h: fixed compiler warning

Diffstat:
Msrc/incl_priv/mhd_sys_options.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/incl_priv/mhd_sys_options.h b/src/incl_priv/mhd_sys_options.h @@ -635,6 +635,8 @@ #endif /* Avoid interference with third-party headers */ -#undef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H +# undef HAVE_CONFIG_H +#endif #endif /* MHD_SYS_OPTIONS_H */