config.h
Go to the documentation of this file.
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* use external enumeration function */
5/* #undef FPLLL_EXTENUM_FUNC */
6
7/* major version */
8#define FPLLL_MAJOR_VERSION 5
9
10/* maximum supported enumeration dimension */
11#define FPLLL_MAX_ENUM_DIM 256
12
13/* parallel enumeration enabled */
14#define FPLLL_MAX_PARALLEL_ENUM_DIM 120
15
16/* micro version */
17#define FPLLL_MICRO_VERSION 4
18
19/* minor version */
20#define FPLLL_MINOR_VERSION 4
21
22/* full version */
23#define FPLLL_VERSION 5.4.4
24
25/* long version string */
26#define FPLLL_VERSION_INFO
27
28/* defined when libqd is usable */
29#define FPLLL_WITH_QD 1
30
31/* recursive enumeration enabled */
32#define FPLLL_WITH_RECURSIVE_ENUM 1
33
34/* Define to 1 if you have the <cstdio> header file. */
35#define HAVE_CSTDIO 1
36
37/* define if the compiler supports basic C++11 syntax */
38#define HAVE_CXX11 1
39
40/* Define to 1 if you have the <dlfcn.h> header file. */
41#define HAVE_DLFCN_H 1
42
43/* Define to 1 if you have the `floor' function. */
44#define HAVE_FLOOR 1
45
46/* Define to 1 if you have the <inttypes.h> header file. */
47#define HAVE_INTTYPES_H 1
48
49/* Define to 1 if you have the <iostream> header file. */
50#define HAVE_IOSTREAM 1
51
52/* Define to 1 if you have the `gmp' library (-lgmp). */
53#define HAVE_LIBGMP 1
54
55/* Define to 1 if you have the `mpfr' library (-lmpfr). */
56#define HAVE_LIBMPFR 1
57
58/* Define to 1 if you have the `mpir' library (-lmpir). */
59/* #undef HAVE_LIBMPIR */
60
61/* Define to 1 if you have the <limits> header file. */
62#define HAVE_LIMITS 1
63
64/* Define to 1 if you have the <limits.h> header file. */
65#define HAVE_LIMITS_H 1
66
67/* Define to 1 if you have the `pow' function. */
68#define HAVE_POW 1
69
70/* Define if you have POSIX threads libraries and header files. */
71#define HAVE_PTHREAD 1
72
73/* Have PTHREAD_PRIO_INHERIT. */
74#define HAVE_PTHREAD_PRIO_INHERIT 1
75
76/* Define to 1 if you have the `rint' function. */
77#define HAVE_RINT 1
78
79/* Define to 1 if you have the `sqrt' function. */
80#define HAVE_SQRT 1
81
82/* Define to 1 if stdbool.h conforms to C99. */
83#define HAVE_STDBOOL_H 1
84
85/* Define to 1 if you have the <stdint.h> header file. */
86#define HAVE_STDINT_H 1
87
88/* Define to 1 if you have the <stdio.h> header file. */
89#define HAVE_STDIO_H 1
90
91/* Define to 1 if you have the <stdlib.h> header file. */
92#define HAVE_STDLIB_H 1
93
94/* Define to 1 if you have the <string> header file. */
95#define HAVE_STRING 1
96
97/* Define to 1 if you have the <strings.h> header file. */
98#define HAVE_STRINGS_H 1
99
100/* Define to 1 if you have the <string.h> header file. */
101#define HAVE_STRING_H 1
102
103/* Define to 1 if you have the `strtol' function. */
104#define HAVE_STRTOL 1
105
106/* Define to 1 if you have the <sys/stat.h> header file. */
107#define HAVE_SYS_STAT_H 1
108
109/* Define to 1 if you have the <sys/types.h> header file. */
110#define HAVE_SYS_TYPES_H 1
111
112/* Define to 1 if you have the <unistd.h> header file. */
113#define HAVE_UNISTD_H 1
114
115/* Define to 1 if you have the <vector> header file. */
116#define HAVE_VECTOR 1
117
118/* Define to 1 if the system has the type `_Bool'. */
119/* #undef HAVE__BOOL */
120
121/* Define to the sub-directory where libtool stores uninstalled libraries. */
122#define LT_OBJDIR ".libs/"
123
124/* Name of package */
125#define PACKAGE "fplll"
126
127/* Define to the address where bug reports for this package should be sent. */
128#define PACKAGE_BUGREPORT ""
129
130/* Define to the full name of this package. */
131#define PACKAGE_NAME "fplll"
132
133/* Define to the full name and version of this package. */
134#define PACKAGE_STRING "fplll 5.4.4"
135
136/* Define to the one symbol short name of this package. */
137#define PACKAGE_TARNAME "fplll"
138
139/* Define to the home page for this package. */
140#define PACKAGE_URL ""
141
142/* Define to the version of this package. */
143#define PACKAGE_VERSION "5.4.4"
144
145/* Define to necessary symbol if this constant uses a non-standard name on
146 your system. */
147/* #undef PTHREAD_CREATE_JOINABLE */
148
149/* Define to 1 if all of the C90 standard headers exist (not just the ones
150 required in a freestanding environment). This macro is provided for
151 backward compatibility; new code need not use it. */
152#define STDC_HEADERS 1
153
154/* Version number of package */
155#define VERSION "5.4.4"
156
157/* Define to empty if `const' does not conform to ANSI C. */
158/* #undef const */
159
160/* Define to `__inline__' or `__inline' if that's what the C compiler
161 calls it, or to nothing if 'inline' is not supported under any name. */
162#ifndef __cplusplus
163/* #undef inline */
164#endif
165
166/* Define to `unsigned int' if <sys/types.h> does not define. */
167/* #undef size_t */
168
169/* Define to empty if the keyword `volatile' does not work. Warning: valid
170 code using `volatile' can become incorrect without. Disable with care. */
171/* #undef volatile */