|
|
|
@ -14,7 +14,7 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
|
|
|
*/ |
|
|
|
|
/* #undef HAVE_ALLOCA_H */ |
|
|
|
|
#define HAVE_ALLOCA_H 1 |
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the declaration of `be32dec', and to 0 if you
|
|
|
|
|
don't. */ |
|
|
|
@ -57,7 +57,7 @@
@@ -57,7 +57,7 @@
|
|
|
|
|
#define HAVE_STRING_H 1 |
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */ |
|
|
|
|
/* #undef HAVE_SYSLOG_H */ |
|
|
|
|
#define HAVE_SYSLOG_H 1 |
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/endian.h> header file. */ |
|
|
|
|
/* #undef HAVE_SYS_ENDIAN_H */ |
|
|
|
@ -69,7 +69,7 @@
@@ -69,7 +69,7 @@
|
|
|
|
|
#define HAVE_SYS_STAT_H 1 |
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/sysctl.h> header file. */ |
|
|
|
|
/* #undef HAVE_SYS_SYSCTL_H */ |
|
|
|
|
#define HAVE_SYS_SYSCTL_H 1 |
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
|
|
|
|
#define HAVE_SYS_TYPES_H 1 |
|
|
|
@ -78,25 +78,25 @@
@@ -78,25 +78,25 @@
|
|
|
|
|
#define HAVE_UNISTD_H 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports AsynchDNS */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_ASYNCHDNS */ |
|
|
|
|
#define LIBCURL_FEATURE_ASYNCHDNS 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IDN */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_IDN */ |
|
|
|
|
#define LIBCURL_FEATURE_IDN 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IPv6 */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_IPV6 */ |
|
|
|
|
#define LIBCURL_FEATURE_IPV6 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports KRB4 */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_KRB4 */ |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports libz */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_LIBZ */ |
|
|
|
|
#define LIBCURL_FEATURE_LIBZ 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports NTLM */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_NTLM */ |
|
|
|
|
#define LIBCURL_FEATURE_NTLM 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports SSL */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_SSL */ |
|
|
|
|
#define LIBCURL_FEATURE_SSL 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports SSPI */ |
|
|
|
|
/* #undef LIBCURL_FEATURE_SSPI */ |
|
|
|
@ -111,13 +111,13 @@
@@ -111,13 +111,13 @@
|
|
|
|
|
#define LIBCURL_PROTOCOL_FTP 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports FTPS */ |
|
|
|
|
/* #undef LIBCURL_PROTOCOL_FTPS */ |
|
|
|
|
#define LIBCURL_PROTOCOL_FTPS 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports HTTP */ |
|
|
|
|
#define LIBCURL_PROTOCOL_HTTP 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports HTTPS */ |
|
|
|
|
/* #undef LIBCURL_PROTOCOL_HTTPS */ |
|
|
|
|
#define LIBCURL_PROTOCOL_HTTPS 1 |
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IMAP */ |
|
|
|
|
#define LIBCURL_PROTOCOL_IMAP 1 |
|
|
|
@ -140,9 +140,6 @@
@@ -140,9 +140,6 @@
|
|
|
|
|
/* Defined if libcurl supports TFTP */ |
|
|
|
|
#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 */ |
|
|
|
|
#define PACKAGE "cpuminer" |
|
|
|
|
|
|
|
|
|