|
|
@ -47,6 +47,9 @@ |
|
|
|
/* Define to 1 if you have the `ssl' library (-lssl). */ |
|
|
|
/* Define to 1 if you have the `ssl' library (-lssl). */ |
|
|
|
#define HAVE_LIBSSL 1 |
|
|
|
#define HAVE_LIBSSL 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `z' library (-lz). */ |
|
|
|
|
|
|
|
#define HAVE_LIBZ 1 |
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */ |
|
|
|
/* Define to 1 if you have the <memory.h> header file. */ |
|
|
|
#define HAVE_MEMORY_H 1 |
|
|
|
#define HAVE_MEMORY_H 1 |
|
|
|
|
|
|
|
|
|
|
@ -159,7 +162,7 @@ |
|
|
|
#define PACKAGE_NAME "ccminer" |
|
|
|
#define PACKAGE_NAME "ccminer" |
|
|
|
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */ |
|
|
|
/* Define to the full name and version of this package. */ |
|
|
|
#define PACKAGE_STRING "ccminer 1.6.5-git" |
|
|
|
#define PACKAGE_STRING "ccminer 1.6.5" |
|
|
|
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */ |
|
|
|
/* Define to the one symbol short name of this package. */ |
|
|
|
#define PACKAGE_TARNAME "ccminer" |
|
|
|
#define PACKAGE_TARNAME "ccminer" |
|
|
@ -168,7 +171,7 @@ |
|
|
|
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
|
|
|
|
#define PACKAGE_URL "http://github.com/tpruvot/ccminer"
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to the version of this package. */ |
|
|
|
/* Define to the version of this package. */ |
|
|
|
#define PACKAGE_VERSION "1.6.5-git" |
|
|
|
#define PACKAGE_VERSION "1.6.5" |
|
|
|
|
|
|
|
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
|
|
direction of stack growth for your system; otherwise it will be |
|
|
|
direction of stack growth for your system; otherwise it will be |
|
|
@ -182,7 +185,7 @@ |
|
|
|
#define STDC_HEADERS 1 |
|
|
|
#define STDC_HEADERS 1 |
|
|
|
|
|
|
|
|
|
|
|
/* Version number of package */ |
|
|
|
/* Version number of package */ |
|
|
|
#define VERSION "1.6.5-git" |
|
|
|
#define VERSION "1.6.5" |
|
|
|
|
|
|
|
|
|
|
|
/* Define curl_free() as free() if our version of curl lacks curl_free. */ |
|
|
|
/* Define curl_free() as free() if our version of curl lacks curl_free. */ |
|
|
|
/* #undef curl_free */ |
|
|
|
/* #undef curl_free */ |
|
|
|