Bitcoin Core  26.1.0
P2P Digital Currency
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 /* Defined to avoid Boost::Process trying to use Boost Filesystem */
12 /* #undef BOOST_PROCESS_USE_STD_FS */
13 
14 /* Define this symbol if type char equals int8_t */
15 /* #undef CHAR_EQUALS_INT8 */
16 
17 /* Version Build */
18 #define CLIENT_VERSION_BUILD 0
19 
20 /* Version is release */
21 #define CLIENT_VERSION_IS_RELEASE true
22 
23 /* Major version */
24 #define CLIENT_VERSION_MAJOR 26
25 
26 /* Minor version */
27 #define CLIENT_VERSION_MINOR 1
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 Bitcoin Core developers"
34 
35 /* Replacement for %s in copyright holders string */
36 #define COPYRIGHT_HOLDERS_SUBSTITUTION "Bitcoin Core"
37 
38 /* Copyright year */
39 #define COPYRIGHT_YEAR 2023
40 
41 /* Define this symbol to build code that uses ARMv8 SHA-NI intrinsics */
42 /* #undef ENABLE_ARM_SHANI */
43 
44 /* Define this symbol to build code that uses AVX2 intrinsics */
45 /* #undef ENABLE_AVX2 */
46 
47 /* Define if external signer support is enabled */
48 /* #undef ENABLE_EXTERNAL_SIGNER */
49 
50 /* Define this symbol to build code that uses SSE4.1 intrinsics */
51 /* #undef ENABLE_SSE41 */
52 
53 /* Define to 1 to enable tracepoints for Userspace, Statically Defined Tracing
54  */
55 /* #undef ENABLE_TRACING */
56 
57 /* Define to 1 to enable wallet functions */
58 #define ENABLE_WALLET 1
59 
60 /* Define this symbol to build code that uses x86 SHA-NI intrinsics */
61 /* #undef ENABLE_X86_SHANI */
62 
63 /* Define this symbol to enable ZMQ functions */
64 #define ENABLE_ZMQ 1
65 
66 /* define if the Boost library is available */
67 #define HAVE_BOOST
68 
69 /* Define this symbol if you have __builtin_clzl */
70 #define HAVE_BUILTIN_CLZL 1
71 
72 /* Define this symbol if you have __builtin_clzll */
73 #define HAVE_BUILTIN_CLZLL 1
74 
75 /* Define if you have a working __builtin_mul_overflow */
76 #define HAVE_BUILTIN_MUL_OVERFLOW 1
77 
78 /* Define to 1 if you have the <byteswap.h> header file. */
79 #define HAVE_BYTESWAP_H 1
80 
81 /* Define this symbol if clmul instructions can be used */
82 /* #undef HAVE_CLMUL */
83 
84 /* Define this symbol if the consensus lib has been built */
85 #define HAVE_CONSENSUS_LIB 1
86 
87 /* define if the compiler supports basic C++17 syntax */
88 #define HAVE_CXX17 1
89 
90 /* define if the compiler supports basic C++20 syntax */
91 /* #undef HAVE_CXX20 */
92 
93 /* Define to 1 if you have the declaration of `be16toh', and to 0 if you
94  don't. */
95 #define HAVE_DECL_BE16TOH 1
96 
97 /* Define to 1 if you have the declaration of `be32toh', and to 0 if you
98  don't. */
99 #define HAVE_DECL_BE32TOH 1
100 
101 /* Define to 1 if you have the declaration of `be64toh', and to 0 if you
102  don't. */
103 #define HAVE_DECL_BE64TOH 1
104 
105 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
106  don't. */
107 #define HAVE_DECL_BSWAP_16 1
108 
109 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
110  don't. */
111 #define HAVE_DECL_BSWAP_32 1
112 
113 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
114  don't. */
115 #define HAVE_DECL_BSWAP_64 1
116 
117 /* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
118  */
119 #define HAVE_DECL_FORK 1
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 1
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 1
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 1
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 1
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 1
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 1
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 1
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 1
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 1
164 
165 /* Define to 1 if you have the declaration of `pipe2', and to 0 if you don't.
166  */
167 #define HAVE_DECL_PIPE2 1
168 
169 /* Define to 1 if you have the declaration of `setsid', and to 0 if you don't.
170  */
171 #define HAVE_DECL_SETSID 1
172 
173 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
174  don't. */
175 #define HAVE_DECL_STRERROR_R 1
176 
177 /* Define if the visibility attribute is supported. */
178 #define HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1
179 
180 /* Define to 1 if you have the <dlfcn.h> header file. */
181 #define HAVE_DLFCN_H 1
182 
183 /* Define if the dllexport attribute is supported. */
184 /* #undef HAVE_DLLEXPORT_ATTRIBUTE */
185 
186 /* Define to 1 if you have the <endian.h> header file. */
187 #define HAVE_ENDIAN_H 1
188 
189 /* Define this symbol if evhttp_connection_get_peer expects const char** */
190 /* #undef HAVE_EVHTTP_CONNECTION_GET_PEER_CONST_CHAR */
191 
192 /* Define to 1 if fdatasync is available. */
193 #define HAVE_FDATASYNC 1
194 
195 /* Define this symbol if the BSD getentropy system call is available with
196  sys/random.h */
197 #define HAVE_GETENTROPY_RAND 1
198 
199 /* Define this symbol if the Linux getrandom function call is available */
200 #define HAVE_GETRANDOM 1
201 
202 /* Define this symbol if gmtime_r is available */
203 #define HAVE_GMTIME_R 1
204 
205 /* Define to 1 if you have the <inttypes.h> header file. */
206 #define HAVE_INTTYPES_H 1
207 
208 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
209 /* #undef HAVE_LIBADVAPI32 */
210 
211 /* Define to 1 if you have the `comctl32' library (-lcomctl32). */
212 /* #undef HAVE_LIBCOMCTL32 */
213 
214 /* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */
215 /* #undef HAVE_LIBCOMDLG32 */
216 
217 /* Define to 1 if you have the `gdi32' library (-lgdi32). */
218 /* #undef HAVE_LIBGDI32 */
219 
220 /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
221 /* #undef HAVE_LIBIPHLPAPI */
222 
223 /* Define to 1 if you have the `kernel32' library (-lkernel32). */
224 /* #undef HAVE_LIBKERNEL32 */
225 
226 /* Define to 1 if you have the `ole32' library (-lole32). */
227 /* #undef HAVE_LIBOLE32 */
228 
229 /* Define to 1 if you have the `oleaut32' library (-loleaut32). */
230 /* #undef HAVE_LIBOLEAUT32 */
231 
232 /* Define to 1 if you have the `shell32' library (-lshell32). */
233 /* #undef HAVE_LIBSHELL32 */
234 
235 /* Define to 1 if you have the `shlwapi' library (-lshlwapi). */
236 /* #undef HAVE_LIBSHLWAPI */
237 
238 /* Define to 1 if you have the `ssp' library (-lssp). */
239 /* #undef HAVE_LIBSSP */
240 
241 /* Define to 1 if you have the `user32' library (-luser32). */
242 /* #undef HAVE_LIBUSER32 */
243 
244 /* Define to 1 if you have the `uuid' library (-luuid). */
245 /* #undef HAVE_LIBUUID */
246 
247 /* Define to 1 if you have the `winmm' library (-lwinmm). */
248 /* #undef HAVE_LIBWINMM */
249 
250 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
251 /* #undef HAVE_LIBWS2_32 */
252 
253 /* Define this symbol if you have malloc_info */
254 #define HAVE_MALLOC_INFO 1
255 
256 /* Define this symbol if you have mallopt with M_ARENA_MAX */
257 #define HAVE_MALLOPT_ARENA_MAX 1
258 
259 /* Define to 1 if you have the <memory.h> header file. */
260 #define HAVE_MEMORY_H 1
261 
262 /* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
263 #define HAVE_MINIUPNPC_MINIUPNPC_H 1
264 
265 /* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
266 #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
267 
268 /* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
269 #define HAVE_MINIUPNPC_UPNPERRORS_H 1
270 
271 /* Define to 1 if you have the <natpmp.h> header file. */
272 #define HAVE_NATPMP_H 1
273 
274 /* Define to 1 if O_CLOEXEC flag is available. */
275 #define HAVE_O_CLOEXEC 1
276 
277 /* Define this symbol if you have posix_fallocate */
278 #define HAVE_POSIX_FALLOCATE 1
279 
280 /* Define if you have POSIX threads libraries and header files. */
281 #define HAVE_PTHREAD 1
282 
283 /* Have PTHREAD_PRIO_INHERIT. */
284 #define HAVE_PTHREAD_PRIO_INHERIT 1
285 
286 /* Define to 1 if you have the <stdint.h> header file. */
287 #define HAVE_STDINT_H 1
288 
289 /* Define to 1 if you have the <stdlib.h> header file. */
290 #define HAVE_STDLIB_H 1
291 
292 /* Define to 1 if you have the `strerror_r' function. */
293 #define HAVE_STRERROR_R 1
294 
295 /* Define to 1 if you have the <strings.h> header file. */
296 #define HAVE_STRINGS_H 1
297 
298 /* Define to 1 if you have the <string.h> header file. */
299 #define HAVE_STRING_H 1
300 
301 /* Define this symbol to build code that uses getauxval) */
302 #define HAVE_STRONG_GETAUXVAL 1
303 
304 /* Define this symbol if the BSD sysctl() is available */
305 /* #undef HAVE_SYSCTL */
306 
307 /* Define this symbol if the BSD sysctl(KERN_ARND) is available */
308 /* #undef HAVE_SYSCTL_ARND */
309 
310 /* Define to 1 if std::system or ::wsystem is available. */
311 #define HAVE_SYSTEM 1
312 
313 /* Define to 1 if you have the <sys/endian.h> header file. */
314 /* #undef HAVE_SYS_ENDIAN_H */
315 
316 /* Define to 1 if you have the <sys/prctl.h> header file. */
317 #define HAVE_SYS_PRCTL_H 1
318 
319 /* Define to 1 if you have the <sys/resources.h> header file. */
320 /* #undef HAVE_SYS_RESOURCES_H */
321 
322 /* Define to 1 if you have the <sys/select.h> header file. */
323 #define HAVE_SYS_SELECT_H 1
324 
325 /* Define to 1 if you have the <sys/stat.h> header file. */
326 #define HAVE_SYS_STAT_H 1
327 
328 /* Define to 1 if you have the <sys/sysctl.h> header file. */
329 #define HAVE_SYS_SYSCTL_H 1
330 
331 /* Define to 1 if you have the <sys/types.h> header file. */
332 #define HAVE_SYS_TYPES_H 1
333 
334 /* Define to 1 if you have the <sys/vmmeter.h> header file. */
335 /* #undef HAVE_SYS_VMMETER_H */
336 
337 /* Define if thread_local is supported. */
338 #define HAVE_THREAD_LOCAL 1
339 
340 /* Define to 1 if you have the `timingsafe_bcmp' function. */
341 /* #undef HAVE_TIMINGSAFE_BCMP */
342 
343 /* Define to 1 if you have the <unistd.h> header file. */
344 #define HAVE_UNISTD_H 1
345 
346 /* Define to 1 if you have the <vm/vm_param.h> header file. */
347 /* #undef HAVE_VM_VM_PARAM_H */
348 
349 /* Define to the sub-directory where libtool stores uninstalled libraries. */
350 #define LT_OBJDIR ".libs/"
351 
352 /* Define to the address where bug reports for this package should be sent. */
353 #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
354 
355 /* Define to the full name of this package. */
356 #define PACKAGE_NAME "Bitcoin Core"
357 
358 /* Define to the full name and version of this package. */
359 #define PACKAGE_STRING "Bitcoin Core 26.1.0"
360 
361 /* Define to the one symbol short name of this package. */
362 #define PACKAGE_TARNAME "bitcoin"
363 
364 /* Define to the home page for this package. */
365 #define PACKAGE_URL "https://bitcoincore.org/"
366 
367 /* Define to the version of this package. */
368 #define PACKAGE_VERSION "26.1.0"
369 
370 /* Define to necessary symbol if this constant uses a non-standard name on
371  your system. */
372 /* #undef PTHREAD_CREATE_JOINABLE */
373 
374 /* Define this symbol if the qt platform is android */
375 /* #undef QT_QPA_PLATFORM_ANDROID */
376 
377 /* Define this symbol if the qt platform is cocoa */
378 /* #undef QT_QPA_PLATFORM_COCOA */
379 
380 /* Define this symbol if the minimal qt platform exists */
381 /* #undef QT_QPA_PLATFORM_MINIMAL */
382 
383 /* Define this symbol if the qt platform is windows */
384 /* #undef QT_QPA_PLATFORM_WINDOWS */
385 
386 /* Define this symbol if the qt platform is xcb */
387 /* #undef QT_QPA_PLATFORM_XCB */
388 
389 /* Define this symbol if qt plugins are static */
390 /* #undef QT_STATICPLUGIN */
391 
392 /* Define to 1 if you have the ANSI C header files. */
393 #define STDC_HEADERS 1
394 
395 /* Define to 1 if strerror_r returns char *. */
396 #define STRERROR_R_CHAR_P 1
397 
398 /* Define this symbol to build in assembly routines */
399 #define USE_ASM 1
400 
401 /* Define if BDB support should be compiled in */
402 #define USE_BDB 1
403 
404 /* Define if dbus support should be compiled in */
405 #define USE_DBUS 1
406 
407 /* Define to 1 if UPnP support should be compiled in. */
408 #define USE_NATPMP 1
409 
410 /* Define if QR support should be compiled in */
411 #define USE_QRCODE 1
412 
413 /* Define if sqlite support should be compiled in */
414 #define USE_SQLITE 1
415 
416 /* Define to 1 if UPnP support should be compiled in. */
417 #define USE_UPNP 1
418 
419 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
420  significant byte first (like Motorola and SPARC, unlike Intel). */
421 #if defined AC_APPLE_UNIVERSAL_BUILD
422 # if defined __BIG_ENDIAN__
423 # define WORDS_BIGENDIAN 1
424 # endif
425 #else
426 # ifndef WORDS_BIGENDIAN
427 /* # undef WORDS_BIGENDIAN */
428 # endif
429 #endif
430 
431 /* Enable large inode numbers on Mac OS X 10.5. */
432 #ifndef _DARWIN_USE_64_BIT_INODE
433 # define _DARWIN_USE_64_BIT_INODE 1
434 #endif
435 
436 /* Number of bits in a file offset, on hosts where this is settable. */
437 /* #undef _FILE_OFFSET_BITS */
438 
439 /* Define for large files, on AIX-style hosts. */
440 /* #undef _LARGE_FILES */
441 
442 #endif //BITCOIN_CONFIG_H