Bitcoin
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 18
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 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 2019
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 /* #undef ENABLE_BIP70 */
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 #define HAVE_BYTESWAP_H 1
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 1
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 1
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 1
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 1
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 1
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 1
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 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 `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 1
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 1
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 1
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 #define HAVE_ENDIAN_H 1
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 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
199 
200 /* Define this symbol if the BSD getentropy system call is available */
201 #define HAVE_GETENTROPY 1
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 #define HAVE_MALLOC_INFO 1
281 
282 /* Define this symbol if you have mallopt with M_ARENA_MAX */
283 #define HAVE_MALLOPT_ARENA_MAX 1
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 `std::system' function. */
319 #define HAVE_STD__SYSTEM 1
320 
321 /* Define to 1 if you have the `strerror_r' function. */
322 #define HAVE_STRERROR_R 1
323 
324 /* Define to 1 if you have the <strings.h> header file. */
325 #define HAVE_STRINGS_H 1
326 
327 /* Define to 1 if you have the <string.h> header file. */
328 #define HAVE_STRING_H 1
329 
330 /* Define this symbol if the BSD sysctl(KERN_ARND) is available */
331 /* #undef HAVE_SYSCTL_ARND */
332 
333 /* std::system or ::wsystem */
334 #define HAVE_SYSTEM HAVE_STD__SYSTEM || HAVE_WSYSTEM
335 
336 /* Define to 1 if you have the <sys/endian.h> header file. */
337 /* #undef HAVE_SYS_ENDIAN_H */
338 
339 /* Define this symbol if the Linux getrandom system call is available */
340 #define HAVE_SYS_GETRANDOM 1
341 
342 /* Define to 1 if you have the <sys/prctl.h> header file. */
343 #define HAVE_SYS_PRCTL_H 1
344 
345 /* Define to 1 if you have the <sys/select.h> header file. */
346 #define HAVE_SYS_SELECT_H 1
347 
348 /* Define to 1 if you have the <sys/stat.h> header file. */
349 #define HAVE_SYS_STAT_H 1
350 
351 /* Define to 1 if you have the <sys/types.h> header file. */
352 #define HAVE_SYS_TYPES_H 1
353 
354 /* Define if thread_local is supported. */
355 #define HAVE_THREAD_LOCAL 1
356 
357 /* Define to 1 if you have the <unistd.h> header file. */
358 #define HAVE_UNISTD_H 1
359 
360 /* Define if the visibility attribute is supported. */
361 #define HAVE_VISIBILITY_ATTRIBUTE 1
362 
363 /* Define this symbol if boost sleep works */
364 /* #undef HAVE_WORKING_BOOST_SLEEP */
365 
366 /* Define this symbol if boost sleep_for works */
367 #define HAVE_WORKING_BOOST_SLEEP_FOR 1
368 
369 /* Define to 1 if you have the `::wsystem' function. */
370 /* #undef HAVE_WSYSTEM */
371 
372 /* Define to the sub-directory where libtool stores uninstalled libraries. */
373 #define LT_OBJDIR ".libs/"
374 
375 /* Define to the address where bug reports for this package should be sent. */
376 #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues"
377 
378 /* Define to the full name of this package. */
379 #define PACKAGE_NAME "Bitcoin Core"
380 
381 /* Define to the full name and version of this package. */
382 #define PACKAGE_STRING "Bitcoin Core 0.18.99"
383 
384 /* Define to the one symbol short name of this package. */
385 #define PACKAGE_TARNAME "bitcoin"
386 
387 /* Define to the home page for this package. */
388 #define PACKAGE_URL "https://bitcoincore.org/"
389 
390 /* Define to the version of this package. */
391 #define PACKAGE_VERSION "0.18.99"
392 
393 /* Define to necessary symbol if this constant uses a non-standard name on
394  your system. */
395 /* #undef PTHREAD_CREATE_JOINABLE */
396 
397 /* Define this symbol if the qt platform is cocoa */
398 /* #undef QT_QPA_PLATFORM_COCOA */
399 
400 /* Define this symbol if the minimal qt platform exists */
401 /* #undef QT_QPA_PLATFORM_MINIMAL */
402 
403 /* Define this symbol if the qt platform is windows */
404 /* #undef QT_QPA_PLATFORM_WINDOWS */
405 
406 /* Define this symbol if the qt platform is xcb */
407 /* #undef QT_QPA_PLATFORM_XCB */
408 
409 /* Define this symbol if qt plugins are static */
410 /* #undef QT_STATICPLUGIN */
411 
412 /* Define to 1 if you have the ANSI C header files. */
413 #define STDC_HEADERS 1
414 
415 /* Define to 1 if strerror_r returns char *. */
416 #define STRERROR_R_CHAR_P 1
417 
418 /* Define this symbol to build in assembly routines */
419 #define USE_ASM 1
420 
421 /* Define this symbol if coverage is enabled */
422 /* #undef USE_COVERAGE */
423 
424 /* Define if dbus support should be compiled in */
425 /* #undef USE_DBUS */
426 
427 /* Define if QR support should be compiled in */
428 /* #undef USE_QRCODE */
429 
430 /* UPnP support not compiled if undefined, otherwise value (0 or 1) determines
431  default state */
432 #define USE_UPNP 0
433 
434 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
435  significant byte first (like Motorola and SPARC, unlike Intel). */
436 #if defined AC_APPLE_UNIVERSAL_BUILD
437 # if defined __BIG_ENDIAN__
438 # define WORDS_BIGENDIAN 1
439 # endif
440 #else
441 # ifndef WORDS_BIGENDIAN
442 /* # undef WORDS_BIGENDIAN */
443 # endif
444 #endif
445 
446 /* Enable large inode numbers on Mac OS X 10.5. */
447 #ifndef _DARWIN_USE_64_BIT_INODE
448 # define _DARWIN_USE_64_BIT_INODE 1
449 #endif
450 
451 /* Number of bits in a file offset, on hosts where this is settable. */
452 /* #undef _FILE_OFFSET_BITS */
453 
454 /* Define for large files, on AIX-style hosts. */
455 /* #undef _LARGE_FILES */
456 
457 #endif //BITCOIN_CONFIG_H