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