libmicrohttpd2

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

commit 275f20e98f989b8764bfe231dd17c22eab73d8b0
parent 53d8ff41a2809b91b3e5d35b1fe0fecfbacaeb70
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Wed, 27 Aug 2025 17:18:14 +0200

configure: updated heavy tests macro names

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -3067,9 +3067,9 @@ AS_CASE([${enable_heavy_tests}], AS_VAR_IF([use_heavy_tests], ["yes"], [ HEAVY_TESTS_NOTPARALLEL='.NOTPARALLEL:' - AC_DEFINE([_MHD_HEAVY_TESTS], [1], [Define to 1 to enable "heavy" test paths.]) + AC_DEFINE([MHD_ENABLE_HEAVY_TESTS], [1], [Define to 1 to enable "heavy" test paths.]) AS_VAR_IF([use_vheavy_tests], ["yes"], - [AC_DEFINE([_MHD_VHEAVY_TESTS], [1], [Define to 1 to enable "very heavy" test paths.])] + [AC_DEFINE([MHD_ENABLE_VHEAVY_TESTS], [1], [Define to 1 to enable "very heavy" test paths.])] ) ], [