|
41 | 41 | /* Define to 1 to enable ZMQ functions */ |
42 | 42 | #define ENABLE_ZMQ 1 |
43 | 43 |
|
44 | | -/* define if the Boost library is available */ |
45 | | -#define HAVE_BOOST /**/ |
46 | | - |
47 | 44 | /* define if external signer support is enabled (requires Boost::Process) */ |
48 | 45 | #define ENABLE_EXTERNAL_SIGNER /**/ |
49 | 46 |
|
50 | 47 | /* Define this symbol if the consensus lib has been built */ |
51 | 48 | #define HAVE_CONSENSUS_LIB 1 |
52 | 49 |
|
53 | | -/* define if the compiler supports basic C++20 syntax */ |
54 | | -#define HAVE_CXX20 1 |
55 | | - |
56 | 50 | /* Define to 1 if you have the declaration of `be16toh', and to 0 if you |
57 | 51 | don't. */ |
58 | 52 | #define HAVE_DECL_BE16TOH 0 |
|
121 | 115 | */ |
122 | 116 | #define HAVE_DECL_SETSID 0 |
123 | 117 |
|
124 | | -/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you |
125 | | - don't. */ |
126 | | -#define HAVE_DECL_STRERROR_R 0 |
127 | | - |
128 | 118 | /* Define if the dllexport attribute is supported. */ |
129 | 119 | #define HAVE_DLLEXPORT_ATTRIBUTE 1 |
130 | 120 |
|
131 | | -/* Define to 1 if you have the <inttypes.h> header file. */ |
132 | | -#define HAVE_INTTYPES_H 1 |
133 | | - |
134 | | -/* Define to 1 if you have the <memory.h> header file. */ |
135 | | -#define HAVE_MEMORY_H 1 |
136 | | - |
137 | | -/* Define to 1 if you have the <miniupnpc/miniupnpc.h> header file. */ |
138 | | -#define HAVE_MINIUPNPC_MINIUPNPC_H 1 |
139 | | - |
140 | | -/* Define to 1 if you have the <miniupnpc/upnpcommands.h> header file. */ |
141 | | -#define HAVE_MINIUPNPC_UPNPCOMMANDS_H 1 |
142 | | - |
143 | | -/* Define to 1 if you have the <miniupnpc/upnperrors.h> header file. */ |
144 | | -#define HAVE_MINIUPNPC_UPNPERRORS_H 1 |
145 | | - |
146 | | -/* Define to 1 if you have the <stdint.h> header file. */ |
147 | | -#define HAVE_STDINT_H 1 |
148 | | - |
149 | | -/* Define to 1 if you have the <stdlib.h> header file. */ |
150 | | -#define HAVE_STDLIB_H 1 |
151 | | - |
152 | | -/* Define to 1 if you have the <string.h> header file. */ |
153 | | -#define HAVE_STRING_H 1 |
154 | | - |
155 | | -/* Define to 1 if you have the <sys/stat.h> header file. */ |
156 | | -#define HAVE_SYS_STAT_H 1 |
157 | | - |
158 | | -/* Define to 1 if you have the <sys/types.h> header file. */ |
159 | | -#define HAVE_SYS_TYPES_H 1 |
160 | | - |
161 | 121 | /* Define to the address where bug reports for this package should be sent. */ |
162 | 122 | #define PACKAGE_BUGREPORT "https://github.com/bitcoin/bitcoin/issues" |
163 | 123 |
|
|
0 commit comments