Add support for systems without syslog.h
authorMatt Fischer <matt.fischer@garmin.com>
Wed, 20 Feb 2013 21:27:20 +0000 (15:27 -0600)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 21 Feb 2013 13:12:39 +0000 (13:12 +0000)
commit0ebd4ae912568caa40b714ba166211fa31b82af8
tree508c528b1bd497ec66f37246ee8164b7105e96a9
parent0484cf1a3cde1a5993425c938645f762db738033
Add support for systems without syslog.h

This patch disables the use of syslog for systems which
do not have it, such as QNX.  Log messages are still
printed to stderr.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61176
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-util-unix.c