mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.1 KiB
59 lines
1.1 KiB
/* #undef HAVE_ENDIAN_H */ |
|
#define HAVE_FCNTL_H 1 |
|
/* #undef HAVE_SCHED_H */ |
|
/* #undef HAVE_UNISTD_H */ |
|
/* #undef HAVE_SYS_PARAM_H */ |
|
#define HAVE_SYS_STAT_H 1 |
|
/* #undef HAVE_SYS_TIME_H */ |
|
/* #undef HAVE_SYS_TYPES_H */ |
|
#define HAVE_STDINT_H 1 |
|
|
|
#define HAVE_CLOSE 1 |
|
#define HAVE_GETPID 1 |
|
/* #undef HAVE_GETTIMEOFDAY */ |
|
#define HAVE_OPEN 1 |
|
#define HAVE_READ 1 |
|
/* #undef HAVE_SCHED_YIELD */ |
|
|
|
/* #undef HAVE_SYNC_BUILTINS */ |
|
/* #undef HAVE_ATOMIC_BUILTINS */ |
|
|
|
#define HAVE_LOCALE_H 1 |
|
/* #undef HAVE_SETLOCALE */ |
|
|
|
#define HAVE_INT32_T 1 |
|
#ifndef HAVE_INT32_T |
|
# define int32_t int32_t |
|
#endif |
|
|
|
#define HAVE_UINT32_T 1 |
|
#ifndef HAVE_UINT32_T |
|
# define uint32_t uint32_t |
|
#endif |
|
|
|
#define HAVE_UINT16_T 1 |
|
#ifndef HAVE_UINT16_T |
|
# define uint16_t uint16_t |
|
#endif |
|
|
|
#define HAVE_UINT8_T 1 |
|
#ifndef HAVE_UINT8_T |
|
# define uint8_t uint8_t |
|
#endif |
|
|
|
/* #undef HAVE_SSIZE_T */ |
|
|
|
#ifndef HAVE_SSIZE_T |
|
# define ssize_t int |
|
#endif |
|
|
|
/* #undef HAVE_SNPRINTF */ |
|
|
|
#ifndef HAVE_SNPRINTF |
|
# define snprintf _snprintf |
|
#endif |
|
|
|
/* #undef HAVE_VSNPRINTF */ |
|
|
|
#define USE_URANDOM 1 |
|
#define USE_WINDOWS_CRYPTOAPI 1
|
|
|