Add basic support for Solaris.
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
#ifndef SPDLOG_ENABLE_SYSLOG
|
||||
#if defined (__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define SPDLOG_ENABLE_SYSLOG
|
||||
#elif defined(sun) || defined(__sun)
|
||||
#define SPDLOG_ENABLE_SYSLOG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user