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 d29bf19 commit 01cdb98Copy full SHA for 01cdb98
meson.build
@@ -553,7 +553,8 @@ test_c_args = cppflags + cflags
553
bsd_authopt = get_option('bsd_auth')
554
bsd_auth = not_found_dep
555
if cc.check_header('bsd_auth.h', required: bsd_authopt,
556
- args: test_c_args, include_directories: postgres_inc)
+ args: test_c_args, prefix: '#include <sys/types.h>',
557
+ include_directories: postgres_inc)
558
cdata.set('USE_BSD_AUTH', 1)
559
bsd_auth = declare_dependency()
560
endif
0 commit comments