cmake: set SIZEOF_LONG_LONG in curl_config.h

in order to support 32bit builds regarding wolfssl CTC_SETTINGS

Closes #11839
This commit is contained in:
Thorsten Klein 2023-09-12 12:37:08 +02:00 committed by Daniel Stenberg
parent ae5d433ecd
commit a77a4a33c2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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}