mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
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