-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_coinhsl_default.h
44 lines (30 loc) · 1.2 KB
/
config_coinhsl_default.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/***************************************************************************/
/* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
/* These are only in effect in a setting that doesn't use configure */
/***************************************************************************/
/* Version number of project */
#define COINHSL_VERSION "2.1.0"
/* Major Version number of project */
#define COINHSL_VERSION_MAJOR 2
/* Minor Version number of project */
#define COINHSL_VERSION_MINOR 1
/* Release Version number of project */
#define COINHSL_VERSION_RELEASE 0
/* Define to 1 if MA27 is available */
#define COINHSL_HAS_MA27 1
/* Define to 1 if MA28 is available */
/* #undef COINHSL_HAS_MA28 */
/* Define to 1 if MA57 is available */
/* #undef COINHSL_HAS_MA57 */
/* Define to 1 if MA77 is available */
/* #undef COINHSL_HAS_MA77 */
/* Define to 1 if MA86 is available */
/* #undef COINHSL_HAS_MA86 */
/* Define to 1 if MA97 is available */
/* #undef COINHSL_HAS_MA97 */
/* Define to 1 if MC19 is available */
#define COINHSL_HAS_MC19 1
/* Define to 1 if MC68 is available. */
/* #undef COINHSL_HAS_MC68 */
/* Define to 1 if METIS is available */
/* #undef COINHSL_HAS_METIS */