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 this symbol if OpenSSL EC functions are available */
9 /* #undef ENABLE_OPENSSL_TESTS */
10 
11 /* Define this symbol if __builtin_expect is available */
12 #define HAVE_BUILTIN_EXPECT 1
13 
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #define HAVE_DLFCN_H 1
16 
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19 
20 /* Define this symbol if libgmp is installed */
21 /* #undef HAVE_LIBGMP */
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if you have the <stdint.h> header file. */
27 #define HAVE_STDINT_H 1
28 
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #define HAVE_STDLIB_H 1
31 
32 /* Define to 1 if you have the <strings.h> header file. */
33 #define HAVE_STRINGS_H 1
34 
35 /* Define to 1 if you have the <string.h> header file. */
36 #define HAVE_STRING_H 1
37 
38 /* Define to 1 if you have the <sys/stat.h> header file. */
39 #define HAVE_SYS_STAT_H 1
40 
41 /* Define to 1 if you have the <sys/types.h> header file. */
42 #define HAVE_SYS_TYPES_H 1
43 
44 /* Define to 1 if you have the <unistd.h> header file. */
45 #define HAVE_UNISTD_H 1
46 
47 /* Define to 1 if the system has the type `__int128'. */
48 #define HAVE___INT128 1
49 
50 /* Define to the sub-directory where libtool stores uninstalled libraries. */
51 #define LT_OBJDIR ".libs/"
52 
53 /* Name of package */
54 #define PACKAGE "libsecp256k1"
55 
56 /* Define to the address where bug reports for this package should be sent. */
57 #define PACKAGE_BUGREPORT ""
58 
59 /* Define to the full name of this package. */
60 #define PACKAGE_NAME "libsecp256k1"
61 
62 /* Define to the full name and version of this package. */
63 #define PACKAGE_STRING "libsecp256k1 0.1"
64 
65 /* Define to the one symbol short name of this package. */
66 #define PACKAGE_TARNAME "libsecp256k1"
67 
68 /* Define to the home page for this package. */
69 #define PACKAGE_URL ""
70 
71 /* Define to the version of this package. */
72 #define PACKAGE_VERSION "0.1"
73 
74 /* Define to 1 if you have the ANSI C header files. */
75 #define STDC_HEADERS 1
76 
77 /* Define this symbol to use endomorphism optimization */
78 /* #undef USE_ENDOMORPHISM */
79 
80 /* Define this symbol to use the FIELD_10X26 implementation */
81 #define USE_FIELD_10X26 1
82 
83 /* Define this symbol to use the FIELD_5X52 implementation */
84 /* #undef USE_FIELD_5X52 */
85 
86 /* Define this symbol to use the assembly version for the 5x52 field
87  implementation */
88 /* #undef USE_FIELD_5X52_ASM */
89 
90 /* Define this symbol to use the __int128 version for the 5x52 field
91  implementation */
92 /* #undef USE_FIELD_5X52_INT128 */
93 
94 /* Define this symbol to use the FIELD_GMP implementation */
95 /* #undef USE_FIELD_GMP */
96 
97 /* Define this symbol to use the native field inverse implementation */
98 #define USE_FIELD_INV_BUILTIN 1
99 
100 /* Define this symbol to use the num-based field inverse implementation */
101 /* #undef USE_FIELD_INV_NUM */
102 
103 /* Define this symbol to use the gmp implementation for num */
104 /* #undef USE_NUM_GMP */
105 
106 /* Define this symbol to use no num implementation */
107 #define USE_NUM_NONE 1
108 
109 /* Define this symbol to use the 4x64 scalar implementation */
110 /* #undef USE_SCALAR_4X64 */
111 
112 /* Define this symbol to use the 8x32 scalar implementation */
113 #define USE_SCALAR_8X32 1
114 
115 /* Define this symbol to use the native scalar inverse implementation */
116 #define USE_SCALAR_INV_BUILTIN 1
117 
118 /* Define this symbol to use the num-based scalar inverse implementation */
119 /* #undef USE_SCALAR_INV_NUM */
120 
121 /* Version number of package */
122 #define VERSION "0.1"
123 
124 #endif //LIBSECP256K1_CONFIG_H