BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
src
config
bitcoin-config.h
Go to the documentation of this file.
1
/* src/config/bitcoin-config.h. Generated from bitcoin-config.h.in by configure. */
2
/* src/config/bitcoin-config.h.in. Generated from configure.ac by autoheader. */
3
4
#ifndef BITCOIN_CONFIG_H
5
6
#define BITCOIN_CONFIG_H
7
8
/* Define if building universal (internal helper macro) */
9
/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11
/* Define this symbol if type char equals int8_t */
12
/* #undef CHAR_EQUALS_INT8 */
13
14
/* Version Build */
15
#define CLIENT_VERSION_BUILD 0
16
17
/* Version is release */
18
#define CLIENT_VERSION_IS_RELEASE false
19
20
/* Major version */
21
#define CLIENT_VERSION_MAJOR 0
22
23
/* Minor version */
24
#define CLIENT_VERSION_MINOR 17
25
26
/* Build revision */
27
#define CLIENT_VERSION_REVISION 99
28
29
/* Copyright holder(s) before %s replacement */
30
#define COPYRIGHT_HOLDERS "The %s developers"
31
32
/* Copyright holder(s) */
33
#define COPYRIGHT_HOLDERS_FINAL "The BSHA3 developers"
34
35
/* Replacement for %s in copyright holders string */
36
#define COPYRIGHT_HOLDERS_SUBSTITUTION "BSHA3"
37
38
/* Copyright year */
39
#define COPYRIGHT_YEAR 2018
40
41
/* Define this symbol to build code that uses AVX2 intrinsics */
42
#define ENABLE_AVX2 1
43
44
/* Define if BIP70 support should be compiled in */
45
#define ENABLE_BIP70 1
46
47
/* Define this symbol to build code that uses SHA-NI intrinsics */
48
#define ENABLE_SHANI 1
49
50
/* Define this symbol to build code that uses SSE4.1 intrinsics */
51
#define ENABLE_SSE41 1
52
53
/* Define to 1 to enable wallet functions */
54
#define ENABLE_WALLET 1
55
56
/* Define to 1 to enable ZMQ functions */
57
#define ENABLE_ZMQ 1
58
59
/* parameter and return value type for __fdelt_chk */
60
/* #undef FDELT_TYPE */
61
62
/* define if the Boost library is available */
63
#define HAVE_BOOST
64
65
/* define if the Boost::Chrono library is available */
66
#define HAVE_BOOST_CHRONO
67
68
/* define if the Boost::Filesystem library is available */
69
#define HAVE_BOOST_FILESYSTEM
70
71
/* define if the Boost::System library is available */
72
#define HAVE_BOOST_SYSTEM
73
74
/* define if the Boost::Thread library is available */
75
#define HAVE_BOOST_THREAD
76
77
/* define if the Boost::Unit_Test_Framework library is available */
78
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK
79
80
/* Define to 1 if you have the <byteswap.h> header file. */
81
/* #undef HAVE_BYTESWAP_H */
82
83
/* Define this symbol if the consensus lib has been built */
84
#define HAVE_CONSENSUS_LIB 1
85
86
/* define if the compiler supports basic C++11 syntax */
87
#define HAVE_CXX11 1
88
89
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
90
don't. */
91
#define HAVE_DECL_BE16TOH 0
92
93
/* Define to 1 if you have the declaration of `be32toh', and to 0 if you
94
don't. */
95
#define HAVE_DECL_BE32TOH 0
96
97
/* Define to 1 if you have the declaration of `be64toh', and to 0 if you
98
don't. */
99
#define HAVE_DECL_BE64TOH 0
100
101
/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
102
don't. */
103
#define HAVE_DECL_BSWAP_16 0
104
105
/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
106
don't. */
107
#define HAVE_DECL_BSWAP_32 0
108
109
/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
110
don't. */
111
#define HAVE_DECL_BSWAP_64 0
112
113
/* Define to 1 if you have the declaration of `daemon', and to 0 if you don't.
114
*/
115
#define HAVE_DECL_DAEMON 1
116
117
/* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if
118
you don't. */
119
#define HAVE_DECL_EVP_MD_CTX_NEW 0
120
121
/* Define to 1 if you have the declaration of `freeifaddrs', and to 0 if you
122
don't. */
123
#define HAVE_DECL_FREEIFADDRS 1
124
125
/* Define to 1 if you have the declaration of `getifaddrs', and to 0 if you
126
don't. */
127
#define HAVE_DECL_GETIFADDRS 1
128
129
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
130
don't. */
131
#define HAVE_DECL_HTOBE16 0
132
133
/* Define to 1 if you have the declaration of `htobe32', and to 0 if you
134
don't. */
135
#define HAVE_DECL_HTOBE32 0
136
137
/* Define to 1 if you have the declaration of `htobe64', and to 0 if you
138
don't. */
139
#define HAVE_DECL_HTOBE64 0
140
141
/* Define to 1 if you have the declaration of `htole16', and to 0 if you
142
don't. */
143
#define HAVE_DECL_HTOLE16 0
144
145
/* Define to 1 if you have the declaration of `htole32', and to 0 if you
146
don't. */
147
#define HAVE_DECL_HTOLE32 0
148
149
/* Define to 1 if you have the declaration of `htole64', and to 0 if you
150
don't. */
151
#define HAVE_DECL_HTOLE64 0
152
153
/* Define to 1 if you have the declaration of `le16toh', and to 0 if you
154
don't. */
155
#define HAVE_DECL_LE16TOH 0
156
157
/* Define to 1 if you have the declaration of `le32toh', and to 0 if you
158
don't. */
159
#define HAVE_DECL_LE32TOH 0
160
161
/* Define to 1 if you have the declaration of `le64toh', and to 0 if you
162
don't. */
163
#define HAVE_DECL_LE64TOH 0
164
165
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
166
don't. */
167
#define HAVE_DECL_STRERROR_R 1
168
169
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
170
don't. */
171
#define HAVE_DECL_STRNLEN 1
172
173
/* Define to 1 if you have the declaration of `__builtin_clz', and to 0 if you
174
don't. */
175
#define HAVE_DECL___BUILTIN_CLZ 0
176
177
/* Define to 1 if you have the declaration of `__builtin_clzl', and to 0 if
178
you don't. */
179
#define HAVE_DECL___BUILTIN_CLZL 0
180
181
/* Define to 1 if you have the declaration of `__builtin_clzll', and to 0 if
182
you don't. */
183
#define HAVE_DECL___BUILTIN_CLZLL 0
184
185
/* Define to 1 if you have the <dlfcn.h> header file. */
186
#define HAVE_DLFCN_H 1
187
188
/* Define to 1 if you have the <endian.h> header file. */
189
/* #undef HAVE_ENDIAN_H */
190
191
/* Define to 1 if the system has the `dllexport' function attribute */
192
/* #undef HAVE_FUNC_ATTRIBUTE_DLLEXPORT */
193
194
/* Define to 1 if the system has the `dllimport' function attribute */
195
/* #undef HAVE_FUNC_ATTRIBUTE_DLLIMPORT */
196
197
/* Define to 1 if the system has the `visibility' function attribute */
198
/* #undef HAVE_FUNC_ATTRIBUTE_VISIBILITY */
199
200
/* Define this symbol if the BSD getentropy system call is available */
201
/* #undef HAVE_GETENTROPY */
202
203
/* Define this symbol if the BSD getentropy system call is available with
204
sys/random.h */
205
#define HAVE_GETENTROPY_RAND 1
206
207
/* Define to 1 if you have the <inttypes.h> header file. */
208
#define HAVE_INTTYPES_H 1
209
210
/* Define to 1 if you have the `advapi32' library (-ladvapi32). */
211
/* #undef HAVE_LIBADVAPI32 */
212
213
/* Define to 1 if you have the `comctl32' library (-lcomctl32). */
214
/* #undef HAVE_LIBCOMCTL32 */
215
216
/* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */
217
/* #undef HAVE_LIBCOMDLG32 */
218
219
/* Define to 1 if you have the `crypt32' library (-lcrypt32). */
220
/* #undef HAVE_LIBCRYPT32 */
221
222
/* Define to 1 if you have the `gdi32' library (-lgdi32). */
223
/* #undef HAVE_LIBGDI32 */
224
225
/* Define to 1 if you have the `imm32' library (-limm32). */
226
/* #undef HAVE_LIBIMM32 */
227
228
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
229
/* #undef HAVE_LIBIPHLPAPI */
230
231
/* Define to 1 if you have the `kernel32' library (-lkernel32). */
232
/* #undef HAVE_LIBKERNEL32 */
233
234
/* Define to 1 if you have the `mingwthrd' library (-lmingwthrd). */
235
/* #undef HAVE_LIBMINGWTHRD */
236
237
/* Define to 1 if you have the `mswsock' library (-lmswsock). */
238
/* #undef HAVE_LIBMSWSOCK */
239
240
/* Define to 1 if you have the `ole32' library (-lole32). */
241
/* #undef HAVE_LIBOLE32 */
242
243
/* Define to 1 if you have the `oleaut32' library (-loleaut32). */
244
/* #undef HAVE_LIBOLEAUT32 */
245
246
/* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */
247
/* #undef HAVE_LIBRPCRT4 */
248
249
/* Define to 1 if you have the `rt' library (-lrt). */
250
/* #undef HAVE_LIBRT */
251
252
/* Define to 1 if you have the `shell32' library (-lshell32). */
253
/* #undef HAVE_LIBSHELL32 */
254
255
/* Define to 1 if you have the `shlwapi' library (-lshlwapi). */
256
/* #undef HAVE_LIBSHLWAPI */
257
258
/* Define to 1 if you have the `ssp' library (-lssp). */
259
/* #undef HAVE_LIBSSP */
260
261
/* Define to 1 if you have the `user32' library (-luser32). */
262
/* #undef HAVE_LIBUSER32 */
263
264
/* Define to 1 if you have the `uuid' library (-luuid). */
265
/* #undef HAVE_LIBUUID */
266
267
/* Define to 1 if you have the `winmm' library (-lwinmm). */
268
/* #undef HAVE_LIBWINMM */
269
270
/* Define to 1 if you have the `winspool' library (-lwinspool). */
271
/* #undef HAVE_LIBWINSPOOL */
272
273
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
274
/* #undef HAVE_LIBWS2_32 */
275
276
/* Define to 1 if you have the `z ' library (-lz ). */
277
/* #undef HAVE_LIBZ_ */
278
279
/* Define this symbol if you have malloc_info */
280
/* #undef HAVE_MALLOC_INFO */
281
282
/* Define this symbol if you have mallopt with M_ARENA_MAX */
283
/* #undef HAVE_MALLOPT_ARENA_MAX */
284
285
/* Define to 1 if you have the <memory.h> header file. */
286
#define HAVE_MEMORY_H 1
287
288
/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
289
#define HAVE_MINIUPNPC_MINIUPNPC_H 1
290
291
/* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */
292
#define HAVE_MINIUPNPC_MINIWGET_H 1
293
294
/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
295
#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
296
297
/* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
298
#define HAVE_MINIUPNPC_UPNPERRORS_H 1
299
300
/* Define if you have POSIX threads libraries and header files. */
301
#define HAVE_PTHREAD 1
302
303
/* Have PTHREAD_PRIO_INHERIT. */
304
#define HAVE_PTHREAD_PRIO_INHERIT 1
305
306
/* Define to 1 if you have the <rapidcheck.h> header file. */
307
/* #undef HAVE_RAPIDCHECK_H */
308
309
/* Define to 1 if you have the <stdint.h> header file. */
310
#define HAVE_STDINT_H 1
311
312
/* Define to 1 if you have the <stdio.h> header file. */
313
#define HAVE_STDIO_H 1
314
315
/* Define to 1 if you have the <stdlib.h> header file. */
316
#define HAVE_STDLIB_H 1
317
318
/* Define to 1 if you have the `strerror_r' function. */
319
#define HAVE_STRERROR_R 1
320
321
/* Define to 1 if you have the <strings.h> header file. */
322
#define HAVE_STRINGS_H 1
323
324
/* Define to 1 if you have the <string.h> header file. */
325
#define HAVE_STRING_H 1
326
327
/* Define this symbol if the BSD sysctl(KERN_ARND) is available */
328
/* #undef HAVE_SYSCTL_ARND */
329
330
/* Define to 1 if you have the <sys/endian.h> header file. */
331
/* #undef HAVE_SYS_ENDIAN_H */
332
333
/* Define this symbol if the Linux getrandom system call is available */
334
/* #undef HAVE_SYS_GETRANDOM */
335
336
/* Define to 1 if you have the <sys/prctl.h> header file. */
337
/* #undef HAVE_SYS_PRCTL_H */
338
339
/* Define to 1 if you have the <sys/select.h> header file. */
340
#define HAVE_SYS_SELECT_H 1
341
342
/* Define to 1 if you have the <sys/stat.h> header file. */
343
#define HAVE_SYS_STAT_H 1
344
345
/* Define to 1 if you have the <sys/types.h> header file. */
346
#define HAVE_SYS_TYPES_H 1
347
348
/* Define if thread_local is supported. */
349
#define HAVE_THREAD_LOCAL 1
350
351
/* Define to 1 if you have the <unistd.h> header file. */
352
#define HAVE_UNISTD_H 1
353
354
/* Define if the visibility attribute is supported. */
355
#define HAVE_VISIBILITY_ATTRIBUTE 1
356
357
/* Define this symbol if boost sleep works */
358
/* #undef HAVE_WORKING_BOOST_SLEEP */
359
360
/* Define this symbol if boost sleep_for works */
361
#define HAVE_WORKING_BOOST_SLEEP_FOR 1
362
363
/* Define to the sub-directory where libtool stores uninstalled libraries. */
364
#define LT_OBJDIR ".libs/"
365
366
/* Define to the address where bug reports for this package should be sent. */
367
#define PACKAGE_BUGREPORT "https://github.com/bsha3/bsha3/issues"
368
369
/* Define to the full name of this package. */
370
#define PACKAGE_NAME "BSHA3"
371
372
/* Define to the full name and version of this package. */
373
#define PACKAGE_STRING "BSHA3 0.17.99"
374
375
/* Define to the one symbol short name of this package. */
376
#define PACKAGE_TARNAME "bitcoin"
377
378
/* Define to the home page for this package. */
379
#define PACKAGE_URL "https://bsha3.org/"
380
381
/* Define to the version of this package. */
382
#define PACKAGE_VERSION "0.17.99"
383
384
/* Define to necessary symbol if this constant uses a non-standard name on
385
your system. */
386
/* #undef PTHREAD_CREATE_JOINABLE */
387
388
/* Define this symbol if the qt platform is cocoa */
389
/* #undef QT_QPA_PLATFORM_COCOA */
390
391
/* Define this symbol if the minimal qt platform exists */
392
/* #undef QT_QPA_PLATFORM_MINIMAL */
393
394
/* Define this symbol if the qt platform is windows */
395
/* #undef QT_QPA_PLATFORM_WINDOWS */
396
397
/* Define this symbol if the qt platform is xcb */
398
/* #undef QT_QPA_PLATFORM_XCB */
399
400
/* Define this symbol if qt plugins are static */
401
/* #undef QT_STATICPLUGIN */
402
403
/* Define to 1 if you have the ANSI C header files. */
404
#define STDC_HEADERS 1
405
406
/* Define to 1 if strerror_r returns char *. */
407
/* #undef STRERROR_R_CHAR_P */
408
409
/* Define this symbol to build in assembly routines */
410
#define USE_ASM 1
411
412
/* Define this symbol if coverage is enabled */
413
/* #undef USE_COVERAGE */
414
415
/* Define if dbus support should be compiled in */
416
#define USE_DBUS 1
417
418
/* Define if QR support should be compiled in */
419
#define USE_QRCODE 1
420
421
/* UPnP support not compiled if undefined, otherwise value (0 or 1) determines
422
default state */
423
#define USE_UPNP 0
424
425
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
426
significant byte first (like Motorola and SPARC, unlike Intel). */
427
#if defined AC_APPLE_UNIVERSAL_BUILD
428
# if defined __BIG_ENDIAN__
429
# define WORDS_BIGENDIAN 1
430
# endif
431
#else
432
# ifndef WORDS_BIGENDIAN
433
/* # undef WORDS_BIGENDIAN */
434
# endif
435
#endif
436
437
/* Enable large inode numbers on Mac OS X 10.5. */
438
#ifndef _DARWIN_USE_64_BIT_INODE
439
# define _DARWIN_USE_64_BIT_INODE 1
440
#endif
441
442
/* Number of bits in a file offset, on hosts where this is settable. */
443
/* #undef _FILE_OFFSET_BITS */
444
445
/* Define for large files, on AIX-style hosts. */
446
/* #undef _LARGE_FILES */
447
448
#endif //BITCOIN_CONFIG_H
Generated on Wed Nov 28 2018 15:30:27 for BSHA3 by
1.8.14