Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tpruvot
GitHub Repository: tpruvot/cpuminer-multi
Path: blob/linux/compat/bionic/cpuminer-config.h
1201 views
1
/* cpuminer-config.h.in. Adapted for arm bionic (Android 5.1.1 Tegra K1) */
2
3
/* Define to 1 if using `alloca.c'. */
4
/* #undef C_ALLOCA */
5
6
/* Define to 1 if you have `alloca', as a function or macro. */
7
#define HAVE_ALLOCA 1
8
9
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
10
*/
11
#define HAVE_ALLOCA_H 1
12
13
/* Define to 1 if you have the declaration of `be32dec', and to 0 if you
14
don't. */
15
#define HAVE_DECL_BE32DEC 0
16
17
/* Define to 1 if you have the declaration of `be32enc', and to 0 if you
18
don't. */
19
#define HAVE_DECL_BE32ENC 0
20
21
/* Define to 1 if you have the declaration of `le16dec', and to 0 if you
22
don't. */
23
#define HAVE_DECL_LE16DEC 0
24
25
/* Define to 1 if you have the declaration of `le16enc', and to 0 if you
26
don't. */
27
#define HAVE_DECL_LE16ENC 0
28
29
/* Define to 1 if you have the declaration of `le32dec', and to 0 if you
30
don't. */
31
#define HAVE_DECL_LE32DEC 0
32
33
/* Define to 1 if you have the declaration of `le32enc', and to 0 if you
34
don't. */
35
#define HAVE_DECL_LE32ENC 0
36
37
/* Define to 1 if you have the `getopt_long' function. */
38
#define HAVE_GETOPT_LONG 1
39
40
/* Define to 1 if you have the <inttypes.h> header file. */
41
#define HAVE_INTTYPES_H 1
42
43
/* Define to 1 if you have the <memory.h> header file. */
44
#define HAVE_MEMORY_H 1
45
46
/* Define to 1 if you have the <stdint.h> header file. */
47
#define HAVE_STDINT_H 1
48
49
/* Define to 1 if you have the <stdlib.h> header file. */
50
#define HAVE_STDLIB_H 1
51
52
/* Define to 1 if you have the <strings.h> header file. */
53
#define HAVE_STRINGS_H 1
54
55
/* Define to 1 if you have the <string.h> header file. */
56
#define HAVE_STRING_H 1
57
58
/* Define to 1 if you have the <syslog.h> header file. */
59
#define HAVE_SYSLOG_H 1
60
61
/* Define to 1 if you have the <sys/endian.h> header file. */
62
/* #undef HAVE_SYS_ENDIAN_H */
63
64
/* Define to 1 if you have the <sys/param.h> header file. */
65
#define HAVE_SYS_PARAM_H 1
66
67
/* Define to 1 if you have the <sys/stat.h> header file. */
68
#define HAVE_SYS_STAT_H 1
69
70
/* Define to 1 if you have the <sys/sysctl.h> header file. */
71
#undef HAVE_SYS_SYSCTL_H
72
73
/* Define to 1 if you have the <sys/types.h> header file. */
74
#define HAVE_SYS_TYPES_H 1
75
76
/* Define to 1 if you have the <unistd.h> header file. */
77
#define HAVE_UNISTD_H 1
78
79
/* Name of package */
80
#define PACKAGE "cpuminer-multi"
81
82
/* Define to the address where bug reports for this package should be sent. */
83
#define PACKAGE_BUGREPORT ""
84
85
/* Define to the full name of this package. */
86
#define PACKAGE_NAME "cpuminer-multi"
87
88
/* Define to the full name and version of this package. */
89
#define PACKAGE_STRING "cpuminer-multi " VERSION
90
91
/* Define to the one symbol short name of this package. */
92
#define PACKAGE_TARNAME "cpuminer-multi"
93
94
/* Define to the home page for this package. */
95
#define PACKAGE_URL "http://github.com/tpruvot/cpuminer-multi"
96
97
/* Define to the version of this package. */
98
#define PACKAGE_VERSION VERSION
99
100
/* If using the C implementation of alloca, define if you know the
101
direction of stack growth for your system; otherwise it will be
102
automatically deduced at runtime.
103
STACK_DIRECTION > 0 => grows toward higher addresses
104
STACK_DIRECTION < 0 => grows toward lower addresses
105
STACK_DIRECTION = 0 => direction of growth unknown */
106
/* #undef STACK_DIRECTION */
107
108
/* Define to 1 if you have the ANSI C header files. */
109
#define STDC_HEADERS 1
110
111
/* Define to 1 if assembly routines are wanted. */
112
#define USE_ASM 1
113
114
/* Define to 1 if AVX assembly is available. */
115
#define USE_AVX 1
116
117
/* Define to 1 if AVX2 assembly is available. */
118
#define USE_AVX2 1
119
120
/* Define if __uint128_t is available */
121
#undef USE_INT128
122
123
/* Define to 1 if XOP assembly is available. */
124
#define USE_XOP 1
125
126
/* Define to `unsigned int' if <sys/types.h> does not define. */
127
#undef size_t
128
129
130