PRCYCoin  2.0.0.7rc1
P2P Digital Currency
prcycoin-config.h
Go to the documentation of this file.
1 /* src/config/prcycoin-config.h. Generated from prcycoin-config.h.in by configure. */
2 /* src/config/prcycoin-config.h.in. Generated from configure.ac by autoheader. */
3 
4 #ifndef PRCY_CONFIG_H
5 
6 #define PRCY_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 7
13 
14 /* Version is release */
15 #define CLIENT_VERSION_IS_RELEASE false
16 
17 /* Major version */
18 #define CLIENT_VERSION_MAJOR 2
19 
20 /* Minor version */
21 #define CLIENT_VERSION_MINOR 0
22 
23 /* Build revision */
24 #define CLIENT_VERSION_REVISION 0
25 
26 /* Version is release */
27 #define COPYRIGHT_YEAR 2023
28 
29 /* Define this symbol to build code that uses AVX2 intrinsics */
30 #define ENABLE_AVX2 1
31 
32 /* Define this symbol to build code that uses SHA-NI intrinsics */
33 #define ENABLE_SHANI 1
34 
35 /* Define this symbol to build code that uses SSE4.1 intrinsics */
36 #define ENABLE_SSE41 1
37 
38 /* Define to 1 to enable wallet functions */
39 #define ENABLE_WALLET 1
40 
41 /* Define to 1 to enable ZMQ functions */
42 #define ENABLE_ZMQ 1
43 
44 /* define if the Boost library is available */
45 #define HAVE_BOOST
46 
47 /* define if the Boost::Chrono library is available */
48 #define HAVE_BOOST_CHRONO
49 
50 /* define if the Boost::Filesystem library is available */
51 #define HAVE_BOOST_FILESYSTEM
52 
53 /* define if the Boost::PROGRAM_OPTIONS library is available */
54 #define HAVE_BOOST_PROGRAM_OPTIONS
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 /* #undef 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 to 1 if you have the declaration of `be16toh', and to 0 if you
72  don't. */
73 #define HAVE_DECL_BE16TOH 1
74 
75 /* Define to 1 if you have the declaration of `be32toh', and to 0 if you
76  don't. */
77 #define HAVE_DECL_BE32TOH 1
78 
79 /* Define to 1 if you have the declaration of `be64toh', and to 0 if you
80  don't. */
81 #define HAVE_DECL_BE64TOH 1
82 
83 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
84  don't. */
85 #define HAVE_DECL_BSWAP_16 1
86 
87 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
88  don't. */
89 #define HAVE_DECL_BSWAP_32 1
90 
91 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
92  don't. */
93 #define HAVE_DECL_BSWAP_64 1
94 
95 /* Define to 1 if you have the declaration of `daemon', and to 0 if you don't.
96  */
97 #define HAVE_DECL_DAEMON 1
98 
99 /* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if
100  you don't. */
101 #define HAVE_DECL_EVP_MD_CTX_NEW 0
102 
103 /* Define to 1 if you have the declaration of `htobe16', and to 0 if you
104  don't. */
105 #define HAVE_DECL_HTOBE16 1
106 
107 /* Define to 1 if you have the declaration of `htobe32', and to 0 if you
108  don't. */
109 #define HAVE_DECL_HTOBE32 1
110 
111 /* Define to 1 if you have the declaration of `htobe64', and to 0 if you
112  don't. */
113 #define HAVE_DECL_HTOBE64 1
114 
115 /* Define to 1 if you have the declaration of `htole16', and to 0 if you
116  don't. */
117 #define HAVE_DECL_HTOLE16 1
118 
119 /* Define to 1 if you have the declaration of `htole32', and to 0 if you
120  don't. */
121 #define HAVE_DECL_HTOLE32 1
122 
123 /* Define to 1 if you have the declaration of `htole64', and to 0 if you
124  don't. */
125 #define HAVE_DECL_HTOLE64 1
126 
127 /* Define to 1 if you have the declaration of `le16toh', and to 0 if you
128  don't. */
129 #define HAVE_DECL_LE16TOH 1
130 
131 /* Define to 1 if you have the declaration of `le32toh', and to 0 if you
132  don't. */
133 #define HAVE_DECL_LE32TOH 1
134 
135 /* Define to 1 if you have the declaration of `le64toh', and to 0 if you
136  don't. */
137 #define HAVE_DECL_LE64TOH 1
138 
139 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
140  don't. */
141 #define HAVE_DECL_STRERROR_R 1
142 
143 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
144  don't. */
145 #define HAVE_DECL_STRNLEN 1
146 
147 /* Define to 1 if you have the declaration of `__builtin_clz', and to 0 if you
148  don't. */
149 #define HAVE_DECL___BUILTIN_CLZ 1
150 
151 /* Define to 1 if you have the declaration of `__builtin_clzl', and to 0 if
152  you don't. */
153 #define HAVE_DECL___BUILTIN_CLZL 1
154 
155 /* Define to 1 if you have the declaration of `__builtin_clzll', and to 0 if
156  you don't. */
157 #define HAVE_DECL___BUILTIN_CLZLL 1
158 
159 /* Define to 1 if you have the <dlfcn.h> header file. */
160 #define HAVE_DLFCN_H 1
161 
162 /* Define to 1 if you have the <endian.h> header file. */
163 #define HAVE_ENDIAN_H 1
164 
165 /* Define to 1 if the system has the `dllexport' function attribute */
166 /* #undef HAVE_FUNC_ATTRIBUTE_DLLEXPORT */
167 
168 /* Define to 1 if the system has the `dllimport' function attribute */
169 /* #undef HAVE_FUNC_ATTRIBUTE_DLLIMPORT */
170 
171 /* Define to 1 if the system has the `visibility' function attribute */
172 #define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
173 
174 /* Define this symbol if the BSD getentropy system call is available */
175 #define HAVE_GETENTROPY 1
176 
177 /* Define this symbol if the BSD getentropy system call is available with
178  sys/random.h */
179 #define HAVE_GETENTROPY_RAND 1
180 
181 /* Define to 1 if you have the <inttypes.h> header file. */
182 #define HAVE_INTTYPES_H 1
183 
184 /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
185 /* #undef HAVE_LIBADVAPI32 */
186 
187 /* Define to 1 if you have the `comctl32' library (-lcomctl32). */
188 /* #undef HAVE_LIBCOMCTL32 */
189 
190 /* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */
191 /* #undef HAVE_LIBCOMDLG32 */
192 
193 /* Define to 1 if you have the `crypto' library (-lcrypto). */
194 #define HAVE_LIBCRYPTO 1
195 
196 /* Define to 1 if you have the `gdi32' library (-lgdi32). */
197 /* #undef HAVE_LIBGDI32 */
198 
199 /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
200 /* #undef HAVE_LIBIPHLPAPI */
201 
202 /* Define to 1 if you have the `kernel32' library (-lkernel32). */
203 /* #undef HAVE_LIBKERNEL32 */
204 
205 /* Define to 1 if you have the `ole32' library (-lole32). */
206 /* #undef HAVE_LIBOLE32 */
207 
208 /* Define to 1 if you have the `oleaut32' library (-loleaut32). */
209 /* #undef HAVE_LIBOLEAUT32 */
210 
211 /* Define to 1 if you have the `shell32' library (-lshell32). */
212 /* #undef HAVE_LIBSHELL32 */
213 
214 /* Define to 1 if you have the `shlwapi' library (-lshlwapi). */
215 /* #undef HAVE_LIBSHLWAPI */
216 
217 /* Define to 1 if you have the `ssp' library (-lssp). */
218 /* #undef HAVE_LIBSSP */
219 
220 /* Define to 1 if you have the `user32' library (-luser32). */
221 /* #undef HAVE_LIBUSER32 */
222 
223 /* Define to 1 if you have the `uuid' library (-luuid). */
224 /* #undef HAVE_LIBUUID */
225 
226 /* Define to 1 if you have the `winmm' library (-lwinmm). */
227 /* #undef HAVE_LIBWINMM */
228 
229 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
230 /* #undef HAVE_LIBWS2_32 */
231 
232 /* Define this symbol if you have malloc_info */
233 #define HAVE_MALLOC_INFO 1
234 
235 /* Define this symbol if you have mallopt with M_ARENA_MAX */
236 #define HAVE_MALLOPT_ARENA_MAX 1
237 
238 /* Define to 1 if you have the <memory.h> header file. */
239 #define HAVE_MEMORY_H 1
240 
241 /* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
242 #define HAVE_MINIUPNPC_MINIUPNPC_H 1
243 
244 /* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */
245 #define HAVE_MINIUPNPC_MINIWGET_H 1
246 
247 /* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
248 #define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
249 
250 /* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
251 #define HAVE_MINIUPNPC_UPNPERRORS_H 1
252 
253 /* Define if you have POSIX threads libraries and header files. */
254 #define HAVE_PTHREAD 1
255 
256 /* Have PTHREAD_PRIO_INHERIT. */
257 #define HAVE_PTHREAD_PRIO_INHERIT 1
258 
259 /* Define to 1 if you have the <stdint.h> header file. */
260 #define HAVE_STDINT_H 1
261 
262 /* Define to 1 if you have the <stdio.h> header file. */
263 #define HAVE_STDIO_H 1
264 
265 /* Define to 1 if you have the <stdlib.h> header file. */
266 #define HAVE_STDLIB_H 1
267 
268 /* Define to 1 if you have the `strerror_r' function. */
269 #define HAVE_STRERROR_R 1
270 
271 /* Define to 1 if you have the <strings.h> header file. */
272 #define HAVE_STRINGS_H 1
273 
274 /* Define to 1 if you have the <string.h> header file. */
275 #define HAVE_STRING_H 1
276 
277 /* Define this symbol if the BSD sysctl(KERN_ARND) is available */
278 /* #undef HAVE_SYSCTL_ARND */
279 
280 /* Define to 1 if you have the <sys/endian.h> header file. */
281 /* #undef HAVE_SYS_ENDIAN_H */
282 
283 /* Define this symbol if the Linux getrandom system call is available */
284 #define HAVE_SYS_GETRANDOM 1
285 
286 /* Define to 1 if you have the <sys/prctl.h> header file. */
287 #define HAVE_SYS_PRCTL_H 1
288 
289 /* Define to 1 if you have the <sys/select.h> header file. */
290 #define HAVE_SYS_SELECT_H 1
291 
292 /* Define to 1 if you have the <sys/stat.h> header file. */
293 #define HAVE_SYS_STAT_H 1
294 
295 /* Define to 1 if you have the <sys/types.h> header file. */
296 #define HAVE_SYS_TYPES_H 1
297 
298 /* Define if thread_local is supported. */
299 #define HAVE_THREAD_LOCAL 1
300 
301 /* Define to 1 if you have the <unistd.h> header file. */
302 #define HAVE_UNISTD_H 1
303 
304 /* Define if the visibility attribute is supported. */
305 #define HAVE_VISIBILITY_ATTRIBUTE 1
306 
307 /* Define to the sub-directory where libtool stores uninstalled libraries. */
308 #define LT_OBJDIR ".libs/"
309 
310 /* Define to the address where bug reports for this package should be sent. */
311 #define PACKAGE_BUGREPORT "https://github.com/PRCYCoin/PRCYCoin/issues"
312 
313 /* Define to the full name of this package. */
314 #define PACKAGE_NAME "PRCYcoin"
315 
316 /* Define to the full name and version of this package. */
317 #define PACKAGE_STRING "PRCYcoin 2.0.0.7rc1"
318 
319 /* Define to the one symbol short name of this package. */
320 #define PACKAGE_TARNAME "prcycoin"
321 
322 /* Define to the home page for this package. */
323 #define PACKAGE_URL "https://www.prcycoin.com"
324 
325 /* Define to the version of this package. */
326 #define PACKAGE_VERSION "2.0.0.7rc1"
327 
328 /* Define to necessary symbol if this constant uses a non-standard name on
329  your system. */
330 /* #undef PTHREAD_CREATE_JOINABLE */
331 
332 /* Define this symbol if the qt platform is android */
333 /* #undef QT_QPA_PLATFORM_ANDROID */
334 
335 /* Define this symbol if the qt platform is cocoa */
336 /* #undef QT_QPA_PLATFORM_COCOA */
337 
338 /* Define this symbol if the minimal qt platform exists */
339 #define QT_QPA_PLATFORM_MINIMAL 1
340 
341 /* Define this symbol if the qt platform is windows */
342 /* #undef QT_QPA_PLATFORM_WINDOWS */
343 
344 /* Define this symbol if the qt platform is xcb */
345 #define QT_QPA_PLATFORM_XCB 1
346 
347 /* Define this symbol if qt plugins are static */
348 #define QT_STATICPLUGIN 1
349 
350 /* Define to 1 if you have the ANSI C header files. */
351 #define STDC_HEADERS 1
352 
353 /* Define to 1 if strerror_r returns char *. */
354 #define STRERROR_R_CHAR_P 1
355 
356 /* Define this symbol to build in assembly routines */
357 #define USE_ASM 1
358 
359 /* Define this symbol if coverage is enabled */
360 /* #undef USE_COVERAGE */
361 
362 /* Define if dbus support should be compiled in */
363 #define USE_DBUS 1
364 
365 /* Define if QR support should be compiled in */
366 #define USE_QRCODE 1
367 
368 /* UPnP support not compiled if undefined, otherwise value (0 or 1) determines
369  default state */
370 #define USE_UPNP 1
371 
372 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
373  significant byte first (like Motorola and SPARC, unlike Intel). */
374 #if defined AC_APPLE_UNIVERSAL_BUILD
375 # if defined __BIG_ENDIAN__
376 # define WORDS_BIGENDIAN 1
377 # endif
378 #else
379 # ifndef WORDS_BIGENDIAN
380 /* # undef WORDS_BIGENDIAN */
381 # endif
382 #endif
383 
384 /* Enable large inode numbers on Mac OS X 10.5. */
385 #ifndef _DARWIN_USE_64_BIT_INODE
386 # define _DARWIN_USE_64_BIT_INODE 1
387 #endif
388 
389 /* Number of bits in a file offset, on hosts where this is settable. */
390 /* #undef _FILE_OFFSET_BITS */
391 
392 /* Define for large files, on AIX-style hosts. */
393 /* #undef _LARGE_FILES */
394 
395 #endif //PRCY_CONFIG_H