Monero
ea_config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <limits.h>
4 
5 #define ELPP_THREAD_SAFE
6 #define ELPP_DEFAULT_LOG_FILE ""
7 #define ELPP_DISABLE_DEFAULT_CRASH_HANDLING
8 #define ELPP_NO_CHECK_MACROS
9 #define ELPP_WINSOCK2
10 #define ELPP_NO_DEBUG_MACROS
11 #define ELPP_UTC_DATETIME
12 
13 #ifdef EASYLOGGING_CC
14 #if !(!defined __GLIBC__ || !defined __GNUC__ || defined __MINGW32__ || defined __MINGW64__ || defined __ANDROID__ || defined __NetBSD__)
15 #define ELPP_FEATURE_CRASH_LOG
16 #endif
17 #endif