]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: set SIZEOF_LONG_LONG in curl_config.h
authorThorsten Klein <thorsten.klein@bshg.com>
Tue, 12 Sep 2023 10:37:08 +0000 (12:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Sep 2023 12:21:47 +0000 (14:21 +0200)
in order to support 32bit builds regarding wolfssl CTC_SETTINGS

Closes #11839

lib/curl_config.h.cmake

index 8e76b00070a1cb56206736e2436b1261e8ebff75..65901a2b1dd2df70a7d138c2ae7608722de85150 100644 (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}