Bitcoin Core
24.99.0
P2P Digital Currency
src
secp256k1
src
libsecp256k1-config.h
Go to the documentation of this file.
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 ECDH module */
18
/* #undef ENABLE_MODULE_ECDH */
19
20
/* Define this symbol to enable the extrakeys module */
21
#define ENABLE_MODULE_EXTRAKEYS 1
22
23
/* Define this symbol to enable the ECDSA pubkey recovery module */
24
#define ENABLE_MODULE_RECOVERY 1
25
26
/* Define this symbol to enable the schnorrsig module */
27
#define ENABLE_MODULE_SCHNORRSIG 1
28
29
/* Define to 1 if you have the <dlfcn.h> header file. */
30
#define HAVE_DLFCN_H 1
31
32
/* Define to 1 if you have the <inttypes.h> header file. */
33
#define HAVE_INTTYPES_H 1
34
35
/* Define to 1 if you have the <stdint.h> header file. */
36
#define HAVE_STDINT_H 1
37
38
/* Define to 1 if you have the <stdio.h> header file. */
39
#define HAVE_STDIO_H 1
40
41
/* Define to 1 if you have the <stdlib.h> header file. */
42
#define HAVE_STDLIB_H 1
43
44
/* Define to 1 if you have the <strings.h> header file. */
45
#define HAVE_STRINGS_H 1
46
47
/* Define to 1 if you have the <string.h> header file. */
48
#define HAVE_STRING_H 1
49
50
/* Define to 1 if you have the <sys/stat.h> header file. */
51
#define HAVE_SYS_STAT_H 1
52
53
/* Define to 1 if you have the <sys/types.h> header file. */
54
#define HAVE_SYS_TYPES_H 1
55
56
/* Define to 1 if you have the <unistd.h> header file. */
57
#define HAVE_UNISTD_H 1
58
59
/* Define this symbol if valgrind is installed, and it supports the host
60
platform */
61
/* #undef HAVE_VALGRIND */
62
63
/* Define to the sub-directory where libtool stores uninstalled libraries. */
64
#define LT_OBJDIR ".libs/"
65
66
/* Name of package */
67
#define PACKAGE "libsecp256k1"
68
69
/* Define to the address where bug reports for this package should be sent. */
70
#define PACKAGE_BUGREPORT "https://github.com/bitcoin-core/secp256k1/issues"
71
72
/* Define to the full name of this package. */
73
#define PACKAGE_NAME "libsecp256k1"
74
75
/* Define to the full name and version of this package. */
76
#define PACKAGE_STRING "libsecp256k1 0.2.0"
77
78
/* Define to the one symbol short name of this package. */
79
#define PACKAGE_TARNAME "libsecp256k1"
80
81
/* Define to the home page for this package. */
82
#define PACKAGE_URL "https://github.com/bitcoin-core/secp256k1"
83
84
/* Define to the version of this package. */
85
#define PACKAGE_VERSION "0.2.0"
86
87
/* Define to 1 if all of the C90 standard headers exist (not just the ones
88
required in a freestanding environment). This macro is provided for
89
backward compatibility; new code need not use it. */
90
#define STDC_HEADERS 1
91
92
/* Define this symbol to enable x86_64 assembly optimizations */
93
#define USE_ASM_X86_64 1
94
95
/* Define this symbol if an external (non-inline) assembly implementation is
96
used */
97
/* #undef USE_EXTERNAL_ASM */
98
99
/* Define this symbol if an external implementation of the default callbacks
100
is used */
101
/* #undef USE_EXTERNAL_DEFAULT_CALLBACKS */
102
103
/* Define this symbol to force the use of the (unsigned) __int128 based wide
104
multiplication implementation */
105
/* #undef USE_FORCE_WIDEMUL_INT128 */
106
107
/* Define this symbol to force the use of the structure for simulating
108
(unsigned) int128 based wide multiplication */
109
/* #undef USE_FORCE_WIDEMUL_INT128_STRUCT */
110
111
/* Define this symbol to force the use of the (u)int64_t based wide
112
multiplication implementation */
113
/* #undef USE_FORCE_WIDEMUL_INT64 */
114
115
/* Version number of package */
116
#define VERSION "0.2.0"
117
118
#endif
/*LIBSECP256K1_CONFIG_H*/
Generated on Tue Mar 28 2023 02:44:23 for Bitcoin Core by
1.9.1