aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-27 15:59:07 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-04-27 22:11:55 +0300
commitd77c8b429a1e017592f1e53a28d5c2509164c3ce (patch)
tree26199be6f4f599c4ddf21122f35757998ae83a42 /configure.ac
parent7ad7452c190fe04cf843ccd530e44e6ced803992 (diff)
downloadlibmicrohttpd-d77c8b429a1e017592f1e53a28d5c2509164c3ce.tar.gz
libmicrohttpd-d77c8b429a1e017592f1e53a28d5c2509164c3ce.zip
get_timeout_millisec_(): refactoring for readability
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6af4004..a500efe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1437,6 +1437,7 @@ struct timeval test_var;
1437) 1437)
1438AC_DEFINE_UNQUOTED([SIZEOF_STRUCT_TIMEVAL_TV_SEC], [$mhd_cv_size_timeval_tv_sec], 1438AC_DEFINE_UNQUOTED([SIZEOF_STRUCT_TIMEVAL_TV_SEC], [$mhd_cv_size_timeval_tv_sec],
1439 [The size of `tv_sec' member of `struct timeval', as computed by sizeof]) 1439 [The size of `tv_sec' member of `struct timeval', as computed by sizeof])
1440AC_CHECK_SIZEOF([int64_t], [], [[#include <stdint.h>]])
1440AC_CHECK_SIZEOF([uint64_t], [], [[#include <stdint.h>]]) 1441AC_CHECK_SIZEOF([uint64_t], [], [[#include <stdint.h>]])
1441AC_CHECK_SIZEOF([int], [], [[#include <stdint.h>]]) 1442AC_CHECK_SIZEOF([int], [], [[#include <stdint.h>]])
1442AC_CHECK_SIZEOF([unsigned int], [], [[#include <stdint.h>]]) 1443AC_CHECK_SIZEOF([unsigned int], [], [[#include <stdint.h>]])