fplll_config.h
Go to the documentation of this file.
1/* fplll/fplll_config.h. Generated from fplll_config.h.in by configure. */
2#ifndef FPLLL_CONFIG__H
3#define FPLLL_CONFIG__H
4
5/* use quaddouble library */
6#define FPLLL_WITH_QD 1
7
8/* fplll major version */
9#define FPLLL_MAJOR_VERSION 5
10
11/* fplll minor version */
12#define FPLLL_MINOR_VERSION 4
13
14/* fplll micro version */
15#define FPLLL_MICRO_VERSION 4
16
17/* fplll version */
18#define FPLLL_VERSION 5.4.4
19
20/* fplll version info */
21#define FPLLL_VERSION_INFO
22
23/* Maximum supported enumeration dimension */
24#define FPLLL_MAX_ENUM_DIM 256
25
26/* Recursive enumeration enabled */
27#define FPLLL_WITH_RECURSIVE_ENUM 1
28
29/* Maximum supported parallel enumeration dimension */
30#define FPLLL_MAX_PARALLEL_ENUM_DIM 120
31
32/* Switch between GMP and MPIR */
33#define HAVE_LIBGMP 1
34/* #undef HAVE_LIBMPIR */
35
36/* external enumeration */
37/* #undef FPLLL_EXTENUM_FUNC */
38
39#endif //FPLLL_CONFIG__H