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