-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.h.cmake
289 lines (195 loc) · 8.41 KB
/
config.h.cmake
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
/* config.h. Generated from config.h.cmake by cmake configure. */
/* __BEGIN_DECLS should be used at the beginning of your declarations,
so that C++ compilers don't mangle their names. Use __END_DECLS at
the end of C declarations. */
#undef __BEGIN_DECLS
#undef __END_DECLS
#ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DECLS }
#else
# define __BEGIN_DECLS
# define __END_DECLS
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
/* Define if debug output should be supported. */
#cmakedefine DEBUG
/* Define to 1 if you have the `acos' function. */
#cmakedefine HAVE_ACOS 1
/* Define to 1 if you have the `acosh' function. */
#cmakedefine HAVE_ACOSH 1
/* Define to 1 if you have the `asin' function. */
#cmakedefine HAVE_ASIN 1
/* Define to 1 if you have the `asinh' function. */
#cmakedefine HAVE_ASINH 1
/* Define to 1 if you have the `atan' function. */
#cmakedefine HAVE_ATAN 1
/* Define to 1 if you have the `atan2' function. */
#cmakedefine HAVE_ATAN2 1
/* Define to 1 if the compiler has complex<T>. */
#cmakedefine HAVE_COMPLEX 1
/* Define to 1 if the compiler has std::vector::erase [const_iterator|iterator] */
#cmakedefine HAVE_ERASE_CONSTANT_ITERATOR 1
/* Define to 1 if you have the `cos' function. */
#cmakedefine HAVE_COS 1
/* Define to 1 if you have the `cosh' function. */
#cmakedefine HAVE_COSH 1
/* Define to 1 if you have the complex `acos' function. */
#cmakedefine HAVE_CXX_COMPLEX_ACOS 1
/* Define to 1 if you have the complex `acosh' function. */
#cmakedefine HAVE_CXX_COMPLEX_ACOSH 1
/* Define to 1 if you have the complex `asin' function. */
#cmakedefine HAVE_CXX_COMPLEX_ASIN 1
/* Define to 1 if you have the complex `asinh' function. */
#cmakedefine HAVE_CXX_COMPLEX_ASINH 1
/* Define to 1 if you have the complex `atan' function. */
#cmakedefine HAVE_CXX_COMPLEX_ATAN 1
/* Define to 1 if you have the complex atan2 function. */
#cmakedefine HAVE_CXX_COMPLEX_ATAN2 1
/* Define to 1 if you have the complex `atanh' function. */
#cmakedefine HAVE_CXX_COMPLEX_ATANH 1
/* Define to 1 if you have the complex `cos' function. */
#cmakedefine HAVE_CXX_COMPLEX_COS 1
/* Define to 1 if you have the complex `cosh' function. */
#cmakedefine HAVE_CXX_COMPLEX_COSH 1
/* Define to 1 if you have the complex `exp' function. */
#cmakedefine HAVE_CXX_COMPLEX_EXP 1
/* Define to 1 if you have the complex fmod function. */
#cmakedefine HAVE_CXX_COMPLEX_FMOD 1
/* Define to 1 if you have the complex `log' function. */
#cmakedefine HAVE_CXX_COMPLEX_LOG 1
/* Define to 1 if you have the complex `log10' function. */
#cmakedefine HAVE_CXX_COMPLEX_LOG10 1
/* Define to 1 if you have the complex `log2' function. */
#cmakedefine HAVE_CXX_COMPLEX_LOG2 1
/* Define to 1 if you have the complex `norm' function. */
#cmakedefine HAVE_CXX_COMPLEX_NORM 1
/* Define to 1 if you have the complex polar (double, double) function. */
#cmakedefine HAVE_CXX_COMPLEX_POLAR 1
/* Define to 1 if you have the complex polar (complex, complex) function. */
#cmakedefine HAVE_CXX_COMPLEX_POLAR_COMPLEX 1
/* Define to 1 if you have the complex pow function. */
#cmakedefine HAVE_CXX_COMPLEX_POW 1
/* Define to 1 if you have the complex `sin' function. */
#cmakedefine HAVE_CXX_COMPLEX_SIN 1
/* Define to 1 if you have the complex `sinh' function. */
#cmakedefine HAVE_CXX_COMPLEX_SINH 1
/* Define to 1 if you have the complex `sqrt' function. */
#cmakedefine HAVE_CXX_COMPLEX_SQRT 1
/* Define to 1 if you have the complex `tan' function. */
#cmakedefine HAVE_CXX_COMPLEX_TAN 1
/* Define to 1 if you have the complex `tanh' function. */
#cmakedefine HAVE_CXX_COMPLEX_TANH 1
/* Define to 1 if you have the `erf' function. */
#cmakedefine HAVE_ERF 1
/* Define to 1 if you have the `erfc' function. */
#cmakedefine HAVE_ERFC 1
/* Define to 1 if you have the `exp' function. */
#cmakedefine HAVE_EXP 1
/* Define to 1 if you have the `fabs' function. */
#cmakedefine HAVE_FABS 1
/* Define to 1 if you have the `floor' function. */
#cmakedefine HAVE_FLOOR 1
/* Define to 1 if you have the <ieeefp.h> header file. */
#cmakedefine HAVE_IEEEFP_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
/* Define to 1 if you have the `jn' function. */
#cmakedefine HAVE_JN 1
/* Define to 1 if you have the `m' library (-lm). */
#cmakedefine HAVE_LIBM 1
/* Define to 1 if you have the `log' function. */
#cmakedefine HAVE_LOG 1
/* Define to 1 if you have the `log10' function. */
#cmakedefine HAVE_LOG10 1
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H 1
/* Define to 1 if you have the `modf' function. */
#cmakedefine HAVE_MODF 1
/* define if the compiler implements namespaces */
#cmakedefine HAVE_NAMESPACES
/* Define to 1 if you have the `pow' function. */
#cmakedefine HAVE_POW 1
/* Define to 1 if you have the `round' function. */
#cmakedefine HAVE_ROUND 1
/* Define to 1 if you have the `sin' function. */
#cmakedefine HAVE_SIN 1
/* Define to 1 if you have the `sinh' function. */
#cmakedefine HAVE_SINH 1
/* Define to 1 if you have the `sqrt' function. */
#cmakedefine HAVE_SQRT 1
/* Define to 1 if you have the <stddef.h> header file. */
#cmakedefine HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#cmakedefine HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#cmakedefine HAVE_STRCHR 1
/* Define to 1 if you have the `strdup' function. */
#cmakedefine HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#cmakedefine HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
#cmakedefine HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the `tan' function. */
#cmakedefine HAVE_TAN 1
/* Define to 1 if you have the `tanh' function. */
#cmakedefine HAVE_TANH 1
/* Define if the compiler has TR1 compliant complex<T>. */
#cmakedefine HAVE_TR1_COMPLEX 1
/* Define to 1 if you have the `trunc' function. */
#cmakedefine HAVE_TRUNC 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* Define to 1 if you have the `yn' function. */
#cmakedefine HAVE_YN 1
/* Define if debug code should be suppressed. */
#cmakedefine NDEBUG 1
/* The size of the double representation. */
#cmakedefine NR_DOUBLE_SIZE @NR_DOUBLE_SIZE@
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL "@PACKAGE_URL@"
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
/* The size of `int', as computed by sizeof. */
#cmakedefine SIZEOF_INT @SIZEOF_INT@
/* The size of `long', as computed by sizeof. */
#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
/* The size of `long double', as computed by sizeof. */
#cmakedefine SIZEOF_LONG_DOUBLE @SIZEOF_LONG_DOUBLE@
/* The size of `short', as computed by sizeof. */
#cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@
/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#cmakedefine YYTEXT_POINTER
/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const
/* The global type of double representation. */
#cmakedefine nr_double_t @nr_double_t@
/* C-type for 16-bit integers. */
#cmakedefine nr_int16_t @nr_int16_t@
/* C-type for 32-bit integers. */
#cmakedefine nr_int32_t @nr_int32_t@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#cmakedefine size_t
/* Git last commit short hash */
#cmakedefine GIT "@GIT@"