Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dea7af commit c9a1d21Copy full SHA for c9a1d21
meson.build
@@ -547,7 +547,8 @@ test_c_args = cppflags + cflags
547
bsd_authopt = get_option('bsd_auth')
548
bsd_auth = not_found_dep
549
if cc.check_header('bsd_auth.h', required: bsd_authopt,
550
- args: test_c_args, include_directories: postgres_inc)
+ args: test_c_args, prefix: '#include <sys/types.h>',
551
+ include_directories: postgres_inc)
552
cdata.set('USE_BSD_AUTH', 1)
553
bsd_auth = declare_dependency()
554
endif
0 commit comments