Bitcoin Core  27.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 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 <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37 
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_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 ""
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.1"
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 ""
83 
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "0.1"
86 
87 /* Define to 1 if you have the ANSI C header files. */
88 #define STDC_HEADERS 1
89 
90 /* Define this symbol to enable x86_64 assembly optimizations */
91 #define USE_ASM_X86_64 1
92 
93 /* Define this symbol if an external (non-inline) assembly implementation is
94  used */
95 /* #undef USE_EXTERNAL_ASM */
96 
97 /* Define this symbol if an external implementation of the default callbacks
98  is used */
99 /* #undef USE_EXTERNAL_DEFAULT_CALLBACKS */
100 
101 /* Define this symbol to force the use of the (unsigned) __int128 based wide
102  multiplication implementation */
103 /* #undef USE_FORCE_WIDEMUL_INT128 */
104 
105 /* Define this symbol to force the use of the (u)int64_t based wide
106  multiplication implementation */
107 /* #undef USE_FORCE_WIDEMUL_INT64 */
108 
109 /* Version number of package */
110 #define VERSION "0.1"
111 
112 #endif /*LIBSECP256K1_CONFIG_H*/