PRCYCoin  2.0.0.7rc1
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 if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10 
11 /* Define this symbol to compile out all VERIFY code */
12 /* #undef COVERAGE */
13 
14 /* Define this symbol to enable the Pedersen / zero knowledge bulletproof
15  module */
16 #define ENABLE_MODULE_BULLETPROOF 1
17 
18 /* Define this symbol to enable the Pedersen commitment module */
19 #define ENABLE_MODULE_COMMITMENT 1
20 
21 /* Define this symbol to enable the ECDH module */
22 /* #undef ENABLE_MODULE_ECDH */
23 
24 /* Define this symbol to enable the NUMS generator module */
25 #define ENABLE_MODULE_GENERATOR 1
26 
27 /* Define this symbol to enable the zero knowledge range proof module */
28 /* #undef ENABLE_MODULE_RANGEPROOF */
29 
30 /* Define this symbol to enable the ECDSA pubkey recovery module */
31 /* #undef ENABLE_MODULE_RECOVERY */
32 
33 /* Define this symbol to enable the surjection proof module */
34 /* #undef ENABLE_MODULE_SURJECTIONPROOF */
35 
36 /* Define this symbol to enable the key whitelisting module */
37 /* #undef ENABLE_MODULE_WHITELIST */
38 
39 /* Define this symbol if OpenSSL EC functions are available */
40 /* #undef ENABLE_OPENSSL_TESTS */
41 
42 /* Define this symbol if __builtin_clzll is available */
43 #define HAVE_BUILTIN_CLZLL 1
44 
45 /* Define this symbol if __builtin_ctzl is available */
46 #define HAVE_BUILTIN_CTZL 1
47 
48 /* Define this symbol if __builtin_expect is available */
49 #define HAVE_BUILTIN_EXPECT 1
50 
51 /* Define this symbol if __builtin_popcount is available */
52 #define HAVE_BUILTIN_POPCOUNT 1
53 
54 /* Define this symbol if __builtin_popcountl is available */
55 #define HAVE_BUILTIN_POPCOUNTL 1
56 
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 #define HAVE_DLFCN_H 1
59 
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #define HAVE_INTTYPES_H 1
62 
63 /* Define this symbol if libcrypto is installed */
64 /* #undef HAVE_LIBCRYPTO */
65 
66 /* Define this symbol if libgmp is installed */
67 /* #undef HAVE_LIBGMP */
68 
69 /* Define to 1 if you have the <memory.h> header file. */
70 #define HAVE_MEMORY_H 1
71 
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #define HAVE_STDINT_H 1
74 
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #define HAVE_STDLIB_H 1
77 
78 /* Define to 1 if you have the <strings.h> header file. */
79 #define HAVE_STRINGS_H 1
80 
81 /* Define to 1 if you have the <string.h> header file. */
82 #define HAVE_STRING_H 1
83 
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #define HAVE_SYS_STAT_H 1
86 
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #define HAVE_SYS_TYPES_H 1
89 
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #define HAVE_UNISTD_H 1
92 
93 /* Define to 1 if the system has the type `__int128'. */
94 #define HAVE___INT128 1
95 
96 /* Define to the sub-directory where libtool stores uninstalled libraries. */
97 #define LT_OBJDIR ".libs/"
98 
99 /* Name of package */
100 #define PACKAGE "libsecp256k1"
101 
102 /* Define to the address where bug reports for this package should be sent. */
103 #define PACKAGE_BUGREPORT ""
104 
105 /* Define to the full name of this package. */
106 #define PACKAGE_NAME "libsecp256k1"
107 
108 /* Define to the full name and version of this package. */
109 #define PACKAGE_STRING "libsecp256k1 0.1"
110 
111 /* Define to the one symbol short name of this package. */
112 #define PACKAGE_TARNAME "libsecp256k1"
113 
114 /* Define to the home page for this package. */
115 #define PACKAGE_URL ""
116 
117 /* Define to the version of this package. */
118 #define PACKAGE_VERSION "0.1"
119 
120 /* Define to 1 if you have the ANSI C header files. */
121 #define STDC_HEADERS 1
122 
123 /* Define this symbol to enable x86_64 assembly optimizations */
124 #define USE_ASM_X86_64 1
125 
126 /* Define this symbol to use a statically generated ecmult table */
127 #define USE_ECMULT_STATIC_PRECOMPUTATION 1
128 
129 /* Define this symbol to use endomorphism optimization */
130 /* #undef USE_ENDOMORPHISM */
131 
132 /* Define this symbol if an external (non-inline) assembly implementation is
133  used */
134 /* #undef USE_EXTERNAL_ASM */
135 
136 /* Define this symbol to use the FIELD_10X26 implementation */
137 /* #undef USE_FIELD_10X26 */
138 
139 /* Define this symbol to use the FIELD_5X52 implementation */
140 #define USE_FIELD_5X52 1
141 
142 /* Define this symbol to use the native field inverse implementation */
143 #define USE_FIELD_INV_BUILTIN 1
144 
145 /* Define this symbol to use the num-based field inverse implementation */
146 /* #undef USE_FIELD_INV_NUM */
147 
148 /* Define this symbol to use the gmp implementation for num */
149 /* #undef USE_NUM_GMP */
150 
151 /* Define this symbol to use no num implementation */
152 #define USE_NUM_NONE 1
153 
154 /* Define this symbol to use the 4x64 scalar implementation */
155 #define USE_SCALAR_4X64 1
156 
157 /* Define this symbol to use the 8x32 scalar implementation */
158 /* #undef USE_SCALAR_8X32 */
159 
160 /* Define this symbol to use the native scalar inverse implementation */
161 #define USE_SCALAR_INV_BUILTIN 1
162 
163 /* Define this symbol to use the num-based scalar inverse implementation */
164 /* #undef USE_SCALAR_INV_NUM */
165 
166 /* Version number of package */
167 #define VERSION "0.1"
168 
169 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
170  significant byte first (like Motorola and SPARC, unlike Intel). */
171 #if defined AC_APPLE_UNIVERSAL_BUILD
172 # if defined __BIG_ENDIAN__
173 # define WORDS_BIGENDIAN 1
174 # endif
175 #else
176 # ifndef WORDS_BIGENDIAN
177 /* # undef WORDS_BIGENDIAN */
178 # endif
179 #endif
180 
181 #endif /*LIBSECP256K1_CONFIG_H*/