This commit is contained in:
Jay D Dee
2018-02-07 16:38:45 -05:00
parent 54b8fd7362
commit a28daca3ce
83 changed files with 5153 additions and 3924 deletions

10
miner.h
View File

@@ -80,10 +80,10 @@ void *alloca (size_t);
# endif
//#endif
//#ifdef HAVE_SYSLOG_H
//#include <syslog.h>
//#define LOG_BLUE 0x10 /* unique value */
//#else
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#define LOG_BLUE 0x10 /* unique value */
#else
enum {
LOG_ERR,
LOG_WARNING,
@@ -93,7 +93,7 @@ enum {
/* custom notices */
LOG_BLUE = 0x10,
};
//#endif
#endif
static inline bool is_windows(void)
{