mirror of https://gitee.com/bigwinds/arangodb
On solaris we need to hide ERR...
This commit is contained in:
parent
d85e19c902
commit
1c8acea215
|
@ -169,7 +169,9 @@ namespace arangodb {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief LogLevel
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef TRI_UNDEF_ERR
|
||||
#undef ERR
|
||||
#endif
|
||||
enum class LogLevel {
|
||||
DEFAULT = 0,
|
||||
FATAL = 1,
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
|
||||
#define TRI_PLATFORM "solaris"
|
||||
|
||||
#define TRI_UNDEF_ERR 1
|
||||
|
||||
#define TRI_HAVE_PSTACK 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue