From: Thorsten Klein Date: Tue, 12 Sep 2023 10:37:08 +0000 (+0200) Subject: cmake: set SIZEOF_LONG_LONG in curl_config.h X-Git-Tag: curl-8_3_0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a77a4a33c251a5abbcdbee3cf2ada6373dc072ea;p=thirdparty%2Fcurl.git cmake: set SIZEOF_LONG_LONG in curl_config.h in order to support 32bit builds regarding wolfssl CTC_SETTINGS Closes #11839 --- diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 8e76b00070..65901a2b1d 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -649,6 +649,9 @@ ${SIZEOF_INT_CODE} /* The size of `long', as computed by sizeof. */ ${SIZEOF_LONG_CODE} +/* The size of `long long', as computed by sizeof. */ +${SIZEOF_LONG_LONG_CODE} + /* The size of `off_t', as computed by sizeof. */ ${SIZEOF_OFF_T_CODE}