Dash Core
0.12.2.1
P2P Digital Currency
dash-config.h
Go to the documentation of this file.
1
/* src/config/dash-config.h. Generated from dash-config.h.in by configure. */
2
/* src/config/dash-config.h.in. Generated from configure.ac by autoheader. */
3
4
#ifndef DASH_CONFIG_H
5
6
#define DASH_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 0
19
20
/* Minor version */
21
#define CLIENT_VERSION_MINOR 12
22
23
/* Build revision */
24
#define CLIENT_VERSION_REVISION 3
25
26
/* Version is release */
27
#define COPYRIGHT_YEAR 2017
28
29
/* Define to 1 to enable wallet functions */
30
#define ENABLE_WALLET 1
31
32
/* Define to 1 to enable ZMQ functions */
33
#define ENABLE_ZMQ 1
34
35
/* parameter and return value type for __fdelt_chk */
36
/* #undef FDELT_TYPE */
37
38
/* define if the Boost library is available */
39
#define HAVE_BOOST
40
41
/* define if the Boost::Chrono library is available */
42
#define HAVE_BOOST_CHRONO
43
44
/* define if the Boost::Filesystem library is available */
45
#define HAVE_BOOST_FILESYSTEM
46
47
/* define if the Boost::PROGRAM_OPTIONS library is available */
48
#define HAVE_BOOST_PROGRAM_OPTIONS
49
50
/* define if the Boost::System library is available */
51
#define HAVE_BOOST_SYSTEM
52
53
/* define if the Boost::Thread library is available */
54
#define HAVE_BOOST_THREAD
55
56
/* define if the Boost::Unit_Test_Framework library is available */
57
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK
58
59
/* Define to 1 if you have the <byteswap.h> header file. */
60
#define HAVE_BYTESWAP_H 1
61
62
/* Define this symbol if the consensus lib has been built */
63
#define HAVE_CONSENSUS_LIB 1
64
65
/* define if the compiler supports basic C++11 syntax */
66
#define HAVE_CXX11 1
67
68
/* Define to 1 if you have the declaration of `be16toh', and to 0 if you
69
don't. */
70
#define HAVE_DECL_BE16TOH 1
71
72
/* Define to 1 if you have the declaration of `be32toh', and to 0 if you
73
don't. */
74
#define HAVE_DECL_BE32TOH 1
75
76
/* Define to 1 if you have the declaration of `be64toh', and to 0 if you
77
don't. */
78
#define HAVE_DECL_BE64TOH 1
79
80
/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
81
don't. */
82
#define HAVE_DECL_BSWAP_16 1
83
84
/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
85
don't. */
86
#define HAVE_DECL_BSWAP_32 1
87
88
/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
89
don't. */
90
#define HAVE_DECL_BSWAP_64 1
91
92
/* Define to 1 if you have the declaration of `htobe16', and to 0 if you
93
don't. */
94
#define HAVE_DECL_HTOBE16 1
95
96
/* Define to 1 if you have the declaration of `htobe32', and to 0 if you
97
don't. */
98
#define HAVE_DECL_HTOBE32 1
99
100
/* Define to 1 if you have the declaration of `htobe64', and to 0 if you
101
don't. */
102
#define HAVE_DECL_HTOBE64 1
103
104
/* Define to 1 if you have the declaration of `htole16', and to 0 if you
105
don't. */
106
#define HAVE_DECL_HTOLE16 1
107
108
/* Define to 1 if you have the declaration of `htole32', and to 0 if you
109
don't. */
110
#define HAVE_DECL_HTOLE32 1
111
112
/* Define to 1 if you have the declaration of `htole64', and to 0 if you
113
don't. */
114
#define HAVE_DECL_HTOLE64 1
115
116
/* Define to 1 if you have the declaration of `le16toh', and to 0 if you
117
don't. */
118
#define HAVE_DECL_LE16TOH 1
119
120
/* Define to 1 if you have the declaration of `le32toh', and to 0 if you
121
don't. */
122
#define HAVE_DECL_LE32TOH 1
123
124
/* Define to 1 if you have the declaration of `le64toh', and to 0 if you
125
don't. */
126
#define HAVE_DECL_LE64TOH 1
127
128
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
129
don't. */
130
#define HAVE_DECL_STRERROR_R 1
131
132
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
133
don't. */
134
#define HAVE_DECL_STRNLEN 1
135
136
/* Define to 1 if you have the <dlfcn.h> header file. */
137
#define HAVE_DLFCN_H 1
138
139
/* Define to 1 if you have the <endian.h> header file. */
140
#define HAVE_ENDIAN_H 1
141
142
/* Define to 1 if the system has the `dllexport' function attribute */
143
/* #undef HAVE_FUNC_ATTRIBUTE_DLLEXPORT */
144
145
/* Define to 1 if the system has the `dllimport' function attribute */
146
/* #undef HAVE_FUNC_ATTRIBUTE_DLLIMPORT */
147
148
/* Define to 1 if the system has the `visibility' function attribute */
149
#define HAVE_FUNC_ATTRIBUTE_VISIBILITY 1
150
151
/* Define this symbol if you have getaddrinfo_a */
152
#define HAVE_GETADDRINFO_A 1
153
154
/* Define this symbol if you have inet_pton */
155
#define HAVE_INET_PTON 1
156
157
/* Define to 1 if you have the <inttypes.h> header file. */
158
#define HAVE_INTTYPES_H 1
159
160
/* Define to 1 if you have the `advapi32' library (-ladvapi32). */
161
/* #undef HAVE_LIBADVAPI32 */
162
163
/* Define to 1 if you have the `comctl32' library (-lcomctl32). */
164
/* #undef HAVE_LIBCOMCTL32 */
165
166
/* Define to 1 if you have the `comdlg32' library (-lcomdlg32). */
167
/* #undef HAVE_LIBCOMDLG32 */
168
169
/* Define to 1 if you have the `crypt32' library (-lcrypt32). */
170
/* #undef HAVE_LIBCRYPT32 */
171
172
/* Define to 1 if you have the `gdi32' library (-lgdi32). */
173
/* #undef HAVE_LIBGDI32 */
174
175
/* Define to 1 if you have the `imm32' library (-limm32). */
176
/* #undef HAVE_LIBIMM32 */
177
178
/* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
179
/* #undef HAVE_LIBIPHLPAPI */
180
181
/* Define to 1 if you have the `jpeg ' library (-ljpeg ). */
182
/* #undef HAVE_LIBJPEG_ */
183
184
/* Define to 1 if you have the `kernel32' library (-lkernel32). */
185
/* #undef HAVE_LIBKERNEL32 */
186
187
/* Define to 1 if you have the `mingwthrd' library (-lmingwthrd). */
188
/* #undef HAVE_LIBMINGWTHRD */
189
190
/* Define to 1 if you have the `mswsock' library (-lmswsock). */
191
/* #undef HAVE_LIBMSWSOCK */
192
193
/* Define to 1 if you have the `ole32' library (-lole32). */
194
/* #undef HAVE_LIBOLE32 */
195
196
/* Define to 1 if you have the `oleaut32' library (-loleaut32). */
197
/* #undef HAVE_LIBOLEAUT32 */
198
199
/* Define to 1 if you have the `png ' library (-lpng ). */
200
/* #undef HAVE_LIBPNG_ */
201
202
/* Define to 1 if you have the `rpcrt4' library (-lrpcrt4). */
203
/* #undef HAVE_LIBRPCRT4 */
204
205
/* Define to 1 if you have the `rt' library (-lrt). */
206
/* #undef HAVE_LIBRT */
207
208
/* Define to 1 if you have the `shell32' library (-lshell32). */
209
/* #undef HAVE_LIBSHELL32 */
210
211
/* Define to 1 if you have the `shlwapi' library (-lshlwapi). */
212
/* #undef HAVE_LIBSHLWAPI */
213
214
/* Define to 1 if you have the `ssp' library (-lssp). */
215
/* #undef HAVE_LIBSSP */
216
217
/* Define to 1 if you have the `user32' library (-luser32). */
218
/* #undef HAVE_LIBUSER32 */
219
220
/* Define to 1 if you have the `uuid' library (-luuid). */
221
/* #undef HAVE_LIBUUID */
222
223
/* Define to 1 if you have the `winmm' library (-lwinmm). */
224
/* #undef HAVE_LIBWINMM */
225
226
/* Define to 1 if you have the `winspool' library (-lwinspool). */
227
/* #undef HAVE_LIBWINSPOOL */
228
229
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
230
/* #undef HAVE_LIBWS2_32 */
231
232
/* Define to 1 if you have the `z ' library (-lz ). */
233
/* #undef HAVE_LIBZ_ */
234
235
/* Define to 1 if you have the <memory.h> header file. */
236
#define HAVE_MEMORY_H 1
237
238
/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */
239
#define HAVE_MINIUPNPC_MINIUPNPC_H 1
240
241
/* Define to 1 if you have the <miniupnpc/miniwget.h> header file. */
242
#define HAVE_MINIUPNPC_MINIWGET_H 1
243
244
/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */
245
#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1
246
247
/* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */
248
#define HAVE_MINIUPNPC_UPNPERRORS_H 1
249
250
/* Define this symbol if you have MSG_NOSIGNAL */
251
#define HAVE_MSG_NOSIGNAL 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 to 1 if you have the <sys/endian.h> header file. */
278
/* #undef HAVE_SYS_ENDIAN_H */
279
280
/* Define to 1 if you have the <sys/prctl.h> header file. */
281
#define HAVE_SYS_PRCTL_H 1
282
283
/* Define to 1 if you have the <sys/select.h> header file. */
284
#define HAVE_SYS_SELECT_H 1
285
286
/* Define to 1 if you have the <sys/stat.h> header file. */
287
#define HAVE_SYS_STAT_H 1
288
289
/* Define to 1 if you have the <sys/types.h> header file. */
290
#define HAVE_SYS_TYPES_H 1
291
292
/* Define to 1 if you have the <unistd.h> header file. */
293
#define HAVE_UNISTD_H 1
294
295
/* Define if the visibility attribute is supported. */
296
#define HAVE_VISIBILITY_ATTRIBUTE 1
297
298
/* Define this symbol if boost sleep works */
299
/* #undef HAVE_WORKING_BOOST_SLEEP */
300
301
/* Define this symbol if boost sleep_for works */
302
#define HAVE_WORKING_BOOST_SLEEP_FOR 1
303
304
/* Define to the sub-directory where libtool stores uninstalled libraries. */
305
#define LT_OBJDIR ".libs/"
306
307
/* Define to the address where bug reports for this package should be sent. */
308
#define PACKAGE_BUGREPORT "https://github.com/dashpay/dash/issues"
309
310
/* Define to the full name of this package. */
311
#define PACKAGE_NAME "Dash Core"
312
313
/* Define to the full name and version of this package. */
314
#define PACKAGE_STRING "Dash Core 0.12.3"
315
316
/* Define to the one symbol short name of this package. */
317
#define PACKAGE_TARNAME "dashcore"
318
319
/* Define to the home page for this package. */
320
#define PACKAGE_URL ""
321
322
/* Define to the version of this package. */
323
#define PACKAGE_VERSION "0.12.3"
324
325
/* Define to necessary symbol if this constant uses a non-standard name on
326
your system. */
327
/* #undef PTHREAD_CREATE_JOINABLE */
328
329
/* Define this symbol if the qt platform is cocoa */
330
/* #undef QT_QPA_PLATFORM_COCOA */
331
332
/* Define this symbol if the qt platform is windows */
333
/* #undef QT_QPA_PLATFORM_WINDOWS */
334
335
/* Define this symbol if the qt platform is xcb */
336
/* #undef QT_QPA_PLATFORM_XCB */
337
338
/* Define this symbol if qt plugins are static */
339
/* #undef QT_STATICPLUGIN */
340
341
/* Define to 1 if you have the ANSI C header files. */
342
#define STDC_HEADERS 1
343
344
/* Define to 1 if strerror_r returns char *. */
345
#define STRERROR_R_CHAR_P 1
346
347
/* Define if dbus support should be compiled in */
348
#define USE_DBUS 1
349
350
/* Define if QR support should be compiled in */
351
#define USE_QRCODE 1
352
353
/* UPnP support not compiled if undefined, otherwise value (0 or 1) determines
354
default state */
355
#define USE_UPNP 0
356
357
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
358
significant byte first (like Motorola and SPARC, unlike Intel). */
359
#if defined AC_APPLE_UNIVERSAL_BUILD
360
# if defined __BIG_ENDIAN__
361
# define WORDS_BIGENDIAN 1
362
# endif
363
#else
364
# ifndef WORDS_BIGENDIAN
365
/* # undef WORDS_BIGENDIAN */
366
# endif
367
#endif
368
369
/* Enable large inode numbers on Mac OS X 10.5. */
370
#ifndef _DARWIN_USE_64_BIT_INODE
371
# define _DARWIN_USE_64_BIT_INODE 1
372
#endif
373
374
/* Number of bits in a file offset, on hosts where this is settable. */
375
/* #undef _FILE_OFFSET_BITS */
376
377
/* Define for large files, on AIX-style hosts. */
378
/* #undef _LARGE_FILES */
379
380
#endif //DASH_CONFIG_H
src
config
dash-config.h
Generated on Thu Dec 14 2017 13:15:02 for Dash Core by
1.8.14