|
|
@ -1311,7 +1311,7 @@ if sslopt in ['auto', 'openssl'] |
|
|
|
cdata.set('USE_OPENSSL', 1, |
|
|
|
cdata.set('USE_OPENSSL', 1, |
|
|
|
description: 'Define to 1 to build with OpenSSL support. (-Dssl=openssl)') |
|
|
|
description: 'Define to 1 to build with OpenSSL support. (-Dssl=openssl)') |
|
|
|
cdata.set('OPENSSL_API_COMPAT', '0x10001000L', |
|
|
|
cdata.set('OPENSSL_API_COMPAT', '0x10001000L', |
|
|
|
description: '''Define to the OpenSSL API version in use. This avoids deprecation warnings from newer OpenSSL versions.''') |
|
|
|
description: 'Define to the OpenSSL API version in use. This avoids deprecation warnings from newer OpenSSL versions.') |
|
|
|
ssl_library = 'openssl' |
|
|
|
ssl_library = 'openssl' |
|
|
|
else |
|
|
|
else |
|
|
|
ssl = not_found_dep |
|
|
|
ssl = not_found_dep |
|
|
@ -1599,8 +1599,7 @@ if cc.links(''' |
|
|
|
|
|
|
|
|
|
|
|
if not buggy_int128 |
|
|
|
if not buggy_int128 |
|
|
|
cdata.set('PG_INT128_TYPE', '__int128') |
|
|
|
cdata.set('PG_INT128_TYPE', '__int128') |
|
|
|
cdata.set('ALIGNOF_PG_INT128_TYPE', cc. |
|
|
|
cdata.set('ALIGNOF_PG_INT128_TYPE', cc.alignment('__int128', args: test_c_args)) |
|
|
|
alignment('__int128', args: test_c_args)) |
|
|
|
|
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|