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