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:
parent
ae5d433ecd
commit
a77a4a33c2
@ -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}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user