]>
Commit | Line | Data |
---|---|---|
a2a2059f | 1 | /* config.h.in. Generated from configure.ac by autoheader. */ |
6de9cd9a | 2 | |
6a822a74 FXC |
3 | /* Define to 0 if the target shouldn't use #pragma weak */ |
4 | #undef GTHREAD_USE_WEAK | |
5 | ||
a119fc1c FXC |
6 | /* Define to 1 if you have the `access' function. */ |
7 | #undef HAVE_ACCESS | |
8 | ||
f38a14ca | 9 | /* Define to 1 if you have the `acos' function. */ |
1409cd0b FXC |
10 | #undef HAVE_ACOS |
11 | ||
f38a14ca | 12 | /* Define to 1 if you have the `acosf' function. */ |
453310d8 RS |
13 | #undef HAVE_ACOSF |
14 | ||
133d0d42 JJ |
15 | /* Define to 1 if you have the `acosf128' function. */ |
16 | #undef HAVE_ACOSF128 | |
17 | ||
f38a14ca | 18 | /* Define to 1 if you have the `acosh' function. */ |
1409cd0b FXC |
19 | #undef HAVE_ACOSH |
20 | ||
f38a14ca | 21 | /* Define to 1 if you have the `acoshf' function. */ |
f02d008e JD |
22 | #undef HAVE_ACOSHF |
23 | ||
133d0d42 JJ |
24 | /* Define to 1 if you have the `acoshf128' function. */ |
25 | #undef HAVE_ACOSHF128 | |
26 | ||
f38a14ca | 27 | /* Define to 1 if you have the `acoshl' function. */ |
1409cd0b FXC |
28 | #undef HAVE_ACOSHL |
29 | ||
f38a14ca | 30 | /* Define to 1 if you have the `acosl' function. */ |
1409cd0b FXC |
31 | #undef HAVE_ACOSL |
32 | ||
185d7d97 FXC |
33 | /* Define to 1 if you have the `alarm' function. */ |
34 | #undef HAVE_ALARM | |
35 | ||
f38a14ca | 36 | /* Define to 1 if you have the `asin' function. */ |
1409cd0b FXC |
37 | #undef HAVE_ASIN |
38 | ||
f38a14ca | 39 | /* Define to 1 if you have the `asinf' function. */ |
453310d8 RS |
40 | #undef HAVE_ASINF |
41 | ||
133d0d42 JJ |
42 | /* Define to 1 if you have the `asinf128' function. */ |
43 | #undef HAVE_ASINF128 | |
44 | ||
f38a14ca | 45 | /* Define to 1 if you have the `asinh' function. */ |
1409cd0b FXC |
46 | #undef HAVE_ASINH |
47 | ||
f38a14ca | 48 | /* Define to 1 if you have the `asinhf' function. */ |
f02d008e JD |
49 | #undef HAVE_ASINHF |
50 | ||
133d0d42 JJ |
51 | /* Define to 1 if you have the `asinhf128' function. */ |
52 | #undef HAVE_ASINHF128 | |
53 | ||
f38a14ca | 54 | /* Define to 1 if you have the `asinhl' function. */ |
1409cd0b FXC |
55 | #undef HAVE_ASINHL |
56 | ||
f38a14ca | 57 | /* Define to 1 if you have the `asinl' function. */ |
1409cd0b FXC |
58 | #undef HAVE_ASINL |
59 | ||
f38a14ca | 60 | /* Define to 1 if you have the `atan' function. */ |
1409cd0b FXC |
61 | #undef HAVE_ATAN |
62 | ||
f38a14ca | 63 | /* Define to 1 if you have the `atan2' function. */ |
1409cd0b FXC |
64 | #undef HAVE_ATAN2 |
65 | ||
f38a14ca | 66 | /* Define to 1 if you have the `atan2f' function. */ |
453310d8 RS |
67 | #undef HAVE_ATAN2F |
68 | ||
133d0d42 JJ |
69 | /* Define to 1 if you have the `atan2f128' function. */ |
70 | #undef HAVE_ATAN2F128 | |
71 | ||
f38a14ca | 72 | /* Define to 1 if you have the `atan2l' function. */ |
1409cd0b FXC |
73 | #undef HAVE_ATAN2L |
74 | ||
f38a14ca | 75 | /* Define to 1 if you have the `atanf' function. */ |
453310d8 RS |
76 | #undef HAVE_ATANF |
77 | ||
133d0d42 JJ |
78 | /* Define to 1 if you have the `atanf128' function. */ |
79 | #undef HAVE_ATANF128 | |
80 | ||
f38a14ca | 81 | /* Define to 1 if you have the `atanh' function. */ |
1409cd0b FXC |
82 | #undef HAVE_ATANH |
83 | ||
f38a14ca | 84 | /* Define to 1 if you have the `atanhf' function. */ |
f02d008e JD |
85 | #undef HAVE_ATANHF |
86 | ||
133d0d42 JJ |
87 | /* Define to 1 if you have the `atanhf128' function. */ |
88 | #undef HAVE_ATANHF128 | |
89 | ||
f38a14ca | 90 | /* Define to 1 if you have the `atanhl' function. */ |
1409cd0b FXC |
91 | #undef HAVE_ATANHL |
92 | ||
f38a14ca | 93 | /* Define to 1 if you have the `atanl' function. */ |
1409cd0b FXC |
94 | #undef HAVE_ATANL |
95 | ||
0536d5b3 JB |
96 | /* Define to 1 if the target supports __atomic_fetch_add */ |
97 | #undef HAVE_ATOMIC_FETCH_ADD | |
98 | ||
7d7b8bfe RH |
99 | /* Define to 1 if the target supports __attribute__((alias(...))). */ |
100 | #undef HAVE_ATTRIBUTE_ALIAS | |
101 | ||
7d7b8bfe RH |
102 | /* Define to 1 if the target supports __attribute__((visibility(...))). */ |
103 | #undef HAVE_ATTRIBUTE_VISIBILITY | |
104 | ||
31cfd832 TK |
105 | /* Define if AVX instructions can be compiled. */ |
106 | #undef HAVE_AVX | |
107 | ||
1d5cf7fc TK |
108 | /* Define if -mprefer-avx128 is supported. */ |
109 | #undef HAVE_AVX128 | |
110 | ||
31cfd832 TK |
111 | /* Define if AVX2 instructions can be compiled. */ |
112 | #undef HAVE_AVX2 | |
113 | ||
114 | /* Define if AVX512f instructions can be compiled. */ | |
115 | #undef HAVE_AVX512F | |
116 | ||
f38a14ca | 117 | /* Define to 1 if you have the `cabs' function. */ |
1409cd0b FXC |
118 | #undef HAVE_CABS |
119 | ||
f38a14ca | 120 | /* Define to 1 if you have the `cabsf' function. */ |
1409cd0b FXC |
121 | #undef HAVE_CABSF |
122 | ||
133d0d42 JJ |
123 | /* Define to 1 if you have the `cabsf128' function. */ |
124 | #undef HAVE_CABSF128 | |
125 | ||
f38a14ca | 126 | /* Define to 1 if you have the `cabsl' function. */ |
1409cd0b FXC |
127 | #undef HAVE_CABSL |
128 | ||
f38a14ca | 129 | /* Define to 1 if you have the `cacos' function. */ |
db1cf15c IS |
130 | #undef HAVE_CACOS |
131 | ||
f38a14ca | 132 | /* Define to 1 if you have the `cacosf' function. */ |
db1cf15c IS |
133 | #undef HAVE_CACOSF |
134 | ||
133d0d42 JJ |
135 | /* Define to 1 if you have the `cacosf128' function. */ |
136 | #undef HAVE_CACOSF128 | |
137 | ||
f38a14ca | 138 | /* Define to 1 if you have the `cacosh' function. */ |
db1cf15c IS |
139 | #undef HAVE_CACOSH |
140 | ||
f38a14ca | 141 | /* Define to 1 if you have the `cacoshf' function. */ |
db1cf15c IS |
142 | #undef HAVE_CACOSHF |
143 | ||
133d0d42 JJ |
144 | /* Define to 1 if you have the `cacoshf128' function. */ |
145 | #undef HAVE_CACOSHF128 | |
146 | ||
f38a14ca | 147 | /* Define to 1 if you have the `cacoshl' function. */ |
db1cf15c IS |
148 | #undef HAVE_CACOSHL |
149 | ||
f38a14ca | 150 | /* Define to 1 if you have the `cacosl' function. */ |
db1cf15c IS |
151 | #undef HAVE_CACOSL |
152 | ||
f38a14ca | 153 | /* Define to 1 if you have the `carg' function. */ |
1409cd0b FXC |
154 | #undef HAVE_CARG |
155 | ||
f38a14ca | 156 | /* Define to 1 if you have the `cargf' function. */ |
1409cd0b FXC |
157 | #undef HAVE_CARGF |
158 | ||
133d0d42 JJ |
159 | /* Define to 1 if you have the `cargf128' function. */ |
160 | #undef HAVE_CARGF128 | |
161 | ||
f38a14ca | 162 | /* Define to 1 if you have the `cargl' function. */ |
1409cd0b FXC |
163 | #undef HAVE_CARGL |
164 | ||
f38a14ca | 165 | /* Define to 1 if you have the `casin' function. */ |
db1cf15c IS |
166 | #undef HAVE_CASIN |
167 | ||
f38a14ca | 168 | /* Define to 1 if you have the `casinf' function. */ |
db1cf15c IS |
169 | #undef HAVE_CASINF |
170 | ||
133d0d42 JJ |
171 | /* Define to 1 if you have the `casinf128' function. */ |
172 | #undef HAVE_CASINF128 | |
173 | ||
f38a14ca | 174 | /* Define to 1 if you have the `casinh' function. */ |
db1cf15c IS |
175 | #undef HAVE_CASINH |
176 | ||
f38a14ca | 177 | /* Define to 1 if you have the `casinhf' function. */ |
db1cf15c IS |
178 | #undef HAVE_CASINHF |
179 | ||
133d0d42 JJ |
180 | /* Define to 1 if you have the `casinhf128' function. */ |
181 | #undef HAVE_CASINHF128 | |
182 | ||
f38a14ca | 183 | /* Define to 1 if you have the `casinhl' function. */ |
db1cf15c IS |
184 | #undef HAVE_CASINHL |
185 | ||
f38a14ca | 186 | /* Define to 1 if you have the `casinl' function. */ |
db1cf15c IS |
187 | #undef HAVE_CASINL |
188 | ||
f38a14ca | 189 | /* Define to 1 if you have the `catan' function. */ |
db1cf15c IS |
190 | #undef HAVE_CATAN |
191 | ||
f38a14ca | 192 | /* Define to 1 if you have the `catanf' function. */ |
db1cf15c IS |
193 | #undef HAVE_CATANF |
194 | ||
133d0d42 JJ |
195 | /* Define to 1 if you have the `catanf128' function. */ |
196 | #undef HAVE_CATANF128 | |
197 | ||
f38a14ca | 198 | /* Define to 1 if you have the `catanh' function. */ |
db1cf15c IS |
199 | #undef HAVE_CATANH |
200 | ||
f38a14ca | 201 | /* Define to 1 if you have the `catanhf' function. */ |
db1cf15c IS |
202 | #undef HAVE_CATANHF |
203 | ||
133d0d42 JJ |
204 | /* Define to 1 if you have the `catanhf128' function. */ |
205 | #undef HAVE_CATANHF128 | |
206 | ||
f38a14ca | 207 | /* Define to 1 if you have the `catanhl' function. */ |
db1cf15c IS |
208 | #undef HAVE_CATANHL |
209 | ||
f38a14ca | 210 | /* Define to 1 if you have the `catanl' function. */ |
db1cf15c IS |
211 | #undef HAVE_CATANL |
212 | ||
f38a14ca | 213 | /* Define to 1 if you have the `ccos' function. */ |
1409cd0b FXC |
214 | #undef HAVE_CCOS |
215 | ||
f38a14ca | 216 | /* Define to 1 if you have the `ccosf' function. */ |
1409cd0b FXC |
217 | #undef HAVE_CCOSF |
218 | ||
133d0d42 JJ |
219 | /* Define to 1 if you have the `ccosf128' function. */ |
220 | #undef HAVE_CCOSF128 | |
221 | ||
f38a14ca | 222 | /* Define to 1 if you have the `ccosh' function. */ |
1409cd0b FXC |
223 | #undef HAVE_CCOSH |
224 | ||
f38a14ca | 225 | /* Define to 1 if you have the `ccoshf' function. */ |
1409cd0b FXC |
226 | #undef HAVE_CCOSHF |
227 | ||
133d0d42 JJ |
228 | /* Define to 1 if you have the `ccoshf128' function. */ |
229 | #undef HAVE_CCOSHF128 | |
230 | ||
f38a14ca | 231 | /* Define to 1 if you have the `ccoshl' function. */ |
1409cd0b FXC |
232 | #undef HAVE_CCOSHL |
233 | ||
f38a14ca | 234 | /* Define to 1 if you have the `ccosl' function. */ |
1409cd0b FXC |
235 | #undef HAVE_CCOSL |
236 | ||
f38a14ca | 237 | /* Define to 1 if you have the `ceil' function. */ |
1409cd0b FXC |
238 | #undef HAVE_CEIL |
239 | ||
f38a14ca | 240 | /* Define to 1 if you have the `ceilf' function. */ |
453310d8 RS |
241 | #undef HAVE_CEILF |
242 | ||
133d0d42 JJ |
243 | /* Define to 1 if you have the `ceilf128' function. */ |
244 | #undef HAVE_CEILF128 | |
245 | ||
f38a14ca | 246 | /* Define to 1 if you have the `ceill' function. */ |
1409cd0b FXC |
247 | #undef HAVE_CEILL |
248 | ||
f38a14ca | 249 | /* Define to 1 if you have the `cexp' function. */ |
1409cd0b FXC |
250 | #undef HAVE_CEXP |
251 | ||
f38a14ca | 252 | /* Define to 1 if you have the `cexpf' function. */ |
1409cd0b FXC |
253 | #undef HAVE_CEXPF |
254 | ||
133d0d42 JJ |
255 | /* Define to 1 if you have the `cexpf128' function. */ |
256 | #undef HAVE_CEXPF128 | |
257 | ||
f38a14ca | 258 | /* Define to 1 if you have the `cexpl' function. */ |
1409cd0b FXC |
259 | #undef HAVE_CEXPL |
260 | ||
ee4b41af FXC |
261 | /* Define to 1 if you have the `chdir' function. */ |
262 | #undef HAVE_CHDIR | |
263 | ||
1fb2002d FXC |
264 | /* Define to 1 if you have the `chsize' function. */ |
265 | #undef HAVE_CHSIZE | |
266 | ||
b6e7a3d1 JB |
267 | /* Define to 1 if you have the `clock_gettime' function. */ |
268 | #undef HAVE_CLOCK_GETTIME | |
269 | ||
2aadeae2 JB |
270 | /* Define to 1 if you have the `clock_gettime' function in librt. */ |
271 | #undef HAVE_CLOCK_GETTIME_LIBRT | |
272 | ||
1409cd0b FXC |
273 | /* libm includes clog */ |
274 | #undef HAVE_CLOG | |
275 | ||
f38a14ca | 276 | /* Define to 1 if you have the `clog10' function. */ |
1409cd0b FXC |
277 | #undef HAVE_CLOG10 |
278 | ||
f38a14ca | 279 | /* Define to 1 if you have the `clog10f' function. */ |
1409cd0b FXC |
280 | #undef HAVE_CLOG10F |
281 | ||
133d0d42 JJ |
282 | /* Define to 1 if you have the `clog10f128' function. */ |
283 | #undef HAVE_CLOG10F128 | |
284 | ||
f38a14ca | 285 | /* Define to 1 if you have the `clog10l' function. */ |
1409cd0b FXC |
286 | #undef HAVE_CLOG10L |
287 | ||
f38a14ca | 288 | /* Define to 1 if you have the `clogf' function. */ |
1409cd0b FXC |
289 | #undef HAVE_CLOGF |
290 | ||
133d0d42 JJ |
291 | /* Define to 1 if you have the `clogf128' function. */ |
292 | #undef HAVE_CLOGF128 | |
293 | ||
f38a14ca | 294 | /* Define to 1 if you have the `clogl' function. */ |
1409cd0b FXC |
295 | #undef HAVE_CLOGL |
296 | ||
74544378 | 297 | /* Define to 1 if you have the <complex.h> header file. */ |
6de9cd9a DN |
298 | #undef HAVE_COMPLEX_H |
299 | ||
f38a14ca | 300 | /* Define to 1 if you have the `copysign' function. */ |
1409cd0b FXC |
301 | #undef HAVE_COPYSIGN |
302 | ||
f38a14ca | 303 | /* Define to 1 if you have the `copysignf' function. */ |
453310d8 RS |
304 | #undef HAVE_COPYSIGNF |
305 | ||
133d0d42 JJ |
306 | /* Define to 1 if you have the `copysignf128' function. */ |
307 | #undef HAVE_COPYSIGNF128 | |
308 | ||
f38a14ca | 309 | /* Define to 1 if you have the `copysignl' function. */ |
1409cd0b FXC |
310 | #undef HAVE_COPYSIGNL |
311 | ||
f38a14ca | 312 | /* Define to 1 if you have the `cos' function. */ |
1409cd0b FXC |
313 | #undef HAVE_COS |
314 | ||
f38a14ca | 315 | /* Define to 1 if you have the `cosf' function. */ |
453310d8 RS |
316 | #undef HAVE_COSF |
317 | ||
133d0d42 JJ |
318 | /* Define to 1 if you have the `cosf128' function. */ |
319 | #undef HAVE_COSF128 | |
320 | ||
f38a14ca | 321 | /* Define to 1 if you have the `cosh' function. */ |
1409cd0b FXC |
322 | #undef HAVE_COSH |
323 | ||
f38a14ca | 324 | /* Define to 1 if you have the `coshf' function. */ |
453310d8 RS |
325 | #undef HAVE_COSHF |
326 | ||
133d0d42 JJ |
327 | /* Define to 1 if you have the `coshf128' function. */ |
328 | #undef HAVE_COSHF128 | |
329 | ||
f38a14ca | 330 | /* Define to 1 if you have the `coshl' function. */ |
1409cd0b FXC |
331 | #undef HAVE_COSHL |
332 | ||
f38a14ca | 333 | /* Define to 1 if you have the `cosl' function. */ |
1409cd0b FXC |
334 | #undef HAVE_COSL |
335 | ||
f38a14ca | 336 | /* Define to 1 if you have the `cpow' function. */ |
1409cd0b FXC |
337 | #undef HAVE_CPOW |
338 | ||
f38a14ca | 339 | /* Define to 1 if you have the `cpowf' function. */ |
1409cd0b FXC |
340 | #undef HAVE_CPOWF |
341 | ||
133d0d42 JJ |
342 | /* Define to 1 if you have the `cpowf128' function. */ |
343 | #undef HAVE_CPOWF128 | |
344 | ||
f38a14ca | 345 | /* Define to 1 if you have the `cpowl' function. */ |
1409cd0b FXC |
346 | #undef HAVE_CPOWL |
347 | ||
3c127520 FXC |
348 | /* Define if CRLF is line terminator. */ |
349 | #undef HAVE_CRLF | |
350 | ||
f38a14ca | 351 | /* Define to 1 if you have the `csin' function. */ |
1409cd0b FXC |
352 | #undef HAVE_CSIN |
353 | ||
f38a14ca | 354 | /* Define to 1 if you have the `csinf' function. */ |
1409cd0b FXC |
355 | #undef HAVE_CSINF |
356 | ||
133d0d42 JJ |
357 | /* Define to 1 if you have the `csinf128' function. */ |
358 | #undef HAVE_CSINF128 | |
359 | ||
f38a14ca | 360 | /* Define to 1 if you have the `csinh' function. */ |
1409cd0b FXC |
361 | #undef HAVE_CSINH |
362 | ||
f38a14ca | 363 | /* Define to 1 if you have the `csinhf' function. */ |
1409cd0b FXC |
364 | #undef HAVE_CSINHF |
365 | ||
133d0d42 JJ |
366 | /* Define to 1 if you have the `csinhf128' function. */ |
367 | #undef HAVE_CSINHF128 | |
368 | ||
f38a14ca | 369 | /* Define to 1 if you have the `csinhl' function. */ |
1409cd0b FXC |
370 | #undef HAVE_CSINHL |
371 | ||
f38a14ca | 372 | /* Define to 1 if you have the `csinl' function. */ |
1409cd0b FXC |
373 | #undef HAVE_CSINL |
374 | ||
f38a14ca | 375 | /* Define to 1 if you have the `csqrt' function. */ |
1409cd0b FXC |
376 | #undef HAVE_CSQRT |
377 | ||
f38a14ca | 378 | /* Define to 1 if you have the `csqrtf' function. */ |
1409cd0b FXC |
379 | #undef HAVE_CSQRTF |
380 | ||
133d0d42 JJ |
381 | /* Define to 1 if you have the `csqrtf128' function. */ |
382 | #undef HAVE_CSQRTF128 | |
383 | ||
f38a14ca | 384 | /* Define to 1 if you have the `csqrtl' function. */ |
1409cd0b FXC |
385 | #undef HAVE_CSQRTL |
386 | ||
f38a14ca | 387 | /* Define to 1 if you have the `ctan' function. */ |
1409cd0b FXC |
388 | #undef HAVE_CTAN |
389 | ||
f38a14ca | 390 | /* Define to 1 if you have the `ctanf' function. */ |
1409cd0b FXC |
391 | #undef HAVE_CTANF |
392 | ||
133d0d42 JJ |
393 | /* Define to 1 if you have the `ctanf128' function. */ |
394 | #undef HAVE_CTANF128 | |
395 | ||
f38a14ca | 396 | /* Define to 1 if you have the `ctanh' function. */ |
1409cd0b FXC |
397 | #undef HAVE_CTANH |
398 | ||
f38a14ca | 399 | /* Define to 1 if you have the `ctanhf' function. */ |
1409cd0b FXC |
400 | #undef HAVE_CTANHF |
401 | ||
133d0d42 JJ |
402 | /* Define to 1 if you have the `ctanhf128' function. */ |
403 | #undef HAVE_CTANHF128 | |
404 | ||
f38a14ca | 405 | /* Define to 1 if you have the `ctanhl' function. */ |
1409cd0b FXC |
406 | #undef HAVE_CTANHL |
407 | ||
f38a14ca | 408 | /* Define to 1 if you have the `ctanl' function. */ |
1409cd0b FXC |
409 | #undef HAVE_CTANL |
410 | ||
d8163f5c TK |
411 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
412 | #undef HAVE_DLFCN_H | |
413 | ||
2515e5a7 FXC |
414 | /* Define to 1 if you have the `dup' function. */ |
415 | #undef HAVE_DUP | |
416 | ||
f38a14ca | 417 | /* Define to 1 if you have the `erf' function. */ |
e8525382 SK |
418 | #undef HAVE_ERF |
419 | ||
f38a14ca | 420 | /* Define to 1 if you have the `erfc' function. */ |
e8525382 SK |
421 | #undef HAVE_ERFC |
422 | ||
f38a14ca | 423 | /* Define to 1 if you have the `erfcf' function. */ |
e8525382 SK |
424 | #undef HAVE_ERFCF |
425 | ||
133d0d42 JJ |
426 | /* Define to 1 if you have the `erfcf128' function. */ |
427 | #undef HAVE_ERFCF128 | |
428 | ||
f38a14ca | 429 | /* Define to 1 if you have the `erfcl' function. */ |
1409cd0b FXC |
430 | #undef HAVE_ERFCL |
431 | ||
f38a14ca | 432 | /* Define to 1 if you have the `erff' function. */ |
e8525382 SK |
433 | #undef HAVE_ERFF |
434 | ||
133d0d42 JJ |
435 | /* Define to 1 if you have the `erff128' function. */ |
436 | #undef HAVE_ERFF128 | |
437 | ||
f38a14ca | 438 | /* Define to 1 if you have the `exp' function. */ |
1409cd0b FXC |
439 | #undef HAVE_EXP |
440 | ||
f38a14ca | 441 | /* Define to 1 if you have the `expf' function. */ |
453310d8 RS |
442 | #undef HAVE_EXPF |
443 | ||
133d0d42 JJ |
444 | /* Define to 1 if you have the `expf128' function. */ |
445 | #undef HAVE_EXPF128 | |
446 | ||
f38a14ca | 447 | /* Define to 1 if you have the `expl' function. */ |
1409cd0b FXC |
448 | #undef HAVE_EXPL |
449 | ||
f38a14ca | 450 | /* Define to 1 if you have the `fabs' function. */ |
1409cd0b FXC |
451 | #undef HAVE_FABS |
452 | ||
f38a14ca | 453 | /* Define to 1 if you have the `fabsf' function. */ |
6e4d9244 EB |
454 | #undef HAVE_FABSF |
455 | ||
133d0d42 JJ |
456 | /* Define to 1 if you have the `fabsf128' function. */ |
457 | #undef HAVE_FABSF128 | |
458 | ||
f38a14ca | 459 | /* Define to 1 if you have the `fabsl' function. */ |
1409cd0b FXC |
460 | #undef HAVE_FABSL |
461 | ||
b5b58343 UW |
462 | /* Define to 1 if you have the `fcntl' function. */ |
463 | #undef HAVE_FCNTL | |
464 | ||
944b8b35 FXC |
465 | /* libm includes feenableexcept */ |
466 | #undef HAVE_FEENABLEEXCEPT | |
467 | ||
468 | /* Define to 1 if you have the <fenv.h> header file. */ | |
469 | #undef HAVE_FENV_H | |
470 | ||
c022c0de | 471 | /* Define if target has usable _Float128 and __float128 types. */ |
1ec601bf FXC |
472 | #undef HAVE_FLOAT128 |
473 | ||
3b14f664 FXC |
474 | /* Define to 1 if you have the <floatingpoint.h> header file. */ |
475 | #undef HAVE_FLOATINGPOINT_H | |
476 | ||
f38a14ca | 477 | /* Define to 1 if you have the `floor' function. */ |
1409cd0b FXC |
478 | #undef HAVE_FLOOR |
479 | ||
f38a14ca | 480 | /* Define to 1 if you have the `floorf' function. */ |
453310d8 RS |
481 | #undef HAVE_FLOORF |
482 | ||
133d0d42 JJ |
483 | /* Define to 1 if you have the `floorf128' function. */ |
484 | #undef HAVE_FLOORF128 | |
485 | ||
f38a14ca | 486 | /* Define to 1 if you have the `floorl' function. */ |
1409cd0b FXC |
487 | #undef HAVE_FLOORL |
488 | ||
1868599f JJ |
489 | /* Define to 1 if you have the `fma' function. */ |
490 | #undef HAVE_FMA | |
491 | ||
1d5cf7fc TK |
492 | /* Define if FMA3 instructions can be compiled. */ |
493 | #undef HAVE_FMA3 | |
494 | ||
495 | /* Define if FMA4 instructions can be compiled. */ | |
496 | #undef HAVE_FMA4 | |
497 | ||
1868599f JJ |
498 | /* Define to 1 if you have the `fmaf' function. */ |
499 | #undef HAVE_FMAF | |
500 | ||
133d0d42 JJ |
501 | /* Define to 1 if you have the `fmaf128' function. */ |
502 | #undef HAVE_FMAF128 | |
503 | ||
1868599f JJ |
504 | /* Define to 1 if you have the `fmal' function. */ |
505 | #undef HAVE_FMAL | |
506 | ||
f38a14ca | 507 | /* Define to 1 if you have the `fmod' function. */ |
eb647f7d FXC |
508 | #undef HAVE_FMOD |
509 | ||
f38a14ca | 510 | /* Define to 1 if you have the `fmodf' function. */ |
eb647f7d FXC |
511 | #undef HAVE_FMODF |
512 | ||
133d0d42 JJ |
513 | /* Define to 1 if you have the `fmodf128' function. */ |
514 | #undef HAVE_FMODF128 | |
515 | ||
f38a14ca | 516 | /* Define to 1 if you have the `fmodl' function. */ |
eb647f7d FXC |
517 | #undef HAVE_FMODL |
518 | ||
a119fc1c FXC |
519 | /* Define to 1 if you have the `fork' function. */ |
520 | #undef HAVE_FORK | |
521 | ||
de51fc1b RO |
522 | /* fpresetsticky is present */ |
523 | #undef HAVE_FPRESETSTICKY | |
524 | ||
3b14f664 FXC |
525 | /* Define if you have fpsetmask. */ |
526 | #undef HAVE_FPSETMASK | |
527 | ||
de51fc1b RO |
528 | /* fpsetsticky is present */ |
529 | #undef HAVE_FPSETSTICKY | |
530 | ||
3b14f664 FXC |
531 | /* Define to 1 if you have the <fptrap.h> header file. */ |
532 | #undef HAVE_FPTRAP_H | |
533 | ||
fa86f4f9 TB |
534 | /* Define to 1 if you have the <fpxcp.h> header file. */ |
535 | #undef HAVE_FPXCP_H | |
536 | ||
3b14f664 FXC |
537 | /* fp_enable is present */ |
538 | #undef HAVE_FP_ENABLE | |
539 | ||
7ae346c3 TB |
540 | /* Define to 1 if the system has the type `fp_except'. */ |
541 | #undef HAVE_FP_EXCEPT | |
542 | ||
543 | /* Define to 1 if the system has the type `fp_except_t'. */ | |
544 | #undef HAVE_FP_EXCEPT_T | |
545 | ||
82a4f54c TB |
546 | /* Define to 1 if the system has the type `fp_rnd'. */ |
547 | #undef HAVE_FP_RND | |
548 | ||
549 | /* Define to 1 if the system has the type `fp_rnd_t'. */ | |
550 | #undef HAVE_FP_RND_T | |
551 | ||
3b14f664 FXC |
552 | /* fp_trap is present */ |
553 | #undef HAVE_FP_TRAP | |
554 | ||
9cbecd06 JB |
555 | /* Define to 1 if you have the `freelocale' function. */ |
556 | #undef HAVE_FREELOCALE | |
557 | ||
f38a14ca | 558 | /* Define to 1 if you have the `frexp' function. */ |
1409cd0b FXC |
559 | #undef HAVE_FREXP |
560 | ||
f38a14ca | 561 | /* Define to 1 if you have the `frexpf' function. */ |
453310d8 RS |
562 | #undef HAVE_FREXPF |
563 | ||
133d0d42 JJ |
564 | /* Define to 1 if you have the `frexpf128' function. */ |
565 | #undef HAVE_FREXPF128 | |
566 | ||
f38a14ca | 567 | /* Define to 1 if you have the `frexpl' function. */ |
1409cd0b FXC |
568 | #undef HAVE_FREXPL |
569 | ||
29e86cb0 FXC |
570 | /* Define to 1 if you have the `fstat' function. */ |
571 | #undef HAVE_FSTAT | |
572 | ||
1fb2002d FXC |
573 | /* Define to 1 if you have the `ftruncate' function. */ |
574 | #undef HAVE_FTRUNCATE | |
575 | ||
2515e5a7 FXC |
576 | /* Define to 1 if you have the `getcwd' function. */ |
577 | #undef HAVE_GETCWD | |
578 | ||
68ee9c08 JB |
579 | /* Define to 1 if you have the `getegid' function. */ |
580 | #undef HAVE_GETEGID | |
581 | ||
d66d6d15 JB |
582 | /* Define to 1 if you have the `getentropy' function. */ |
583 | #undef HAVE_GETENTROPY | |
584 | ||
74544378 | 585 | /* Define to 1 if you have the `geteuid' function. */ |
6422c112 FXC |
586 | #undef HAVE_GETEUID |
587 | ||
74544378 | 588 | /* Define to 1 if you have the `getgid' function. */ |
4c0c6b9f SK |
589 | #undef HAVE_GETGID |
590 | ||
ee4b41af FXC |
591 | /* Define to 1 if you have the `gethostname' function. */ |
592 | #undef HAVE_GETHOSTNAME | |
593 | ||
594 | /* Define to 1 if you have the `getlogin' function. */ | |
595 | #undef HAVE_GETLOGIN | |
596 | ||
74544378 | 597 | /* Define to 1 if you have the `getpid' function. */ |
4c0c6b9f SK |
598 | #undef HAVE_GETPID |
599 | ||
6422c112 FXC |
600 | /* Define to 1 if you have the `getpwuid' function. */ |
601 | #undef HAVE_GETPWUID | |
602 | ||
15fb94ae JB |
603 | /* Define to 1 if you have the `getpwuid_r' function. */ |
604 | #undef HAVE_GETPWUID_R | |
605 | ||
6de9cd9a DN |
606 | /* Define to 1 if you have the `getrusage' function. */ |
607 | #undef HAVE_GETRUSAGE | |
608 | ||
7f483eec FXC |
609 | /* Define to 1 if you have the `gettimeofday' function. */ |
610 | #undef HAVE_GETTIMEOFDAY | |
611 | ||
74544378 | 612 | /* Define to 1 if you have the `getuid' function. */ |
4c0c6b9f SK |
613 | #undef HAVE_GETUID |
614 | ||
2017c370 JB |
615 | /* Define to 1 if you have the `gmtime_r' function. */ |
616 | #undef HAVE_GMTIME_R | |
617 | ||
f38a14ca | 618 | /* Define to 1 if you have the `hypot' function. */ |
1409cd0b FXC |
619 | #undef HAVE_HYPOT |
620 | ||
f38a14ca | 621 | /* Define to 1 if you have the `hypotf' function. */ |
453310d8 RS |
622 | #undef HAVE_HYPOTF |
623 | ||
133d0d42 JJ |
624 | /* Define to 1 if you have the `hypotf128' function. */ |
625 | #undef HAVE_HYPOTF128 | |
626 | ||
f38a14ca | 627 | /* Define to 1 if you have the `hypotl' function. */ |
1409cd0b FXC |
628 | #undef HAVE_HYPOTL |
629 | ||
6e4d9244 EB |
630 | /* Define to 1 if you have the <ieeefp.h> header file. */ |
631 | #undef HAVE_IEEEFP_H | |
632 | ||
1868599f JJ |
633 | /* Define to 1 if `__builtin_copysign' is expanded inline. */ |
634 | #undef HAVE_INLINE_BUILTIN_COPYSIGN | |
635 | ||
636 | /* Define to 1 if `__builtin_copysignl' is expanded inline. */ | |
637 | #undef HAVE_INLINE_BUILTIN_COPYSIGNL | |
638 | ||
639 | /* Define to 1 if `__builtin_fabs' is expanded inline. */ | |
640 | #undef HAVE_INLINE_BUILTIN_FABS | |
641 | ||
642 | /* Define to 1 if `__builtin_fabsl' is expanded inline. */ | |
643 | #undef HAVE_INLINE_BUILTIN_FABSL | |
644 | ||
28f8c9e9 FXC |
645 | /* Define to 1 if the system has the type `intptr_t'. */ |
646 | #undef HAVE_INTPTR_T | |
647 | ||
6de9cd9a DN |
648 | /* Define to 1 if you have the <inttypes.h> header file. */ |
649 | #undef HAVE_INTTYPES_H | |
650 | ||
f38a14ca | 651 | /* Define to 1 if you have the `j0' function. */ |
e8525382 SK |
652 | #undef HAVE_J0 |
653 | ||
f38a14ca | 654 | /* Define to 1 if you have the `j0f' function. */ |
e8525382 SK |
655 | #undef HAVE_J0F |
656 | ||
133d0d42 JJ |
657 | /* Define to 1 if you have the `j0f128' function. */ |
658 | #undef HAVE_J0F128 | |
659 | ||
f38a14ca | 660 | /* Define to 1 if you have the `j1' function. */ |
e8525382 SK |
661 | #undef HAVE_J1 |
662 | ||
f38a14ca | 663 | /* Define to 1 if you have the `j1f' function. */ |
e8525382 SK |
664 | #undef HAVE_J1F |
665 | ||
133d0d42 JJ |
666 | /* Define to 1 if you have the `j1f128' function. */ |
667 | #undef HAVE_J1F128 | |
668 | ||
f38a14ca | 669 | /* Define to 1 if you have the `jn' function. */ |
e8525382 SK |
670 | #undef HAVE_JN |
671 | ||
f38a14ca | 672 | /* Define to 1 if you have the `jnf' function. */ |
e8525382 SK |
673 | #undef HAVE_JNF |
674 | ||
133d0d42 JJ |
675 | /* Define to 1 if you have the `jnf128' function. */ |
676 | #undef HAVE_JNF128 | |
677 | ||
f38a14ca | 678 | /* Define to 1 if you have the `jnl' function. */ |
1409cd0b FXC |
679 | #undef HAVE_JNL |
680 | ||
ee4b41af FXC |
681 | /* Define to 1 if you have the `kill' function. */ |
682 | #undef HAVE_KILL | |
683 | ||
f38a14ca | 684 | /* Define to 1 if you have the `ldexp' function. */ |
cc6d3bde SK |
685 | #undef HAVE_LDEXP |
686 | ||
f38a14ca | 687 | /* Define to 1 if you have the `ldexpf' function. */ |
cc6d3bde SK |
688 | #undef HAVE_LDEXPF |
689 | ||
133d0d42 JJ |
690 | /* Define to 1 if you have the `ldexpf128' function. */ |
691 | #undef HAVE_LDEXPF128 | |
692 | ||
f38a14ca | 693 | /* Define to 1 if you have the `ldexpl' function. */ |
cc6d3bde SK |
694 | #undef HAVE_LDEXPL |
695 | ||
f38a14ca | 696 | /* Define to 1 if you have the `lgamma' function. */ |
fb0a0e15 FXC |
697 | #undef HAVE_LGAMMA |
698 | ||
f38a14ca | 699 | /* Define to 1 if you have the `lgammaf' function. */ |
fb0a0e15 FXC |
700 | #undef HAVE_LGAMMAF |
701 | ||
133d0d42 JJ |
702 | /* Define to 1 if you have the `lgammaf128' function. */ |
703 | #undef HAVE_LGAMMAF128 | |
704 | ||
f1cdfa01 TG |
705 | /* Define to 1 if you have the `m' library (-lm). */ |
706 | #undef HAVE_LIBM | |
707 | ||
ee4b41af FXC |
708 | /* Define to 1 if you have the `link' function. */ |
709 | #undef HAVE_LINK | |
710 | ||
f38a14ca | 711 | /* Define to 1 if you have the `llround' function. */ |
94f548c2 FXC |
712 | #undef HAVE_LLROUND |
713 | ||
f38a14ca | 714 | /* Define to 1 if you have the `llroundf' function. */ |
94f548c2 FXC |
715 | #undef HAVE_LLROUNDF |
716 | ||
133d0d42 JJ |
717 | /* Define to 1 if you have the `llroundf128' function. */ |
718 | #undef HAVE_LLROUNDF128 | |
719 | ||
f38a14ca | 720 | /* Define to 1 if you have the `llroundl' function. */ |
94f548c2 FXC |
721 | #undef HAVE_LLROUNDL |
722 | ||
2017c370 JB |
723 | /* Define to 1 if you have the `localtime_r' function. */ |
724 | #undef HAVE_LOCALTIME_R | |
725 | ||
f38a14ca | 726 | /* Define to 1 if you have the `log' function. */ |
1409cd0b FXC |
727 | #undef HAVE_LOG |
728 | ||
f38a14ca | 729 | /* Define to 1 if you have the `log10' function. */ |
1409cd0b FXC |
730 | #undef HAVE_LOG10 |
731 | ||
f38a14ca | 732 | /* Define to 1 if you have the `log10f' function. */ |
453310d8 RS |
733 | #undef HAVE_LOG10F |
734 | ||
133d0d42 JJ |
735 | /* Define to 1 if you have the `log10f128' function. */ |
736 | #undef HAVE_LOG10F128 | |
737 | ||
f38a14ca | 738 | /* Define to 1 if you have the `log10l' function. */ |
32aa3bff FXC |
739 | #undef HAVE_LOG10L |
740 | ||
f38a14ca | 741 | /* Define to 1 if you have the `logf' function. */ |
453310d8 RS |
742 | #undef HAVE_LOGF |
743 | ||
133d0d42 JJ |
744 | /* Define to 1 if you have the `logf128' function. */ |
745 | #undef HAVE_LOGF128 | |
746 | ||
f38a14ca | 747 | /* Define to 1 if you have the `logl' function. */ |
1409cd0b FXC |
748 | #undef HAVE_LOGL |
749 | ||
f38a14ca | 750 | /* Define to 1 if you have the `lround' function. */ |
94f548c2 FXC |
751 | #undef HAVE_LROUND |
752 | ||
f38a14ca | 753 | /* Define to 1 if you have the `lroundf' function. */ |
94f548c2 FXC |
754 | #undef HAVE_LROUNDF |
755 | ||
133d0d42 JJ |
756 | /* Define to 1 if you have the `lroundf128' function. */ |
757 | #undef HAVE_LROUNDF128 | |
758 | ||
f38a14ca | 759 | /* Define to 1 if you have the `lroundl' function. */ |
94f548c2 FXC |
760 | #undef HAVE_LROUNDL |
761 | ||
29e86cb0 FXC |
762 | /* Define to 1 if you have the `lstat' function. */ |
763 | #undef HAVE_LSTAT | |
764 | ||
f1cdfa01 TG |
765 | /* Define to 1 if you have the <math.h> header file. */ |
766 | #undef HAVE_MATH_H | |
767 | ||
6de9cd9a DN |
768 | /* Define to 1 if you have the <memory.h> header file. */ |
769 | #undef HAVE_MEMORY_H | |
770 | ||
db8092dc FXC |
771 | /* Define if you have __mingw_snprintf. */ |
772 | #undef HAVE_MINGW_SNPRINTF | |
773 | ||
c20fdb91 JB |
774 | /* Define to 1 if you have the `mkostemp' function. */ |
775 | #undef HAVE_MKOSTEMP | |
776 | ||
41724e6a AL |
777 | /* Define to 1 if you have the `mkstemp' function. */ |
778 | #undef HAVE_MKSTEMP | |
779 | ||
9cbecd06 JB |
780 | /* Define to 1 if you have the `newlocale' function. */ |
781 | #undef HAVE_NEWLOCALE | |
782 | ||
f38a14ca | 783 | /* Define to 1 if you have the `nextafter' function. */ |
a9e7b9d3 PB |
784 | #undef HAVE_NEXTAFTER |
785 | ||
f38a14ca | 786 | /* Define to 1 if you have the `nextafterf' function. */ |
a9e7b9d3 PB |
787 | #undef HAVE_NEXTAFTERF |
788 | ||
133d0d42 JJ |
789 | /* Define to 1 if you have the `nextafterf128' function. */ |
790 | #undef HAVE_NEXTAFTERF128 | |
791 | ||
f38a14ca | 792 | /* Define to 1 if you have the `nextafterl' function. */ |
1409cd0b FXC |
793 | #undef HAVE_NEXTAFTERL |
794 | ||
23e6d4a5 JB |
795 | /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */ |
796 | #undef HAVE_POSIX_GETPWUID_R | |
797 | ||
f8886038 JB |
798 | /* Define to 1 if you have the `posix_spawn' function. */ |
799 | #undef HAVE_POSIX_SPAWN | |
800 | ||
f38a14ca | 801 | /* Define to 1 if you have the `pow' function. */ |
1409cd0b FXC |
802 | #undef HAVE_POW |
803 | ||
f38a14ca | 804 | /* Define to 1 if you have the `powf' function. */ |
41724e6a | 805 | #undef HAVE_POWF |
bf4d99cf | 806 | |
133d0d42 JJ |
807 | /* Define to 1 if you have the `powf128' function. */ |
808 | #undef HAVE_POWF128 | |
809 | ||
44720bef JB |
810 | /* Define to 1 if the system has the type `ptrdiff_t'. */ |
811 | #undef HAVE_PTRDIFF_T | |
812 | ||
6422c112 FXC |
813 | /* Define to 1 if you have the <pwd.h> header file. */ |
814 | #undef HAVE_PWD_H | |
815 | ||
a8fea8cd TK |
816 | /* Define to 1 if you have REAL(KIND=17) */ |
817 | #undef HAVE_REAL_17 | |
818 | ||
f38a14ca | 819 | /* Define to 1 if you have the `round' function. */ |
a2a2059f BD |
820 | #undef HAVE_ROUND |
821 | ||
f38a14ca | 822 | /* Define to 1 if you have the `roundf' function. */ |
a2a2059f BD |
823 | #undef HAVE_ROUNDF |
824 | ||
133d0d42 JJ |
825 | /* Define to 1 if you have the `roundf128' function. */ |
826 | #undef HAVE_ROUNDF128 | |
827 | ||
f38a14ca | 828 | /* Define to 1 if you have the `roundl' function. */ |
1409cd0b FXC |
829 | #undef HAVE_ROUNDL |
830 | ||
f38a14ca | 831 | /* Define to 1 if you have the `scalbn' function. */ |
ae973d6a FXC |
832 | #undef HAVE_SCALBN |
833 | ||
f38a14ca | 834 | /* Define to 1 if you have the `scalbnf' function. */ |
453310d8 RS |
835 | #undef HAVE_SCALBNF |
836 | ||
133d0d42 JJ |
837 | /* Define to 1 if you have the `scalbnf128' function. */ |
838 | #undef HAVE_SCALBNF128 | |
839 | ||
f38a14ca | 840 | /* Define to 1 if you have the `scalbnl' function. */ |
1409cd0b FXC |
841 | #undef HAVE_SCALBNL |
842 | ||
227e441f JB |
843 | /* Define to 1 if you have the `secure_getenv' function. */ |
844 | #undef HAVE_SECURE_GETENV | |
845 | ||
6a7c793f DS |
846 | /* Define to 1 if you have the `setmode' function. */ |
847 | #undef HAVE_SETMODE | |
848 | ||
ef536b41 JB |
849 | /* Define to 1 if you have the `sigaction' function. */ |
850 | #undef HAVE_SIGACTION | |
851 | ||
f38a14ca | 852 | /* Define to 1 if you have the `sin' function. */ |
1409cd0b FXC |
853 | #undef HAVE_SIN |
854 | ||
f38a14ca | 855 | /* Define to 1 if you have the `sinf' function. */ |
453310d8 RS |
856 | #undef HAVE_SINF |
857 | ||
133d0d42 JJ |
858 | /* Define to 1 if you have the `sinf128' function. */ |
859 | #undef HAVE_SINF128 | |
860 | ||
f38a14ca | 861 | /* Define to 1 if you have the `sinh' function. */ |
1409cd0b FXC |
862 | #undef HAVE_SINH |
863 | ||
f38a14ca | 864 | /* Define to 1 if you have the `sinhf' function. */ |
453310d8 RS |
865 | #undef HAVE_SINHF |
866 | ||
133d0d42 JJ |
867 | /* Define to 1 if you have the `sinhf128' function. */ |
868 | #undef HAVE_SINHF128 | |
869 | ||
f38a14ca | 870 | /* Define to 1 if you have the `sinhl' function. */ |
1409cd0b FXC |
871 | #undef HAVE_SINHL |
872 | ||
f38a14ca | 873 | /* Define to 1 if you have the `sinl' function. */ |
1409cd0b FXC |
874 | #undef HAVE_SINL |
875 | ||
ee4b41af FXC |
876 | /* Define to 1 if you have the `sleep' function. */ |
877 | #undef HAVE_SLEEP | |
878 | ||
3969c39f EB |
879 | /* Define to 1 if you have the `snprintf' function. */ |
880 | #undef HAVE_SNPRINTF | |
881 | ||
f38a14ca | 882 | /* Define to 1 if you have the `sqrt' function. */ |
1409cd0b FXC |
883 | #undef HAVE_SQRT |
884 | ||
f38a14ca | 885 | /* Define to 1 if you have the `sqrtf' function. */ |
453310d8 RS |
886 | #undef HAVE_SQRTF |
887 | ||
133d0d42 JJ |
888 | /* Define to 1 if you have the `sqrtf128' function. */ |
889 | #undef HAVE_SQRTF128 | |
890 | ||
f38a14ca | 891 | /* Define to 1 if you have the `sqrtl' function. */ |
1409cd0b FXC |
892 | #undef HAVE_SQRTL |
893 | ||
29e86cb0 FXC |
894 | /* Define to 1 if you have the `stat' function. */ |
895 | #undef HAVE_STAT | |
896 | ||
6de9cd9a DN |
897 | /* Define to 1 if you have the <stdint.h> header file. */ |
898 | #undef HAVE_STDINT_H | |
899 | ||
6de9cd9a DN |
900 | /* Define to 1 if you have the <stdlib.h> header file. */ |
901 | #undef HAVE_STDLIB_H | |
902 | ||
9cbecd06 JB |
903 | /* Define to 1 if you have the `strerror_l' function. */ |
904 | #undef HAVE_STRERROR_L | |
905 | ||
4179e59a | 906 | /* Define if strerror_r is available in <string.h>. */ |
723553bd JB |
907 | #undef HAVE_STRERROR_R |
908 | ||
4179e59a TB |
909 | /* Define if strerror_r takes two arguments and is available in <string.h>. */ |
910 | #undef HAVE_STRERROR_R_2ARGS | |
911 | ||
133d0d42 JJ |
912 | /* Define to 1 if you have the `strfromf128' function. */ |
913 | #undef HAVE_STRFROMF128 | |
914 | ||
6de9cd9a DN |
915 | /* Define to 1 if you have the <strings.h> header file. */ |
916 | #undef HAVE_STRINGS_H | |
917 | ||
918 | /* Define to 1 if you have the <string.h> header file. */ | |
919 | #undef HAVE_STRING_H | |
920 | ||
4269f19c JB |
921 | /* Define to 1 if you have the `strndup' function. */ |
922 | #undef HAVE_STRNDUP | |
923 | ||
924 | /* Define to 1 if you have the `strnlen' function. */ | |
925 | #undef HAVE_STRNLEN | |
926 | ||
2cbcdeba PB |
927 | /* Define to 1 if you have the `strtof' function. */ |
928 | #undef HAVE_STRTOF | |
929 | ||
133d0d42 JJ |
930 | /* Define to 1 if you have the `strtof128' function. */ |
931 | #undef HAVE_STRTOF128 | |
932 | ||
32aa3bff FXC |
933 | /* Define to 1 if you have the `strtold' function. */ |
934 | #undef HAVE_STRTOLD | |
935 | ||
22e05272 | 936 | /* Define to 1 if `st_blksize' is a member of `struct stat'. */ |
df65f093 SK |
937 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE |
938 | ||
22e05272 | 939 | /* Define to 1 if `st_blocks' is a member of `struct stat'. */ |
df65f093 SK |
940 | #undef HAVE_STRUCT_STAT_ST_BLOCKS |
941 | ||
22e05272 | 942 | /* Define to 1 if `st_rdev' is a member of `struct stat'. */ |
df65f093 SK |
943 | #undef HAVE_STRUCT_STAT_ST_RDEV |
944 | ||
ee4b41af FXC |
945 | /* Define to 1 if you have the `symlink' function. */ |
946 | #undef HAVE_SYMLINK | |
947 | ||
864c28e1 RO |
948 | /* Define to 1 if you have the <sys/random.h> header file. */ |
949 | #undef HAVE_SYS_RANDOM_H | |
950 | ||
6de9cd9a DN |
951 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
952 | #undef HAVE_SYS_RESOURCE_H | |
953 | ||
954 | /* Define to 1 if you have the <sys/stat.h> header file. */ | |
955 | #undef HAVE_SYS_STAT_H | |
956 | ||
957 | /* Define to 1 if you have the <sys/times.h> header file. */ | |
958 | #undef HAVE_SYS_TIMES_H | |
959 | ||
960 | /* Define to 1 if you have the <sys/time.h> header file. */ | |
961 | #undef HAVE_SYS_TIME_H | |
962 | ||
963 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
964 | #undef HAVE_SYS_TYPES_H | |
965 | ||
edaaef60 JB |
966 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
967 | #undef HAVE_SYS_UIO_H | |
968 | ||
a119fc1c FXC |
969 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
970 | #undef HAVE_SYS_WAIT_H | |
971 | ||
f38a14ca | 972 | /* Define to 1 if you have the `tan' function. */ |
1409cd0b FXC |
973 | #undef HAVE_TAN |
974 | ||
f38a14ca | 975 | /* Define to 1 if you have the `tanf' function. */ |
453310d8 RS |
976 | #undef HAVE_TANF |
977 | ||
133d0d42 JJ |
978 | /* Define to 1 if you have the `tanf128' function. */ |
979 | #undef HAVE_TANF128 | |
980 | ||
f38a14ca | 981 | /* Define to 1 if you have the `tanh' function. */ |
1409cd0b FXC |
982 | #undef HAVE_TANH |
983 | ||
f38a14ca | 984 | /* Define to 1 if you have the `tanhf' function. */ |
453310d8 RS |
985 | #undef HAVE_TANHF |
986 | ||
133d0d42 JJ |
987 | /* Define to 1 if you have the `tanhf128' function. */ |
988 | #undef HAVE_TANHF128 | |
989 | ||
f38a14ca | 990 | /* Define to 1 if you have the `tanhl' function. */ |
1409cd0b FXC |
991 | #undef HAVE_TANHL |
992 | ||
f38a14ca | 993 | /* Define to 1 if you have the `tanl' function. */ |
1409cd0b FXC |
994 | #undef HAVE_TANL |
995 | ||
f38a14ca | 996 | /* Define to 1 if you have the `tgamma' function. */ |
fb0a0e15 FXC |
997 | #undef HAVE_TGAMMA |
998 | ||
f38a14ca | 999 | /* Define to 1 if you have the `tgammaf' function. */ |
fb0a0e15 FXC |
1000 | #undef HAVE_TGAMMAF |
1001 | ||
133d0d42 JJ |
1002 | /* Define to 1 if you have the `tgammaf128' function. */ |
1003 | #undef HAVE_TGAMMAF128 | |
1004 | ||
6de9cd9a DN |
1005 | /* Define to 1 if you have the `times' function. */ |
1006 | #undef HAVE_TIMES | |
1007 | ||
f38a14ca | 1008 | /* Define to 1 if you have the `trunc' function. */ |
69a2d125 EB |
1009 | #undef HAVE_TRUNC |
1010 | ||
f38a14ca | 1011 | /* Define to 1 if you have the `truncf' function. */ |
69a2d125 EB |
1012 | #undef HAVE_TRUNCF |
1013 | ||
133d0d42 JJ |
1014 | /* Define to 1 if you have the `truncf128' function. */ |
1015 | #undef HAVE_TRUNCF128 | |
1016 | ||
f38a14ca | 1017 | /* Define to 1 if you have the `truncl' function. */ |
1409cd0b FXC |
1018 | #undef HAVE_TRUNCL |
1019 | ||
8845001b FXC |
1020 | /* Define to 1 if you have the `ttyname' function. */ |
1021 | #undef HAVE_TTYNAME | |
1022 | ||
6a0f6e77 JB |
1023 | /* Define to 1 if you have the `ttyname_r' function. */ |
1024 | #undef HAVE_TTYNAME_R | |
1025 | ||
c7d0f4d5 TK |
1026 | /* Define to 1 if the system has the type `uintptr_t'. */ |
1027 | #undef HAVE_UINTPTR_T | |
1028 | ||
8ecd1c0d TB |
1029 | /* Define to 1 if you have the `umask' function. */ |
1030 | #undef HAVE_UMASK | |
1031 | ||
6de9cd9a DN |
1032 | /* Define to 1 if you have the <unistd.h> header file. */ |
1033 | #undef HAVE_UNISTD_H | |
1034 | ||
10c682a0 FXC |
1035 | /* Define if target can unlink open files. */ |
1036 | #undef HAVE_UNLINK_OPEN_FILE | |
1037 | ||
9cbecd06 JB |
1038 | /* Define to 1 if you have the `uselocale' function. */ |
1039 | #undef HAVE_USELOCALE | |
1040 | ||
d8163f5c TK |
1041 | /* Define to 1 if you have the `vsnprintf' function. */ |
1042 | #undef HAVE_VSNPRINTF | |
1043 | ||
ef536b41 JB |
1044 | /* Define to 1 if you have the `waitpid' function. */ |
1045 | #undef HAVE_WAITPID | |
1046 | ||
ad238e4f FXC |
1047 | /* Define if target has a reliable stat. */ |
1048 | #undef HAVE_WORKING_STAT | |
1049 | ||
edaaef60 JB |
1050 | /* Define to 1 if you have the `writev' function. */ |
1051 | #undef HAVE_WRITEV | |
1052 | ||
9cbecd06 JB |
1053 | /* Define to 1 if you have the <xlocale.h> header file. */ |
1054 | #undef HAVE_XLOCALE_H | |
1055 | ||
f38a14ca | 1056 | /* Define to 1 if you have the `y0' function. */ |
e8525382 SK |
1057 | #undef HAVE_Y0 |
1058 | ||
f38a14ca | 1059 | /* Define to 1 if you have the `y0f' function. */ |
e8525382 SK |
1060 | #undef HAVE_Y0F |
1061 | ||
133d0d42 JJ |
1062 | /* Define to 1 if you have the `y0f128' function. */ |
1063 | #undef HAVE_Y0F128 | |
1064 | ||
f38a14ca | 1065 | /* Define to 1 if you have the `y1' function. */ |
e8525382 SK |
1066 | #undef HAVE_Y1 |
1067 | ||
f38a14ca | 1068 | /* Define to 1 if you have the `y1f' function. */ |
e8525382 SK |
1069 | #undef HAVE_Y1F |
1070 | ||
133d0d42 JJ |
1071 | /* Define to 1 if you have the `y1f128' function. */ |
1072 | #undef HAVE_Y1F128 | |
1073 | ||
f38a14ca | 1074 | /* Define to 1 if you have the `yn' function. */ |
e8525382 SK |
1075 | #undef HAVE_YN |
1076 | ||
f38a14ca | 1077 | /* Define to 1 if you have the `ynf' function. */ |
e8525382 SK |
1078 | #undef HAVE_YNF |
1079 | ||
133d0d42 JJ |
1080 | /* Define to 1 if you have the `ynf128' function. */ |
1081 | #undef HAVE_YNF128 | |
1082 | ||
f38a14ca | 1083 | /* Define to 1 if you have the `ynl' function. */ |
1409cd0b FXC |
1084 | #undef HAVE_YNL |
1085 | ||
6f4977fc TK |
1086 | /* Define to 1 if you have the `__acoshieee128' function. */ |
1087 | #undef HAVE___ACOSHIEEE128 | |
1088 | ||
1089 | /* Define to 1 if you have the `__acosieee128' function. */ | |
1090 | #undef HAVE___ACOSIEEE128 | |
1091 | ||
1092 | /* Define to 1 if you have the `__asinhieee128' function. */ | |
1093 | #undef HAVE___ASINHIEEE128 | |
1094 | ||
1095 | /* Define to 1 if you have the `__asinieee128' function. */ | |
1096 | #undef HAVE___ASINIEEE128 | |
1097 | ||
1098 | /* Define to 1 if you have the `__atan2ieee128' function. */ | |
1099 | #undef HAVE___ATAN2IEEE128 | |
1100 | ||
1101 | /* Define to 1 if you have the `__atanhieee128' function. */ | |
1102 | #undef HAVE___ATANHIEEE128 | |
1103 | ||
1104 | /* Define to 1 if you have the `__atanieee128' function. */ | |
1105 | #undef HAVE___ATANIEEE128 | |
1106 | ||
1107 | /* Define to 1 if you have the `__coshieee128' function. */ | |
1108 | #undef HAVE___COSHIEEE128 | |
1109 | ||
1110 | /* Define to 1 if you have the `__cosieee128' function. */ | |
1111 | #undef HAVE___COSIEEE128 | |
1112 | ||
1113 | /* Define to 1 if you have the `__erfieee128' function. */ | |
1114 | #undef HAVE___ERFIEEE128 | |
1115 | ||
1116 | /* Define to 1 if you have the `__expieee128' function. */ | |
1117 | #undef HAVE___EXPIEEE128 | |
1118 | ||
1119 | /* Define to 1 if you have the `__fabsieee128' function. */ | |
1120 | #undef HAVE___FABSIEEE128 | |
1121 | ||
1122 | /* Define to 1 if you have the `__jnieee128' function. */ | |
1123 | #undef HAVE___JNIEEE128 | |
1124 | ||
1125 | /* Define to 1 if you have the `__log10ieee128' function. */ | |
1126 | #undef HAVE___LOG10IEEE128 | |
1127 | ||
1128 | /* Define to 1 if you have the `__logieee128' function. */ | |
1129 | #undef HAVE___LOGIEEE128 | |
1130 | ||
1131 | /* Define to 1 if you have the `__powieee128' function. */ | |
1132 | #undef HAVE___POWIEEE128 | |
1133 | ||
68ee9c08 JB |
1134 | /* Define to 1 if you have the `__secure_getenv' function. */ |
1135 | #undef HAVE___SECURE_GETENV | |
1136 | ||
6f4977fc TK |
1137 | /* Define to 1 if you have the `__sinhieee128' function. */ |
1138 | #undef HAVE___SINHIEEE128 | |
1139 | ||
1140 | /* Define to 1 if you have the `__sinieee128' function. */ | |
1141 | #undef HAVE___SINIEEE128 | |
1142 | ||
1143 | /* Define to 1 if you have the `__sqrtieee128' function. */ | |
1144 | #undef HAVE___SQRTIEEE128 | |
1145 | ||
1146 | /* Define to 1 if you have the `__tanhieee128' function. */ | |
1147 | #undef HAVE___TANHIEEE128 | |
1148 | ||
1149 | /* Define to 1 if you have the `__tanieee128' function. */ | |
1150 | #undef HAVE___TANIEEE128 | |
1151 | ||
1152 | /* Define to 1 if you have the `__ynieee128' function. */ | |
1153 | #undef HAVE___YNIEEE128 | |
1154 | ||
d8163f5c TK |
1155 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
1156 | */ | |
1157 | #undef LT_OBJDIR | |
1158 | ||
6de9cd9a DN |
1159 | /* Define to the address where bug reports for this package should be sent. */ |
1160 | #undef PACKAGE_BUGREPORT | |
1161 | ||
1162 | /* Define to the full name of this package. */ | |
1163 | #undef PACKAGE_NAME | |
1164 | ||
1165 | /* Define to the full name and version of this package. */ | |
1166 | #undef PACKAGE_STRING | |
1167 | ||
1168 | /* Define to the one symbol short name of this package. */ | |
1169 | #undef PACKAGE_TARNAME | |
1170 | ||
5213506e RW |
1171 | /* Define to the home page for this package. */ |
1172 | #undef PACKAGE_URL | |
1173 | ||
6de9cd9a DN |
1174 | /* Define to the version of this package. */ |
1175 | #undef PACKAGE_VERSION | |
1176 | ||
5213506e | 1177 | /* The size of `char', as computed by sizeof. */ |
8c7ffa93 JB |
1178 | #undef SIZEOF_CHAR |
1179 | ||
5213506e | 1180 | /* The size of `int', as computed by sizeof. */ |
8c7ffa93 JB |
1181 | #undef SIZEOF_INT |
1182 | ||
5213506e | 1183 | /* The size of `long', as computed by sizeof. */ |
8c7ffa93 JB |
1184 | #undef SIZEOF_LONG |
1185 | ||
5213506e | 1186 | /* The size of `short', as computed by sizeof. */ |
8c7ffa93 JB |
1187 | #undef SIZEOF_SHORT |
1188 | ||
5213506e | 1189 | /* The size of `void *', as computed by sizeof. */ |
8c7ffa93 JB |
1190 | #undef SIZEOF_VOID_P |
1191 | ||
6de9cd9a DN |
1192 | /* Define to 1 if you have the ANSI C header files. */ |
1193 | #undef STDC_HEADERS | |
1194 | ||
6a822a74 FXC |
1195 | /* Define to 1 if the target supports #pragma weak */ |
1196 | #undef SUPPORTS_WEAK | |
1197 | ||
e7854993 FXC |
1198 | /* Define to 1 if the target supports weakref */ |
1199 | #undef SUPPORTS_WEAKREF | |
e669bd2b | 1200 | |
133d0d42 JJ |
1201 | /* Define if IEC 60559 *f128 APIs should be used for _Float128. */ |
1202 | #undef USE_IEC_60559 | |
1203 | ||
21be0a5a JB |
1204 | /* Enable extensions on AIX 3, Interix. */ |
1205 | #ifndef _ALL_SOURCE | |
1206 | # undef _ALL_SOURCE | |
1207 | #endif | |
1208 | /* Enable GNU extensions on systems that have them. */ | |
1209 | #ifndef _GNU_SOURCE | |
1210 | # undef _GNU_SOURCE | |
1211 | #endif | |
1212 | /* Enable threading extensions on Solaris. */ | |
1213 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
1214 | # undef _POSIX_PTHREAD_SEMANTICS | |
1215 | #endif | |
1216 | /* Enable extensions on HP NonStop. */ | |
1217 | #ifndef _TANDEM_SOURCE | |
1218 | # undef _TANDEM_SOURCE | |
1219 | #endif | |
1220 | /* Enable general extensions on Solaris. */ | |
1221 | #ifndef __EXTENSIONS__ | |
1222 | # undef __EXTENSIONS__ | |
1223 | #endif | |
1224 | ||
1225 | ||
22e05272 JM |
1226 | /* Enable large inode numbers on Mac OS X 10.5. */ |
1227 | #ifndef _DARWIN_USE_64_BIT_INODE | |
1228 | # define _DARWIN_USE_64_BIT_INODE 1 | |
1229 | #endif | |
1230 | ||
453310d8 RS |
1231 | /* Number of bits in a file offset, on hosts where this is settable. */ |
1232 | #undef _FILE_OFFSET_BITS | |
1233 | ||
1234 | /* Define for large files, on AIX-style hosts. */ | |
1235 | #undef _LARGE_FILES | |
1236 | ||
21be0a5a JB |
1237 | /* Define to 1 if on MINIX. */ |
1238 | #undef _MINIX | |
1239 | ||
1240 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
1241 | this defined. */ | |
1242 | #undef _POSIX_1_SOURCE | |
1243 | ||
1244 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
1245 | #undef _POSIX_SOURCE | |
1246 | ||
44720bef JB |
1247 | /* Define to the type of a signed integer type wide enough to hold a pointer, |
1248 | if such a type exists, and if the system does not define it. */ | |
1249 | #undef intptr_t | |
1250 | ||
5213506e | 1251 | /* Define to `long int' if <sys/types.h> does not define. */ |
6de9cd9a | 1252 | #undef off_t |
44720bef JB |
1253 | |
1254 | /* Define to the type of an unsigned integer type wide enough to hold a | |
1255 | pointer, if such a type exists, and if the system does not define it. */ | |
1256 | #undef uintptr_t |