mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 02:50:08 +01:00
meson: Check for LOG_PERROR
We use this when writing to the system log. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
d78d742f41
commit
17e12ccfb0
1 changed files with 3 additions and 0 deletions
|
|
@ -630,6 +630,9 @@ config.set10(
|
|||
)
|
||||
|
||||
config.set10('HAVE_DECL_ENVIRON', cc.has_header_symbol('unistd.h', 'environ'))
|
||||
config.set10('HAVE_DECL_LOG_PERROR',
|
||||
cc.has_header_symbol('syslog.h', 'LOG_PERROR')
|
||||
)
|
||||
config.set10('HAVE_DECL_MSG_NOSIGNAL',
|
||||
cc.has_header_symbol('sys/socket.h', 'MSG_NOSIGNAL')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue