Move syslog support tests to one place.
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
#define DEPRECATED
|
||||
#endif
|
||||
|
||||
#ifndef SPDLOG_ENABLE_SYSLOG
|
||||
#if defined (__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define SPDLOG_ENABLE_SYSLOG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include <spdlog/fmt/fmt.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user