|  | 
| 6 | 6 | 
 | 
| 7 | 7 | #define BITCOIN_CONFIG_H | 
| 8 | 8 | 
 | 
|  | 9 | +/* Define this symbol if type char equals int8_t */ | 
|  | 10 | +#cmakedefine CHAR_EQUALS_INT8 1 | 
|  | 11 | + | 
| 9 | 12 | /* Version Build */ | 
| 10 | 13 | #define CLIENT_VERSION_BUILD @PROJECT_VERSION_PATCH@ | 
| 11 | 14 | 
 | 
|  | 
| 30 | 33 | /* Copyright year */ | 
| 31 | 34 | #define COPYRIGHT_YEAR @COPYRIGHT_YEAR@ | 
| 32 | 35 | 
 | 
|  | 36 | +/* Define this symbol if you have __builtin_clzl */ | 
|  | 37 | +#cmakedefine HAVE_BUILTIN_CLZL 1 | 
|  | 38 | + | 
|  | 39 | +/* Define this symbol if you have __builtin_clzll */ | 
|  | 40 | +#cmakedefine HAVE_BUILTIN_CLZLL 1 | 
|  | 41 | + | 
|  | 42 | +/* Define to 1 if you have the <byteswap.h> header file. */ | 
|  | 43 | +#cmakedefine HAVE_BYTESWAP_H 1 | 
|  | 44 | + | 
|  | 45 | +/* Define to 1 if you have the declaration of `be16toh', and to 0 if you | 
|  | 46 | +   don't. */ | 
|  | 47 | +#cmakedefine01 HAVE_DECL_BE16TOH | 
|  | 48 | + | 
|  | 49 | +/* Define to 1 if you have the declaration of `be32toh', and to 0 if you | 
|  | 50 | +   don't. */ | 
|  | 51 | +#cmakedefine01 HAVE_DECL_BE32TOH | 
|  | 52 | + | 
|  | 53 | +/* Define to 1 if you have the declaration of `be64toh', and to 0 if you | 
|  | 54 | +   don't. */ | 
|  | 55 | +#cmakedefine01 HAVE_DECL_BE64TOH | 
|  | 56 | + | 
|  | 57 | +/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you | 
|  | 58 | +   don't. */ | 
|  | 59 | +#cmakedefine01 HAVE_DECL_BSWAP_16 | 
|  | 60 | + | 
|  | 61 | +/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you | 
|  | 62 | +   don't. */ | 
|  | 63 | +#cmakedefine01 HAVE_DECL_BSWAP_32 | 
|  | 64 | + | 
|  | 65 | +/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you | 
|  | 66 | +   don't. */ | 
|  | 67 | +#cmakedefine01 HAVE_DECL_BSWAP_64 | 
|  | 68 | + | 
|  | 69 | +/* Define to 1 if you have the declaration of `fork', and to 0 if you don't. | 
|  | 70 | +   */ | 
|  | 71 | +#cmakedefine01 HAVE_DECL_FORK | 
|  | 72 | + | 
|  | 73 | +/* Define to 1 if you have the declaration of `freeifaddrs', and to 0 if you | 
|  | 74 | +   don't. */ | 
|  | 75 | +#cmakedefine01 HAVE_DECL_FREEIFADDRS | 
|  | 76 | + | 
|  | 77 | +/* Define to 1 if you have the declaration of `getifaddrs', and to 0 if you | 
|  | 78 | +   don't. */ | 
|  | 79 | +#cmakedefine01 HAVE_DECL_GETIFADDRS | 
|  | 80 | + | 
|  | 81 | +/* Define to 1 if you have the declaration of `htobe16', and to 0 if you | 
|  | 82 | +   don't. */ | 
|  | 83 | +#cmakedefine01 HAVE_DECL_HTOBE16 | 
|  | 84 | + | 
|  | 85 | +/* Define to 1 if you have the declaration of `htobe32', and to 0 if you | 
|  | 86 | +   don't. */ | 
|  | 87 | +#cmakedefine01 HAVE_DECL_HTOBE32 | 
|  | 88 | + | 
|  | 89 | +/* Define to 1 if you have the declaration of `htobe64', and to 0 if you | 
|  | 90 | +   don't. */ | 
|  | 91 | +#cmakedefine01 HAVE_DECL_HTOBE64 | 
|  | 92 | + | 
|  | 93 | +/* Define to 1 if you have the declaration of `htole16', and to 0 if you | 
|  | 94 | +   don't. */ | 
|  | 95 | +#cmakedefine01 HAVE_DECL_HTOLE16 | 
|  | 96 | + | 
|  | 97 | +/* Define to 1 if you have the declaration of `htole32', and to 0 if you | 
|  | 98 | +   don't. */ | 
|  | 99 | +#cmakedefine01 HAVE_DECL_HTOLE32 | 
|  | 100 | + | 
|  | 101 | +/* Define to 1 if you have the declaration of `htole64', and to 0 if you | 
|  | 102 | +   don't. */ | 
|  | 103 | +#cmakedefine01 HAVE_DECL_HTOLE64 | 
|  | 104 | + | 
|  | 105 | +/* Define to 1 if you have the declaration of `le16toh', and to 0 if you | 
|  | 106 | +   don't. */ | 
|  | 107 | +#cmakedefine01 HAVE_DECL_LE16TOH | 
|  | 108 | + | 
|  | 109 | +/* Define to 1 if you have the declaration of `le32toh', and to 0 if you | 
|  | 110 | +   don't. */ | 
|  | 111 | +#cmakedefine01 HAVE_DECL_LE32TOH | 
|  | 112 | + | 
|  | 113 | +/* Define to 1 if you have the declaration of `le64toh', and to 0 if you | 
|  | 114 | +   don't. */ | 
|  | 115 | +#cmakedefine01 HAVE_DECL_LE64TOH | 
|  | 116 | + | 
|  | 117 | +/* Define to 1 if you have the declaration of `pipe2', and to 0 if you don't. | 
|  | 118 | +   */ | 
|  | 119 | +#cmakedefine01 HAVE_DECL_PIPE2 | 
|  | 120 | + | 
|  | 121 | +/* Define to 1 if you have the declaration of `setsid', and to 0 if you don't. | 
|  | 122 | +   */ | 
|  | 123 | +#cmakedefine01 HAVE_DECL_SETSID | 
|  | 124 | + | 
|  | 125 | +/* Define if the visibility attribute is supported. */ | 
|  | 126 | +#cmakedefine HAVE_DEFAULT_VISIBILITY_ATTRIBUTE 1 | 
|  | 127 | + | 
|  | 128 | +/* Define if the dllexport attribute is supported. */ | 
|  | 129 | +#cmakedefine HAVE_DLLEXPORT_ATTRIBUTE 1 | 
|  | 130 | + | 
|  | 131 | +/* Define to 1 if you have the <endian.h> header file. */ | 
|  | 132 | +#cmakedefine HAVE_ENDIAN_H 1 | 
|  | 133 | + | 
|  | 134 | +/* Define to 1 if fdatasync is available. */ | 
|  | 135 | +#cmakedefine HAVE_FDATASYNC 1 | 
|  | 136 | + | 
|  | 137 | +/* Define this symbol if the BSD getentropy system call is available with | 
|  | 138 | +   sys/random.h */ | 
|  | 139 | +#cmakedefine HAVE_GETENTROPY_RAND 1 | 
|  | 140 | + | 
|  | 141 | +/* Define this symbol if gmtime_r is available */ | 
|  | 142 | +#cmakedefine HAVE_GMTIME_R 1 | 
|  | 143 | + | 
|  | 144 | +/* Define this symbol if you have malloc_info */ | 
|  | 145 | +#cmakedefine HAVE_MALLOC_INFO 1 | 
|  | 146 | + | 
|  | 147 | +/* Define this symbol if you have mallopt with M_ARENA_MAX */ | 
|  | 148 | +#cmakedefine HAVE_MALLOPT_ARENA_MAX 1 | 
|  | 149 | + | 
|  | 150 | +/* Define to 1 if O_CLOEXEC flag is available. */ | 
|  | 151 | +#cmakedefine01 HAVE_O_CLOEXEC | 
|  | 152 | + | 
|  | 153 | +/* Define this symbol if you have posix_fallocate */ | 
|  | 154 | +#cmakedefine HAVE_POSIX_FALLOCATE 1 | 
|  | 155 | + | 
|  | 156 | +/* Define this symbol to build code that uses getauxval) */ | 
|  | 157 | +#cmakedefine HAVE_STRONG_GETAUXVAL 1 | 
|  | 158 | + | 
|  | 159 | +/* Define this symbol if the BSD sysctl() is available */ | 
|  | 160 | +#cmakedefine HAVE_SYSCTL 1 | 
|  | 161 | + | 
|  | 162 | +/* Define this symbol if the BSD sysctl(KERN_ARND) is available */ | 
|  | 163 | +#cmakedefine HAVE_SYSCTL_ARND 1 | 
|  | 164 | + | 
|  | 165 | +/* Define to 1 if std::system or ::wsystem is available. */ | 
|  | 166 | +#cmakedefine HAVE_SYSTEM 1 | 
|  | 167 | + | 
|  | 168 | +/* Define to 1 if you have the <sys/endian.h> header file. */ | 
|  | 169 | +#cmakedefine HAVE_SYS_ENDIAN_H 1 | 
|  | 170 | + | 
|  | 171 | +/* Define this symbol if the Linux getrandom system call is available */ | 
|  | 172 | +#cmakedefine HAVE_SYS_GETRANDOM 1 | 
|  | 173 | + | 
|  | 174 | +/* Define to 1 if you have the <sys/prctl.h> header file. */ | 
|  | 175 | +#cmakedefine HAVE_SYS_PRCTL_H 1 | 
|  | 176 | + | 
|  | 177 | +/* Define to 1 if you have the <sys/resources.h> header file. */ | 
|  | 178 | +#cmakedefine HAVE_SYS_RESOURCES_H 1 | 
|  | 179 | + | 
|  | 180 | +/* Define to 1 if you have the <sys/vmmeter.h> header file. */ | 
|  | 181 | +#cmakedefine HAVE_SYS_VMMETER_H 1 | 
|  | 182 | + | 
|  | 183 | +/* Define to 1 if you have the <vm/vm_param.h> header file. */ | 
|  | 184 | +#cmakedefine HAVE_VM_VM_PARAM_H 1 | 
|  | 185 | + | 
| 33 | 186 | /* Define to the address where bug reports for this package should be sent. */ | 
| 34 | 187 | #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" | 
| 35 | 188 | 
 | 
|  | 
| 42 | 195 | /* Define to the version of this package. */ | 
| 43 | 196 | #define PACKAGE_VERSION "@PROJECT_VERSION@" | 
| 44 | 197 | 
 | 
|  | 198 | +/* Define to 1 if strerror_r returns char *. */ | 
|  | 199 | +#cmakedefine STRERROR_R_CHAR_P 1 | 
|  | 200 | + | 
|  | 201 | +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | 
|  | 202 | +   significant byte first (like Motorola and SPARC, unlike Intel). */ | 
|  | 203 | +#cmakedefine WORDS_BIGENDIAN 1 | 
|  | 204 | + | 
| 45 | 205 | #endif //BITCOIN_CONFIG_H | 
0 commit comments