commit 9454cf8d6bc17916f17b84f24fa4939e0e7a18b6
parent eb200338a0fc1d1a23147bf3633c776cca700019
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Sun, 2 Nov 2025 19:19:37 +0100
configure: added test for size of uint_least64_t
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -3589,6 +3589,7 @@ AC_DEFINE_UNQUOTED([SIZEOF_STRUCT_TIMEVAL_TV_SEC], [$mhd_cv_size_timeval_tv_sec]
AC_CHECK_SIZEOF([uint_least8_t], [], [[#include <stdint.h>]])
AC_CHECK_SIZEOF([uint_least16_t], [], [[#include <stdint.h>]])
AC_CHECK_SIZEOF([uint_fast32_t], [], [[#include <stdint.h>]])
+AC_CHECK_SIZEOF([uint_least64_t], [], [[#include <stdint.h>]])
AC_CHECK_SIZEOF([int_fast64_t], [], [[#include <stdint.h>]])
AC_CHECK_SIZEOF([uint_fast64_t], [], [[#include <stdint.h>]])
AC_CHECK_SIZEOF([int], [], [[#include <stdint.h>]])