|
| 1 | +/* src/libsecp256k1-config.h. Generated from libsecp256k1-config.h.in by configure. */ |
| 2 | +/* src/libsecp256k1-config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | + |
| 4 | +#ifndef LIBSECP256K1_CONFIG_H |
| 5 | + |
| 6 | +#define LIBSECP256K1_CONFIG_H |
| 7 | + |
| 8 | +/* Define this symbol to compile out all VERIFY code */ |
| 9 | +/* #undef COVERAGE */ |
| 10 | + |
| 11 | +/* Set ecmult gen precision bits */ |
| 12 | +#define ECMULT_GEN_PREC_BITS 4 |
| 13 | + |
| 14 | +/* Set window size for ecmult precomputation */ |
| 15 | +#define ECMULT_WINDOW_SIZE 15 |
| 16 | + |
| 17 | +/* Define this symbol to enable the Bulletproofs++ module */ |
| 18 | +/* #undef ENABLE_MODULE_BPPP */ |
| 19 | + |
| 20 | +/* Define this symbol to enable the ECDH module */ |
| 21 | +/* #undef ENABLE_MODULE_ECDH */ |
| 22 | + |
| 23 | +/* Define this symbol to enable the ECDSA adaptor module */ |
| 24 | +/* #undef ENABLE_MODULE_ECDSA_ADAPTOR */ |
| 25 | + |
| 26 | +/* Define this symbol to enable the ECDSA sign-to-contract module */ |
| 27 | +/* #undef ENABLE_MODULE_ECDSA_S2C */ |
| 28 | + |
| 29 | +/* Define this symbol to enable the extrakeys module */ |
| 30 | +#define ENABLE_MODULE_EXTRAKEYS 1 |
| 31 | + |
| 32 | +/* Define this symbol to enable the NUMS generator module */ |
| 33 | +/* #undef ENABLE_MODULE_GENERATOR */ |
| 34 | + |
| 35 | +/* Define this symbol to enable the MuSig module */ |
| 36 | +/* #undef ENABLE_MODULE_MUSIG */ |
| 37 | + |
| 38 | +/* Define this symbol to enable the Pedersen / zero knowledge range proof |
| 39 | + module */ |
| 40 | +/* #undef ENABLE_MODULE_RANGEPROOF */ |
| 41 | + |
| 42 | +/* Define this symbol to enable the ECDSA pubkey recovery module */ |
| 43 | +/* #undef ENABLE_MODULE_RECOVERY */ |
| 44 | + |
| 45 | +/* Define this symbol to enable the schnorrsig module */ |
| 46 | +#define ENABLE_MODULE_SCHNORRSIG 1 |
| 47 | + |
| 48 | +/* Define this symbol to enable the surjection proof module */ |
| 49 | +/* #undef ENABLE_MODULE_SURJECTIONPROOF */ |
| 50 | + |
| 51 | +/* Define this symbol to enable the key whitelisting module */ |
| 52 | +/* #undef ENABLE_MODULE_WHITELIST */ |
| 53 | + |
| 54 | +/* Define this symbol if __builtin_clzll is available */ |
| 55 | +/* #undef HAVE_BUILTIN_CLZLL */ |
| 56 | + |
| 57 | +/* Define this symbol if __builtin_popcount is available */ |
| 58 | +/* #undef HAVE_BUILTIN_POPCOUNT */ |
| 59 | + |
| 60 | +/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 61 | +#define HAVE_DLFCN_H 1 |
| 62 | + |
| 63 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 64 | +#define HAVE_INTTYPES_H 1 |
| 65 | + |
| 66 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 67 | +#define HAVE_STDINT_H 1 |
| 68 | + |
| 69 | +/* Define to 1 if you have the <stdio.h> header file. */ |
| 70 | +#define HAVE_STDIO_H 1 |
| 71 | + |
| 72 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 73 | +#define HAVE_STDLIB_H 1 |
| 74 | + |
| 75 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 76 | +#define HAVE_STRINGS_H 1 |
| 77 | + |
| 78 | +/* Define to 1 if you have the <string.h> header file. */ |
| 79 | +#define HAVE_STRING_H 1 |
| 80 | + |
| 81 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 82 | +#define HAVE_SYS_STAT_H 1 |
| 83 | + |
| 84 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 85 | +#define HAVE_SYS_TYPES_H 1 |
| 86 | + |
| 87 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 88 | +#define HAVE_UNISTD_H 1 |
| 89 | + |
| 90 | +/* Define this symbol if valgrind is installed, and it supports the host |
| 91 | + platform */ |
| 92 | +/* #undef HAVE_VALGRIND */ |
| 93 | + |
| 94 | +/* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 95 | +#define LT_OBJDIR ".libs/" |
| 96 | + |
| 97 | +/* Name of package */ |
| 98 | +#define PACKAGE "libsecp256k1" |
| 99 | + |
| 100 | +/* Define to the address where bug reports for this package should be sent. */ |
| 101 | +#define PACKAGE_BUGREPORT "https://github.com/bitcoin-core/secp256k1/issues" |
| 102 | + |
| 103 | +/* Define to the full name of this package. */ |
| 104 | +#define PACKAGE_NAME "libsecp256k1" |
| 105 | + |
| 106 | +/* Define to the full name and version of this package. */ |
| 107 | +#define PACKAGE_STRING "libsecp256k1 0.1.0-pre" |
| 108 | + |
| 109 | +/* Define to the one symbol short name of this package. */ |
| 110 | +#define PACKAGE_TARNAME "libsecp256k1" |
| 111 | + |
| 112 | +/* Define to the home page for this package. */ |
| 113 | +#define PACKAGE_URL "https://github.com/bitcoin-core/secp256k1" |
| 114 | + |
| 115 | +/* Define to the version of this package. */ |
| 116 | +#define PACKAGE_VERSION "0.1.0-pre" |
| 117 | + |
| 118 | +/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 119 | + required in a freestanding environment). This macro is provided for |
| 120 | + backward compatibility; new code need not use it. */ |
| 121 | +#define STDC_HEADERS 1 |
| 122 | + |
| 123 | +/* Define this symbol to enable x86_64 assembly optimizations */ |
| 124 | +/* #undef USE_ASM_X86_64 */ |
| 125 | + |
| 126 | +/* Define this symbol if an external (non-inline) assembly implementation is |
| 127 | + used */ |
| 128 | +/* #undef USE_EXTERNAL_ASM */ |
| 129 | + |
| 130 | +/* Define this symbol if an external implementation of the default callbacks |
| 131 | + is used */ |
| 132 | +/* #undef USE_EXTERNAL_DEFAULT_CALLBACKS */ |
| 133 | + |
| 134 | +/* Define this symbol to force the use of the (unsigned) __int128 based wide |
| 135 | + multiplication implementation */ |
| 136 | +/* #undef USE_FORCE_WIDEMUL_INT128 */ |
| 137 | + |
| 138 | +/* Define this symbol to force the use of the (u)int64_t based wide |
| 139 | + multiplication implementation */ |
| 140 | +/* #undef USE_FORCE_WIDEMUL_INT64 */ |
| 141 | + |
| 142 | +/* Define this symbol to reduce SECP256K1_SURJECTIONPROOF_MAX_N_INPUTS to 16, |
| 143 | + disabling parsing and verification */ |
| 144 | +/* #undef USE_REDUCED_SURJECTION_PROOF_SIZE */ |
| 145 | + |
| 146 | +/* Version number of package */ |
| 147 | +#define VERSION "0.1.0-pre" |
| 148 | + |
| 149 | +#endif /*LIBSECP256K1_CONFIG_H*/ |
0 commit comments