|
|
@ -84,7 +84,7 @@ |
|
|
|
#define HAVE_UNISTD_H 1 |
|
|
|
#define HAVE_UNISTD_H 1 |
|
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports AsynchDNS */ |
|
|
|
/* Defined if libcurl supports AsynchDNS */ |
|
|
|
#define LIBCURL_FEATURE_ASYNCHDNS 1 |
|
|
|
/* #undef LIBCURL_FEATURE_ASYNCHDNS */ |
|
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IDN */ |
|
|
|
/* Defined if libcurl supports IDN */ |
|
|
|
#define LIBCURL_FEATURE_IDN 1 |
|
|
|
#define LIBCURL_FEATURE_IDN 1 |
|
|
@ -146,6 +146,9 @@ |
|
|
|
/* Defined if libcurl supports TFTP */ |
|
|
|
/* Defined if libcurl supports TFTP */ |
|
|
|
#define LIBCURL_PROTOCOL_TFTP 1 |
|
|
|
#define LIBCURL_PROTOCOL_TFTP 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
|
|
|
|
|
|
|
/* #undef NO_MINUS_C_MINUS_O */ |
|
|
|
|
|
|
|
|
|
|
|
/* Name of package */ |
|
|
|
/* Name of package */ |
|
|
|
#define PACKAGE "ccminer" |
|
|
|
#define PACKAGE "ccminer" |
|
|
|
|
|
|
|
|
|
|
@ -182,7 +185,7 @@ |
|
|
|
#define USE_AVX 1 |
|
|
|
#define USE_AVX 1 |
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if AVX2 assembly is available. */ |
|
|
|
/* Define to 1 if AVX2 assembly is available. */ |
|
|
|
#define USE_AVX2 1 |
|
|
|
/* #undef USE_AVX2 */ |
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if XOP assembly is available. */ |
|
|
|
/* Define to 1 if XOP assembly is available. */ |
|
|
|
#define USE_XOP 1 |
|
|
|
#define USE_XOP 1 |
|
|
|