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