Mercurial > hg > orthanc-databases
changeset 789:3031d83a09e5 default
added SIZEOF_SOCKLEN_T for postgresql
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 13:04:14 +0100 |
| parents | 9aa8f3f8e0ff |
| children | 412bede39cdb |
| files | Resources/CMake/PostgreSQLConfiguration.cmake |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/PostgreSQLConfiguration.cmake Fri Jan 02 13:01:51 2026 +0100 +++ b/Resources/CMake/PostgreSQLConfiguration.cmake Fri Jan 02 13:04:14 2026 +0100 @@ -215,6 +215,7 @@ endif() check_type_size("long long" SIZEOF_LONG_LONG) + check_type_size("socklen_t" SIZEOF_SOCKLEN_T) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") set(ALIGNOF_DOUBLE 8)
