summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-22 16:55:05 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-22 16:55:05 (GMT)
commit8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3 (patch)
treeb5395796937c8b9b9c10cc728f232d6b8002ca68
parentde1dec70528d22b23e9f0d8d0d17de5e8124acf4 (diff)
parent3dc484e5311836e5fb741605075c188e130334bf (diff)
downloadCMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.zip
CMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.tar.gz
CMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.tar.bz2
Merge branch 'curl-ssize_t' into release-3.13
Merge-request: !2513
-rw-r--r--Utilities/cmcurl/lib/curl_config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/curl_config.h.cmake b/Utilities/cmcurl/lib/curl_config.h.cmake
index 24d1ca0..75f30cb 100644
--- a/Utilities/cmcurl/lib/curl_config.h.cmake
+++ b/Utilities/cmcurl/lib/curl_config.h.cmake
@@ -876,6 +876,12 @@
/* 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 `__int64', as computed by sizeof. */
+@SIZEOF___INT64_CODE@
+
/* The size of `off_t', as computed by sizeof. */
@SIZEOF_OFF_T_CODE@