diff options
author | Brad King <brad.king@kitware.com> | 2018-10-22 16:55:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-22 16:55:05 (GMT) |
commit | 8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3 (patch) | |
tree | b5395796937c8b9b9c10cc728f232d6b8002ca68 /Utilities/cmcurl | |
parent | de1dec70528d22b23e9f0d8d0d17de5e8124acf4 (diff) | |
parent | 3dc484e5311836e5fb741605075c188e130334bf (diff) | |
download | CMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.zip CMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.tar.gz CMake-8b5cd17000a6fcf3cf9637c4a5048a7a91fc68e3.tar.bz2 |
Merge branch 'curl-ssize_t' into release-3.13
Merge-request: !2513
Diffstat (limited to 'Utilities/cmcurl')
-rw-r--r-- | Utilities/cmcurl/lib/curl_config.h.cmake | 6 |
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@ |