Skip to content

Commit 9c2b5b2

Browse files
committed
cd depends; make HOST=i686-w64-mingw32b; cd ..; ./autogen.sh (Bash on Ubuntu on Windows)
1 parent a849eaf commit 9c2b5b2

10 files changed

+64905
-0
lines changed

Makefile.in

+1,244
Large diffs are not rendered by default.

configure

+32,722
Large diffs are not rendered by default.

doc/man/Makefile.in

+647
Large diffs are not rendered by default.

src/Makefile.in

+9,537
Large diffs are not rendered by default.

src/config/bitcoin-config.h.in

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

0 commit comments

Comments
 (0)