mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 19:18:09 +02:00
meson: Check for environ declaration
We use this in various places. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
35eca11708
commit
d78d742f41
1 changed files with 1 additions and 0 deletions
|
|
@ -629,6 +629,7 @@ config.set10(
|
|||
''')
|
||||
)
|
||||
|
||||
config.set10('HAVE_DECL_ENVIRON', cc.has_header_symbol('unistd.h', 'environ'))
|
||||
config.set10('HAVE_DECL_MSG_NOSIGNAL',
|
||||
cc.has_header_symbol('sys/socket.h', 'MSG_NOSIGNAL')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue