diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2012-11-23 18:34:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 11:24:42 +0100 |
commit | 2c9ab4bd1bd895478ca6c5887b05ff29a73f1215 (patch) | |
tree | f51232578cb1e0b3c35f4a5f4ce48aca4da2b524 /config | |
parent | 585e4181f09d1860413051c8f111ecf4f9deb786 (diff) |
Add ability to send SAL_* messages to syslog
Use environment variable SAL_LOG_SYSLOG=1
Change-Id: I0c260ca69fbeefb0c2e8cc46ca6955e92791c05b
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config_global.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config_global.h.in b/config/config_global.h.in index 77980d48fde5..63effa9eab07 100644 --- a/config/config_global.h.in +++ b/config/config_global.h.in @@ -13,3 +13,4 @@ Any change in this header will cause a rebuild of almost everything. #undef HAVE_GCC_BUILTIN_ATOMIC #undef HAVE_SFINAE_ANONYMOUS_BROKEN #undef HAVE_THREADSAFE_STATICS +#undef HAVE_SYSLOG_H |