mirror of
https://github.com/curl/curl.git
synced 2026-04-16 04:01:41 +03:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue