1
0
Fork 0

On solaris we need to hide ERR...

This commit is contained in:
Wilfried Goesgens 2016-02-12 15:52:04 +01:00
parent d85e19c902
commit 1c8acea215
2 changed files with 5 additions and 1 deletions

View File

@ -169,7 +169,9 @@ namespace arangodb {
////////////////////////////////////////////////////////////////////////////////
/// @brief LogLevel
////////////////////////////////////////////////////////////////////////////////
#ifdef TRI_UNDEF_ERR
#undef ERR
#endif
enum class LogLevel {
DEFAULT = 0,
FATAL = 1,

View File

@ -47,6 +47,8 @@
#define TRI_PLATFORM "solaris"
#define TRI_UNDEF_ERR 1
#define TRI_HAVE_PSTACK 1
////////////////////////////////////////////////////////////////////////////////