Raven Core
3.0.0
P2P Digital Currency
src
config
raven-config.h
Go to the documentation of this file.
1
/* src/config/raven-config.h. Generated from raven-config.h.in by configure. */
2
/* src/config/raven-config.h.in. Generated from configure.ac by autoheader. */
3
4
#ifndef RAVEN_CONFIG_H
5
6
#define RAVEN_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 true
16
17
/* Major version */
18
#define CLIENT_VERSION_MAJOR 3
19
20
/* Minor version */
21
#define CLIENT_VERSION_MINOR 0
22
23
/* Build revision */
24
#define CLIENT_VERSION_REVISION 0
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 Raven Core developers"
31
32
/* Replacement for %s in copyright holders string */
33
#define COPYRIGHT_HOLDERS_SUBSTITUTION "Raven Core"
34
35
/* Copyright year */
36
#define COPYRIGHT_YEAR 2019
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
/* parameter and return value type for __fdelt_chk */
45
/* #undef FDELT_TYPE */
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::PROGRAM_OPTIONS library is available */
57
#define HAVE_BOOST_PROGRAM_OPTIONS
58
59
/* define if the Boost::System library is available */
60
#define HAVE_BOOST_SYSTEM
61
62
/* define if the Boost::Thread library is available */
63
#define HAVE_BOOST_THREAD
64
65
/* define if the Boost::Unit_Test_Framework library is available */
66
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK
67
68
/* Define to 1 if you have the <byteswap.h> header file. */
69
#define HAVE_BYTESWAP_H 1
70
71
/* Define this symbol if the consensus lib has been built */
72
#define HAVE_CONSENSUS_LIB 1
73
74
/* define if the compiler supports basic C++11 syntax */
75
#define HAVE_CXX11 1
76
77
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
78
don't. */
79
#define HAVE_DECL_BE16TOH 1
80
81
/* Define to 1 if you have the declaration of `be32toh', and to 0 if you
82
don't. */
83
#define HAVE_DECL_BE32TOH 1
84
85
/* Define to 1 if you have the declaration of `be64toh', and to 0 if you
86
don't. */
87
#define HAVE_DECL_BE64TOH 1
88
89
/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
90
don't. */
91
#define HAVE_DECL_BSWAP_16 1
92
93
/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
94
don't. */
95
#define HAVE_DECL_BSWAP_32 1
96
97
/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
98
don't. */
99
#define HAVE_DECL_BSWAP_64 1
100
101
/* Define to 1 if you have the declaration of `daemon', and to 0 if you don't.
102
*/
103
#define HAVE_DECL_DAEMON 1
104
105
/* Define to 1 if you have the declaration of `EVP_MD_CTX_new', and to 0 if
106
you don't. */
107
#define HAVE_DECL_EVP_MD_CTX_NEW 1
108
109
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
110
don't. */
111
#define HAVE_DECL_HTOBE16 1
112
113
/* Define to 1 if you have the declaration of `htobe32', and to 0 if you
114
don't. */
115
#define HAVE_DECL_HTOBE32 1
116
117
/* Define to 1 if you have the declaration of `htobe64', and to 0 if you
118
don't. */
119
#define HAVE_DECL_HTOBE64 1
120
121
/* Define to 1 if you have the declaration of `htole16', and to 0 if you
122
don't. */
123
#define HAVE_DECL_HTOLE16 1
124
125
/* Define to 1 if you have the declaration of `htole32', and to 0 if you
126
don't. */
127
#define HAVE_DECL_HTOLE32 1
128
129
/* Define to 1 if you have the declaration of `htole64', and to 0 if you
130
don't. */
131
#define HAVE_DECL_HTOLE64 1
132
133
/* Define to 1 if you have the declaration of `le16toh', and to 0 if you
134
don't. */
135
#define HAVE_DECL_LE16TOH 1
136
137
/* Define to 1 if you have the declaration of `le32toh', and to 0 if you
138
don't. */
139
#define HAVE_DECL_LE32TOH 1
140
141
/* Define to 1 if you have the declaration of `le64toh', and to 0 if you
142
don't. */
143
#define HAVE_DECL_LE64TOH 1
144
145
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
146
don't. */
147
#define HAVE_DECL_STRERROR_R 1
148
149
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
150
don't. */
151
#define HAVE_DECL_STRNLEN 1
152
153
/* Define to 1 if you have the declaration of `__builtin_clz', and to 0 if you
154
don't. */
155
#define HAVE_DECL___BUILTIN_CLZ 1
156
157
/* Define to 1 if you have the declaration of `__builtin_clzl', and to 0 if
158
you don't. */
159
#define HAVE_DECL___BUILTIN_CLZL 1
160
161
/* Define to 1 if you have the declaration of `__builtin_clzll', and to 0 if
162
you don't. */
163
#define HAVE_DECL___BUILTIN_CLZLL 1
164
165
/* Define to 1 if you have the <dlfcn.h> header file. */
166
#define HAVE_DLFCN_H 1
167
168
/* Define to 1 if you have the <endian.h> header file. */
169
#define HAVE_ENDIAN_H 1
170
171
/* Define to 1 if the system has the `dllexport' function attribute */
172
/* #undef HAVE_FUNC_ATTRIBUTE_DLLEXPORT */
173
174
/* Define to 1 if the system has the `dllimport' function attribute */
175
/* #undef HAVE_FUNC_ATTRIBUTE_DLLIMPORT */
176
177
/* Define to 1 if the system has the `visibility' function attribute */
178
#define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
179
180
/* Define this symbol if the BSD getentropy system call is available */
181
#define HAVE_GETENTROPY 1
182
183
/* Define this symbol if the BSD getentropy system call is available with
184
sys/random.h */
185
#define HAVE_GETENTROPY_RAND 1
186
187
/* Define to 1 if you have the <inttypes.h> header file. */
188
#define HAVE_INTTYPES_H 1
189
190
/* Define to 1 if you have the `advapi32' library (-ladvapi32). */
191
/* #undef HAVE_LIBADVAPI32 */
192
193
/* Define to 1 if you have the `comctl32' library (-lcomctl32). */
194
/* #undef HAVE_LIBCOMCTL32 */
195
196
/* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */
197
/* #undef HAVE_LIBCOMDLG32 */
198
199
/* Define to 1 if you have the `crypt32' library (-lcrypt32). */
200
/* #undef HAVE_LIBCRYPT32 */
201
202
/* Define to 1 if you have the `gdi32' library (-lgdi32). */
203
/* #undef HAVE_LIBGDI32 */
204
205
/* Define to 1 if you have the `imm32' library (-limm32). */
206
/* #undef HAVE_LIBIMM32 */
207
208
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
209
/* #undef HAVE_LIBIPHLPAPI */
210
211
/* Define to 1 if you have the `kernel32' library (-lkernel32). */
212
/* #undef HAVE_LIBKERNEL32 */
213
214
/* Define to 1 if you have the `mingwthrd' library (-lmingwthrd). */
215
/* #undef HAVE_LIBMINGWTHRD */
216
217
/* Define to 1 if you have the `mswsock' library (-lmswsock). */
218
/* #undef HAVE_LIBMSWSOCK */
219
220
/* Define to 1 if you have the `ole32' library (-lole32). */
221
/* #undef HAVE_LIBOLE32 */
222
223
/* Define to 1 if you have the `oleaut32' library (-loleaut32). */
224
/* #undef HAVE_LIBOLEAUT32 */
225
226
/* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */
227
/* #undef HAVE_LIBRPCRT4 */
228
229
/* Define to 1 if you have the `rt' library (-lrt). */
230
/* #undef HAVE_LIBRT */
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 `winspool' library (-lwinspool). */
251
/* #undef HAVE_LIBWINSPOOL */
252
253
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
254
/* #undef HAVE_LIBWS2_32 */
255
256
/* Define to 1 if you have the `z ' library (-lz ). */
257
/* #undef HAVE_LIBZ_ */
258
259
/* Define this symbol if you have malloc_info */
260
#define HAVE_MALLOC_INFO 1
261
262
/* Define this symbol if you have mallopt with M_ARENA_MAX */
263
#define HAVE_MALLOPT_ARENA_MAX 1
264
265
/* Define to 1 if you have the <memory.h> header file. */
266
#define HAVE_MEMORY_H 1
267
268
/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
269
#define HAVE_MINIUPNPC_MINIUPNPC_H 1
270
271
/* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */
272
#define HAVE_MINIUPNPC_MINIWGET_H 1
273
274
/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
275
#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
276
277
/* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
278
#define HAVE_MINIUPNPC_UPNPERRORS_H 1
279
280
/* Define this symbol if you have MSG_DONTWAIT */
281
#define HAVE_MSG_DONTWAIT 1
282
283
/* Define this symbol if you have MSG_NOSIGNAL */
284
#define HAVE_MSG_NOSIGNAL 1
285
286
/* Define if you have POSIX threads libraries and header files. */
287
#define HAVE_PTHREAD 1
288
289
/* Have PTHREAD_PRIO_INHERIT. */
290
#define HAVE_PTHREAD_PRIO_INHERIT 1
291
292
/* Define to 1 if you have the <stdint.h> header file. */
293
#define HAVE_STDINT_H 1
294
295
/* Define to 1 if you have the <stdio.h> header file. */
296
#define HAVE_STDIO_H 1
297
298
/* Define to 1 if you have the <stdlib.h> header file. */
299
#define HAVE_STDLIB_H 1
300
301
/* Define to 1 if you have the `strerror_r' function. */
302
#define HAVE_STRERROR_R 1
303
304
/* Define to 1 if you have the <strings.h> header file. */
305
#define HAVE_STRINGS_H 1
306
307
/* Define to 1 if you have the <string.h> header file. */
308
#define HAVE_STRING_H 1
309
310
/* Define this symbol if the BSD sysctl(KERN_ARND) is available */
311
/* #undef HAVE_SYSCTL_ARND */
312
313
/* Define to 1 if you have the <sys/endian.h> header file. */
314
/* #undef HAVE_SYS_ENDIAN_H */
315
316
/* Define this symbol if the Linux getrandom system call is available */
317
#define HAVE_SYS_GETRANDOM 1
318
319
/* Define to 1 if you have the <sys/prctl.h> header file. */
320
#define HAVE_SYS_PRCTL_H 1
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/types.h> header file. */
329
#define HAVE_SYS_TYPES_H 1
330
331
/* Define to 1 if you have the <unistd.h> header file. */
332
#define HAVE_UNISTD_H 1
333
334
/* Define if the visibility attribute is supported. */
335
#define HAVE_VISIBILITY_ATTRIBUTE 1
336
337
/* Define this symbol if boost sleep works */
338
/* #undef HAVE_WORKING_BOOST_SLEEP */
339
340
/* Define this symbol if boost sleep_for works */
341
#define HAVE_WORKING_BOOST_SLEEP_FOR 1
342
343
/* Define to the sub-directory where libtool stores uninstalled libraries. */
344
#define LT_OBJDIR ".libs/"
345
346
/* Define to the address where bug reports for this package should be sent. */
347
#define PACKAGE_BUGREPORT "https://github.com/RavenProject/Ravencoin/issues"
348
349
/* Define to the full name of this package. */
350
#define PACKAGE_NAME "Raven Core"
351
352
/* Define to the full name and version of this package. */
353
#define PACKAGE_STRING "Raven Core 3.0.0"
354
355
/* Define to the one symbol short name of this package. */
356
#define PACKAGE_TARNAME "raven"
357
358
/* Define to the home page for this package. */
359
#define PACKAGE_URL "https://ravencoin.org/"
360
361
/* Define to the version of this package. */
362
#define PACKAGE_VERSION "3.0.0"
363
364
/* Define to necessary symbol if this constant uses a non-standard name on
365
your system. */
366
/* #undef PTHREAD_CREATE_JOINABLE */
367
368
/* Define this symbol if the qt platform is cocoa */
369
/* #undef QT_QPA_PLATFORM_COCOA */
370
371
/* Define this symbol if the minimal qt platform exists */
372
/* #undef QT_QPA_PLATFORM_MINIMAL */
373
374
/* Define this symbol if the qt platform is windows */
375
/* #undef QT_QPA_PLATFORM_WINDOWS */
376
377
/* Define this symbol if the qt platform is xcb */
378
/* #undef QT_QPA_PLATFORM_XCB */
379
380
/* Define this symbol if qt plugins are static */
381
/* #undef QT_STATICPLUGIN */
382
383
/* Define to 1 if you have the ANSI C header files. */
384
#define STDC_HEADERS 1
385
386
/* Define to 1 if strerror_r returns char *. */
387
#define STRERROR_R_CHAR_P 1
388
389
/* Define this symbol to build in assembly routines */
390
#define USE_ASM 1
391
392
/* Define this symbol if coverage is enabled */
393
/* #undef USE_COVERAGE */
394
395
/* Define if dbus support should be compiled in */
396
#define USE_DBUS 1
397
398
/* Define if QR support should be compiled in */
399
#define USE_QRCODE 1
400
401
/* UPnP support not compiled if undefined, otherwise value (0 or 1) determines
402
default state */
403
#define USE_UPNP 0
404
405
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
406
significant byte first (like Motorola and SPARC, unlike Intel). */
407
#if defined AC_APPLE_UNIVERSAL_BUILD
408
# if defined __BIG_ENDIAN__
409
# define WORDS_BIGENDIAN 1
410
# endif
411
#else
412
# ifndef WORDS_BIGENDIAN
413
/* # undef WORDS_BIGENDIAN */
414
# endif
415
#endif
416
417
/* Enable large inode numbers on Mac OS X 10.5. */
418
#ifndef _DARWIN_USE_64_BIT_INODE
419
# define _DARWIN_USE_64_BIT_INODE 1
420
#endif
421
422
/* Number of bits in a file offset, on hosts where this is settable. */
423
/* #undef _FILE_OFFSET_BITS */
424
425
/* Define for large files, on AIX-style hosts. */
426
/* #undef _LARGE_FILES */
427
428
#endif //RAVEN_CONFIG_H
Generated on Mon Jul 29 2019 02:32:17 for Raven Core by
1.8.13