Mercurial > hg > orthanc
changeset 6481:a9abcdac2eee pixel-anon
integration mainline->pixel-anon
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Tue, 25 Nov 2025 13:54:52 +0100 |
| parents | e26d2e84d9f5 (current diff) 360953cb921b (diff) |
| children | 8f511144bd9f |
| files | |
| diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake Tue Nov 25 13:53:19 2025 +0100 +++ b/OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake Tue Nov 25 13:54:52 2025 +0100 @@ -181,6 +181,10 @@ check_type_size("off_t" SIZEOF_OFF_T) check_type_size("socklen_t" CURL_SIZEOF_CURL_SOCKLEN_T) + if (SIZEOF_LONG_LONG) + set(HAVE_LONGLONG 1) + endif() + check_function_exists("accept4" HAVE_ACCEPT4) check_function_exists("fnmatch" HAVE_FNMATCH) check_symbol_exists("basename" "${CURL_INCLUDES};string.h" HAVE_BASENAME) # libgen.h unistd.h
