Add basic support for Solaris.

This commit is contained in:
Nazım Can Bedir
2016-08-22 17:26:12 +03:00
parent e277f9b05c
commit 097ba5a359
2 changed files with 42 additions and 5 deletions

View File

@@ -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