Bitcoin Core 22.99.0
P2P Digital Currency
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 this symbol if OpenSSL EC functions are available */
30#define ENABLE_OPENSSL_TESTS 1
31
32/* Define to 1 if you have the <dlfcn.h> header file. */
33#define HAVE_DLFCN_H 1
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#define HAVE_INTTYPES_H 1
37
38/* Define this symbol if libcrypto is installed */
39#define HAVE_LIBCRYPTO 1
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#define HAVE_STDINT_H 1
43
44/* Define to 1 if you have the <stdio.h> header file. */
45#define HAVE_STDIO_H 1
46
47/* Define to 1 if you have the <stdlib.h> header file. */
48#define HAVE_STDLIB_H 1
49
50/* Define to 1 if you have the <strings.h> header file. */
51#define HAVE_STRINGS_H 1
52
53/* Define to 1 if you have the <string.h> header file. */
54#define HAVE_STRING_H 1
55
56/* Define to 1 if you have the <sys/stat.h> header file. */
57#define HAVE_SYS_STAT_H 1
58
59/* Define to 1 if you have the <sys/types.h> header file. */
60#define HAVE_SYS_TYPES_H 1
61
62/* Define to 1 if you have the <unistd.h> header file. */
63#define HAVE_UNISTD_H 1
64
65/* Define this symbol if valgrind is installed */
66#define HAVE_VALGRIND 1
67
68/* Define to the sub-directory where libtool stores uninstalled libraries. */
69#define LT_OBJDIR ".libs/"
70
71/* Name of package */
72#define PACKAGE "libsecp256k1"
73
74/* Define to the address where bug reports for this package should be sent. */
75#define PACKAGE_BUGREPORT ""
76
77/* Define to the full name of this package. */
78#define PACKAGE_NAME "libsecp256k1"
79
80/* Define to the full name and version of this package. */
81#define PACKAGE_STRING "libsecp256k1 0.1"
82
83/* Define to the one symbol short name of this package. */
84#define PACKAGE_TARNAME "libsecp256k1"
85
86/* Define to the home page for this package. */
87#define PACKAGE_URL ""
88
89/* Define to the version of this package. */
90#define PACKAGE_VERSION "0.1"
91
92/* Define to 1 if all of the C90 standard headers exist (not just the ones
93 required in a freestanding environment). This macro is provided for
94 backward compatibility; new code need not use it. */
95#define STDC_HEADERS 1
96
97/* Define this symbol to enable x86_64 assembly optimizations */
98#define USE_ASM_X86_64 1
99
100/* Define this symbol to use a statically generated ecmult table */
101#define USE_ECMULT_STATIC_PRECOMPUTATION 1
102
103/* Define this symbol if an external (non-inline) assembly implementation is
104 used */
105/* #undef USE_EXTERNAL_ASM */
106
107/* Define this symbol if an external implementation of the default callbacks
108 is used */
109/* #undef USE_EXTERNAL_DEFAULT_CALLBACKS */
110
111/* Define this symbol to force the use of the (unsigned) __int128 based wide
112 multiplication implementation */
113/* #undef USE_FORCE_WIDEMUL_INT128 */
114
115/* Define this symbol to force the use of the (u)int64_t based wide
116 multiplication implementation */
117/* #undef USE_FORCE_WIDEMUL_INT64 */
118
119/* Version number of package */
120#define VERSION "0.1"
121
122#endif /*LIBSECP256K1_CONFIG_H*/