]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/config.h.in
updat_bb_profile_for_threading TLC
[thirdparty/gcc.git] / libstdc++-v3 / config.h.in
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define to 1 if you have the `acosf' function. */
4 #undef HAVE_ACOSF
5
6 /* Define to 1 if you have the `acosl' function. */
7 #undef HAVE_ACOSL
8
9 /* Define to 1 if you have the `aligned_alloc' function. */
10 #undef HAVE_ALIGNED_ALLOC
11
12 /* Define if arc4random is available in <stdlib.h>. */
13 #undef HAVE_ARC4RANDOM
14
15 /* Define to 1 if you have the <arpa/inet.h> header file. */
16 #undef HAVE_ARPA_INET_H
17
18 /* Define to 1 if you have the `asinf' function. */
19 #undef HAVE_ASINF
20
21 /* Define to 1 if you have the `asinl' function. */
22 #undef HAVE_ASINL
23
24 /* Define to 1 if the target assembler supports .symver directive. */
25 #undef HAVE_AS_SYMVER_DIRECTIVE
26
27 /* Define to 1 if you have the `atan2f' function. */
28 #undef HAVE_ATAN2F
29
30 /* Define to 1 if you have the `atan2l' function. */
31 #undef HAVE_ATAN2L
32
33 /* Define to 1 if you have the `atanf' function. */
34 #undef HAVE_ATANF
35
36 /* Define to 1 if you have the `atanl' function. */
37 #undef HAVE_ATANL
38
39 /* Defined if shared_ptr reference counting should use atomic operations. */
40 #undef HAVE_ATOMIC_LOCK_POLICY
41
42 /* Define to 1 if you have the `at_quick_exit' function. */
43 #undef HAVE_AT_QUICK_EXIT
44
45 /* Define if C99 float_t and double_t in <math.h> should be imported in
46 <cmath> in namespace std for C++11. */
47 #undef HAVE_C99_FLT_EVAL_TYPES
48
49 /* Define to 1 if the target assembler supports thread-local storage. */
50 #undef HAVE_CC_TLS
51
52 /* Define to 1 if you have the `ceilf' function. */
53 #undef HAVE_CEILF
54
55 /* Define to 1 if you have the `ceill' function. */
56 #undef HAVE_CEILL
57
58 /* Define to 1 if you have the <complex.h> header file. */
59 #undef HAVE_COMPLEX_H
60
61 /* Define to 1 if you have the `cosf' function. */
62 #undef HAVE_COSF
63
64 /* Define to 1 if you have the `coshf' function. */
65 #undef HAVE_COSHF
66
67 /* Define to 1 if you have the `coshl' function. */
68 #undef HAVE_COSHL
69
70 /* Define to 1 if you have the `cosl' function. */
71 #undef HAVE_COSL
72
73 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
74 don't. */
75 #undef HAVE_DECL_STRNLEN
76
77 /* Define to 1 if you have the <dirent.h> header file. */
78 #undef HAVE_DIRENT_H
79
80 /* Define if dirfd is available in <dirent.h>. */
81 #undef HAVE_DIRFD
82
83 /* Define to 1 if you have the <dlfcn.h> header file. */
84 #undef HAVE_DLFCN_H
85
86 /* Define to 1 if you have the <endian.h> header file. */
87 #undef HAVE_ENDIAN_H
88
89 /* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
90 #undef HAVE_EXCEPTION_PTR_SINCE_GCC46
91
92 /* Define to 1 if you have the <execinfo.h> header file. */
93 #undef HAVE_EXECINFO_H
94
95 /* Define to 1 if you have the `expf' function. */
96 #undef HAVE_EXPF
97
98 /* Define to 1 if you have the `expl' function. */
99 #undef HAVE_EXPL
100
101 /* Define to 1 if you have the `fabsf' function. */
102 #undef HAVE_FABSF
103
104 /* Define to 1 if you have the `fabsl' function. */
105 #undef HAVE_FABSL
106
107 /* Define to 1 if you have the <fcntl.h> header file. */
108 #undef HAVE_FCNTL_H
109
110 /* Define if fdopendir is available in <dirent.h>. */
111 #undef HAVE_FDOPENDIR
112
113 /* Define to 1 if you have the <fenv.h> header file. */
114 #undef HAVE_FENV_H
115
116 /* Define to 1 if you have the `finite' function. */
117 #undef HAVE_FINITE
118
119 /* Define to 1 if you have the `finitef' function. */
120 #undef HAVE_FINITEF
121
122 /* Define to 1 if you have the `finitel' function. */
123 #undef HAVE_FINITEL
124
125 /* Define to 1 if you have the <float.h> header file. */
126 #undef HAVE_FLOAT_H
127
128 /* Define to 1 if you have the `floorf' function. */
129 #undef HAVE_FLOORF
130
131 /* Define to 1 if you have the `floorl' function. */
132 #undef HAVE_FLOORL
133
134 /* Define to 1 if you have the `fmodf' function. */
135 #undef HAVE_FMODF
136
137 /* Define to 1 if you have the `fmodl' function. */
138 #undef HAVE_FMODL
139
140 /* Define to 1 if you have the `fpclass' function. */
141 #undef HAVE_FPCLASS
142
143 /* Define to 1 if you have the <fp.h> header file. */
144 #undef HAVE_FP_H
145
146 /* Define to 1 if you have the `frexpf' function. */
147 #undef HAVE_FREXPF
148
149 /* Define to 1 if you have the `frexpl' function. */
150 #undef HAVE_FREXPL
151
152 /* Define if getentropy is available in <unistd.h>. */
153 #undef HAVE_GETENTROPY
154
155 /* Define if _Unwind_GetIPInfo is available. */
156 #undef HAVE_GETIPINFO
157
158 /* Define if gets is available in <stdio.h> before C++14. */
159 #undef HAVE_GETS
160
161 /* Define to 1 if you have the `hypot' function. */
162 #undef HAVE_HYPOT
163
164 /* Define to 1 if you have the `hypotf' function. */
165 #undef HAVE_HYPOTF
166
167 /* Define to 1 if you have the `hypotl' function. */
168 #undef HAVE_HYPOTL
169
170 /* Define if you have the iconv() function. */
171 #undef HAVE_ICONV
172
173 /* Define to 1 if you have the <ieeefp.h> header file. */
174 #undef HAVE_IEEEFP_H
175
176 /* Define to 1 if you have the <inttypes.h> header file. */
177 #undef HAVE_INTTYPES_H
178
179 /* Define to 1 if you have the `isinf' function. */
180 #undef HAVE_ISINF
181
182 /* Define to 1 if you have the `isinff' function. */
183 #undef HAVE_ISINFF
184
185 /* Define to 1 if you have the `isinfl' function. */
186 #undef HAVE_ISINFL
187
188 /* Define to 1 if you have the `isnan' function. */
189 #undef HAVE_ISNAN
190
191 /* Define to 1 if you have the `isnanf' function. */
192 #undef HAVE_ISNANF
193
194 /* Define to 1 if you have the `isnanl' function. */
195 #undef HAVE_ISNANL
196
197 /* Defined if iswblank exists. */
198 #undef HAVE_ISWBLANK
199
200 /* Define if LC_MESSAGES is available in <locale.h>. */
201 #undef HAVE_LC_MESSAGES
202
203 /* Define to 1 if you have the `ldexpf' function. */
204 #undef HAVE_LDEXPF
205
206 /* Define to 1 if you have the `ldexpl' function. */
207 #undef HAVE_LDEXPL
208
209 /* Define to 1 if you have the <libintl.h> header file. */
210 #undef HAVE_LIBINTL_H
211
212 /* Only used in build directory testsuite_hooks.h. */
213 #undef HAVE_LIMIT_AS
214
215 /* Only used in build directory testsuite_hooks.h. */
216 #undef HAVE_LIMIT_DATA
217
218 /* Only used in build directory testsuite_hooks.h. */
219 #undef HAVE_LIMIT_FSIZE
220
221 /* Only used in build directory testsuite_hooks.h. */
222 #undef HAVE_LIMIT_RSS
223
224 /* Only used in build directory testsuite_hooks.h. */
225 #undef HAVE_LIMIT_VMEM
226
227 /* Define if link is available in <unistd.h>. */
228 #undef HAVE_LINK
229
230 /* Define to 1 if you have the <link.h> header file. */
231 #undef HAVE_LINK_H
232
233 /* Define if futex syscall is available. */
234 #undef HAVE_LINUX_FUTEX
235
236 /* Define to 1 if you have the <linux/random.h> header file. */
237 #undef HAVE_LINUX_RANDOM_H
238
239 /* Define to 1 if you have the <linux/types.h> header file. */
240 #undef HAVE_LINUX_TYPES_H
241
242 /* Define to 1 if you have the <locale.h> header file. */
243 #undef HAVE_LOCALE_H
244
245 /* Define to 1 if you have the `log10f' function. */
246 #undef HAVE_LOG10F
247
248 /* Define to 1 if you have the `log10l' function. */
249 #undef HAVE_LOG10L
250
251 /* Define to 1 if you have the `logf' function. */
252 #undef HAVE_LOGF
253
254 /* Define to 1 if you have the `logl' function. */
255 #undef HAVE_LOGL
256
257 /* Define if lseek is available in <unistd.h>. */
258 #undef HAVE_LSEEK
259
260 /* Define to 1 if you have the <machine/endian.h> header file. */
261 #undef HAVE_MACHINE_ENDIAN_H
262
263 /* Define to 1 if you have the <machine/param.h> header file. */
264 #undef HAVE_MACHINE_PARAM_H
265
266 /* Define if mbstate_t exists in wchar.h. */
267 #undef HAVE_MBSTATE_T
268
269 /* Define to 1 if you have the `memalign' function. */
270 #undef HAVE_MEMALIGN
271
272 /* Define to 1 if you have the <memory.h> header file. */
273 #undef HAVE_MEMORY_H
274
275 /* Define to 1 if you have the `modf' function. */
276 #undef HAVE_MODF
277
278 /* Define to 1 if you have the `modff' function. */
279 #undef HAVE_MODFF
280
281 /* Define to 1 if you have the `modfl' function. */
282 #undef HAVE_MODFL
283
284 /* Define to 1 if you have the <nan.h> header file. */
285 #undef HAVE_NAN_H
286
287 /* Define to 1 if you have the <netdb.h> header file. */
288 #undef HAVE_NETDB_H
289
290 /* Define to 1 if you have the <netinet/in.h> header file. */
291 #undef HAVE_NETINET_IN_H
292
293 /* Define to 1 if you have the <netinet/tcp.h> header file. */
294 #undef HAVE_NETINET_TCP_H
295
296 /* Define if <math.h> defines obsolete isinf function. */
297 #undef HAVE_OBSOLETE_ISINF
298
299 /* Define if <math.h> defines obsolete isnan function. */
300 #undef HAVE_OBSOLETE_ISNAN
301
302 /* Define if openat is available in <fcntl.h>. */
303 #undef HAVE_OPENAT
304
305 /* Define if poll is available in <poll.h>. */
306 #undef HAVE_POLL
307
308 /* Define to 1 if you have the <poll.h> header file. */
309 #undef HAVE_POLL_H
310
311 /* Define to 1 if you have the `posix_memalign' function. */
312 #undef HAVE_POSIX_MEMALIGN
313
314 /* Define to 1 if POSIX Semaphores with sem_timedwait are available in
315 <semaphore.h>. */
316 #undef HAVE_POSIX_SEMAPHORE
317
318 /* Define to 1 if you have the `powf' function. */
319 #undef HAVE_POWF
320
321 /* Define to 1 if you have the `powl' function. */
322 #undef HAVE_POWL
323
324 /* Define to 1 if you have the `qfpclass' function. */
325 #undef HAVE_QFPCLASS
326
327 /* Define to 1 if you have the `quick_exit' function. */
328 #undef HAVE_QUICK_EXIT
329
330 /* Define if readlink is available in <unistd.h>. */
331 #undef HAVE_READLINK
332
333 /* Define to 1 if you have the `secure_getenv' function. */
334 #undef HAVE_SECURE_GETENV
335
336 /* Define to 1 if you have the `setenv' function. */
337 #undef HAVE_SETENV
338
339 /* Define to 1 if you have the `sincos' function. */
340 #undef HAVE_SINCOS
341
342 /* Define to 1 if you have the `sincosf' function. */
343 #undef HAVE_SINCOSF
344
345 /* Define to 1 if you have the `sincosl' function. */
346 #undef HAVE_SINCOSL
347
348 /* Define to 1 if you have the `sinf' function. */
349 #undef HAVE_SINF
350
351 /* Define to 1 if you have the `sinhf' function. */
352 #undef HAVE_SINHF
353
354 /* Define to 1 if you have the `sinhl' function. */
355 #undef HAVE_SINHL
356
357 /* Define to 1 if you have the `sinl' function. */
358 #undef HAVE_SINL
359
360 /* Defined if sleep exists. */
361 #undef HAVE_SLEEP
362
363 /* Define to 1 if you have the `sockatmark' function. */
364 #undef HAVE_SOCKATMARK
365
366 /* Define to 1 if you have the `sqrtf' function. */
367 #undef HAVE_SQRTF
368
369 /* Define to 1 if you have the `sqrtl' function. */
370 #undef HAVE_SQRTL
371
372 /* Define if the <stacktrace> header is supported. */
373 #undef HAVE_STACKTRACE
374
375 /* Define to 1 if you have the <stdalign.h> header file. */
376 #undef HAVE_STDALIGN_H
377
378 /* Define to 1 if you have the <stdbool.h> header file. */
379 #undef HAVE_STDBOOL_H
380
381 /* Define to 1 if you have the <stdint.h> header file. */
382 #undef HAVE_STDINT_H
383
384 /* Define to 1 if you have the <stdlib.h> header file. */
385 #undef HAVE_STDLIB_H
386
387 /* Define if strerror_l is available in <string.h>. */
388 #undef HAVE_STRERROR_L
389
390 /* Define if strerror_r is available in <string.h>. */
391 #undef HAVE_STRERROR_R
392
393 /* Define to 1 if you have the <strings.h> header file. */
394 #undef HAVE_STRINGS_H
395
396 /* Define to 1 if you have the <string.h> header file. */
397 #undef HAVE_STRING_H
398
399 /* Define to 1 if you have the `strtof' function. */
400 #undef HAVE_STRTOF
401
402 /* Define to 1 if you have the `strtold' function. */
403 #undef HAVE_STRTOLD
404
405 /* Define to 1 if `d_type' is a member of `struct dirent'. */
406 #undef HAVE_STRUCT_DIRENT_D_TYPE
407
408 /* Define if strxfrm_l is available in <string.h>. */
409 #undef HAVE_STRXFRM_L
410
411 /* Define if symlink is available in <unistd.h>. */
412 #undef HAVE_SYMLINK
413
414 /* Define to 1 if the target runtime linker supports binding the same symbol
415 to different versions. */
416 #undef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
417
418 /* Define to 1 if you have the <sys/filio.h> header file. */
419 #undef HAVE_SYS_FILIO_H
420
421 /* Define to 1 if you have the <sys/ioctl.h> header file. */
422 #undef HAVE_SYS_IOCTL_H
423
424 /* Define to 1 if you have the <sys/ipc.h> header file. */
425 #undef HAVE_SYS_IPC_H
426
427 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
428 #undef HAVE_SYS_ISA_DEFS_H
429
430 /* Define to 1 if you have the <sys/machine.h> header file. */
431 #undef HAVE_SYS_MACHINE_H
432
433 /* Define to 1 if you have the <sys/mman.h> header file. */
434 #undef HAVE_SYS_MMAN_H
435
436 /* Define to 1 if you have the <sys/param.h> header file. */
437 #undef HAVE_SYS_PARAM_H
438
439 /* Define to 1 if you have the <sys/resource.h> header file. */
440 #undef HAVE_SYS_RESOURCE_H
441
442 /* Define to 1 if you have a suitable <sys/sdt.h> header file */
443 #undef HAVE_SYS_SDT_H
444
445 /* Define to 1 if you have the <sys/sem.h> header file. */
446 #undef HAVE_SYS_SEM_H
447
448 /* Define to 1 if you have the <sys/socket.h> header file. */
449 #undef HAVE_SYS_SOCKET_H
450
451 /* Define to 1 if you have the <sys/statvfs.h> header file. */
452 #undef HAVE_SYS_STATVFS_H
453
454 /* Define to 1 if you have the <sys/stat.h> header file. */
455 #undef HAVE_SYS_STAT_H
456
457 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
458 #undef HAVE_SYS_SYSINFO_H
459
460 /* Define to 1 if you have the <sys/time.h> header file. */
461 #undef HAVE_SYS_TIME_H
462
463 /* Define to 1 if you have the <sys/types.h> header file. */
464 #undef HAVE_SYS_TYPES_H
465
466 /* Define to 1 if you have the <sys/uio.h> header file. */
467 #undef HAVE_SYS_UIO_H
468
469 /* Define if S_IFREG is available in <sys/stat.h>. */
470 #undef HAVE_S_IFREG
471
472 /* Define if S_ISREG is available in <sys/stat.h>. */
473 #undef HAVE_S_ISREG
474
475 /* Define to 1 if you have the `tanf' function. */
476 #undef HAVE_TANF
477
478 /* Define to 1 if you have the `tanhf' function. */
479 #undef HAVE_TANHF
480
481 /* Define to 1 if you have the `tanhl' function. */
482 #undef HAVE_TANHL
483
484 /* Define to 1 if you have the `tanl' function. */
485 #undef HAVE_TANL
486
487 /* Define to 1 if you have the <tgmath.h> header file. */
488 #undef HAVE_TGMATH_H
489
490 /* Define to 1 if you have the `timespec_get' function. */
491 #undef HAVE_TIMESPEC_GET
492
493 /* Define to 1 if the target supports thread-local storage. */
494 #undef HAVE_TLS
495
496 /* Define if truncate is available in <unistd.h>. */
497 #undef HAVE_TRUNCATE
498
499 /* Define to 1 if you have the <uchar.h> header file. */
500 #undef HAVE_UCHAR_H
501
502 /* Define to 1 if you have the <unistd.h> header file. */
503 #undef HAVE_UNISTD_H
504
505 /* Define if unlinkat is available in <fcntl.h>. */
506 #undef HAVE_UNLINKAT
507
508 /* Define to 1 if you have the `uselocale' function. */
509 #undef HAVE_USELOCALE
510
511 /* Defined if usleep exists. */
512 #undef HAVE_USLEEP
513
514 /* Define to 1 if you have the <utime.h> header file. */
515 #undef HAVE_UTIME_H
516
517 /* Defined if vfwscanf exists. */
518 #undef HAVE_VFWSCANF
519
520 /* Defined if vswscanf exists. */
521 #undef HAVE_VSWSCANF
522
523 /* Defined if vwscanf exists. */
524 #undef HAVE_VWSCANF
525
526 /* Define to 1 if you have the <wchar.h> header file. */
527 #undef HAVE_WCHAR_H
528
529 /* Defined if wcstof exists. */
530 #undef HAVE_WCSTOF
531
532 /* Define to 1 if you have the <wctype.h> header file. */
533 #undef HAVE_WCTYPE_H
534
535 /* Define to 1 if you have the <windows.h> header file. */
536 #undef HAVE_WINDOWS_H
537
538 /* Define if writev is available in <sys/uio.h>. */
539 #undef HAVE_WRITEV
540
541 /* Define to 1 if you have the <xlocale.h> header file. */
542 #undef HAVE_XLOCALE_H
543
544 /* Define to 1 if you have the `_acosf' function. */
545 #undef HAVE__ACOSF
546
547 /* Define to 1 if you have the `_acosl' function. */
548 #undef HAVE__ACOSL
549
550 /* Define to 1 if you have the `_aligned_malloc' function. */
551 #undef HAVE__ALIGNED_MALLOC
552
553 /* Define to 1 if you have the `_asinf' function. */
554 #undef HAVE__ASINF
555
556 /* Define to 1 if you have the `_asinl' function. */
557 #undef HAVE__ASINL
558
559 /* Define to 1 if you have the `_atan2f' function. */
560 #undef HAVE__ATAN2F
561
562 /* Define to 1 if you have the `_atan2l' function. */
563 #undef HAVE__ATAN2L
564
565 /* Define to 1 if you have the `_atanf' function. */
566 #undef HAVE__ATANF
567
568 /* Define to 1 if you have the `_atanl' function. */
569 #undef HAVE__ATANL
570
571 /* Define to 1 if you have the `_ceilf' function. */
572 #undef HAVE__CEILF
573
574 /* Define to 1 if you have the `_ceill' function. */
575 #undef HAVE__CEILL
576
577 /* Define to 1 if you have the `_cosf' function. */
578 #undef HAVE__COSF
579
580 /* Define to 1 if you have the `_coshf' function. */
581 #undef HAVE__COSHF
582
583 /* Define to 1 if you have the `_coshl' function. */
584 #undef HAVE__COSHL
585
586 /* Define to 1 if you have the `_cosl' function. */
587 #undef HAVE__COSL
588
589 /* Define to 1 if you have the `_expf' function. */
590 #undef HAVE__EXPF
591
592 /* Define to 1 if you have the `_expl' function. */
593 #undef HAVE__EXPL
594
595 /* Define to 1 if you have the `_fabsf' function. */
596 #undef HAVE__FABSF
597
598 /* Define to 1 if you have the `_fabsl' function. */
599 #undef HAVE__FABSL
600
601 /* Define to 1 if you have the `_finite' function. */
602 #undef HAVE__FINITE
603
604 /* Define to 1 if you have the `_finitef' function. */
605 #undef HAVE__FINITEF
606
607 /* Define to 1 if you have the `_finitel' function. */
608 #undef HAVE__FINITEL
609
610 /* Define to 1 if you have the `_floorf' function. */
611 #undef HAVE__FLOORF
612
613 /* Define to 1 if you have the `_floorl' function. */
614 #undef HAVE__FLOORL
615
616 /* Define to 1 if you have the `_fmodf' function. */
617 #undef HAVE__FMODF
618
619 /* Define to 1 if you have the `_fmodl' function. */
620 #undef HAVE__FMODL
621
622 /* Define to 1 if you have the `_fpclass' function. */
623 #undef HAVE__FPCLASS
624
625 /* Define to 1 if you have the `_frexpf' function. */
626 #undef HAVE__FREXPF
627
628 /* Define to 1 if you have the `_frexpl' function. */
629 #undef HAVE__FREXPL
630
631 /* Define to 1 if you have the `_hypot' function. */
632 #undef HAVE__HYPOT
633
634 /* Define to 1 if you have the `_hypotf' function. */
635 #undef HAVE__HYPOTF
636
637 /* Define to 1 if you have the `_hypotl' function. */
638 #undef HAVE__HYPOTL
639
640 /* Define to 1 if you have the `_isinf' function. */
641 #undef HAVE__ISINF
642
643 /* Define to 1 if you have the `_isinff' function. */
644 #undef HAVE__ISINFF
645
646 /* Define to 1 if you have the `_isinfl' function. */
647 #undef HAVE__ISINFL
648
649 /* Define to 1 if you have the `_isnan' function. */
650 #undef HAVE__ISNAN
651
652 /* Define to 1 if you have the `_isnanf' function. */
653 #undef HAVE__ISNANF
654
655 /* Define to 1 if you have the `_isnanl' function. */
656 #undef HAVE__ISNANL
657
658 /* Define to 1 if you have the `_ldexpf' function. */
659 #undef HAVE__LDEXPF
660
661 /* Define to 1 if you have the `_ldexpl' function. */
662 #undef HAVE__LDEXPL
663
664 /* Define to 1 if you have the `_log10f' function. */
665 #undef HAVE__LOG10F
666
667 /* Define to 1 if you have the `_log10l' function. */
668 #undef HAVE__LOG10L
669
670 /* Define to 1 if you have the `_logf' function. */
671 #undef HAVE__LOGF
672
673 /* Define to 1 if you have the `_logl' function. */
674 #undef HAVE__LOGL
675
676 /* Define to 1 if you have the `_modf' function. */
677 #undef HAVE__MODF
678
679 /* Define to 1 if you have the `_modff' function. */
680 #undef HAVE__MODFF
681
682 /* Define to 1 if you have the `_modfl' function. */
683 #undef HAVE__MODFL
684
685 /* Define to 1 if you have the `_powf' function. */
686 #undef HAVE__POWF
687
688 /* Define to 1 if you have the `_powl' function. */
689 #undef HAVE__POWL
690
691 /* Define to 1 if you have the `_qfpclass' function. */
692 #undef HAVE__QFPCLASS
693
694 /* Define to 1 if you have the `_sincos' function. */
695 #undef HAVE__SINCOS
696
697 /* Define to 1 if you have the `_sincosf' function. */
698 #undef HAVE__SINCOSF
699
700 /* Define to 1 if you have the `_sincosl' function. */
701 #undef HAVE__SINCOSL
702
703 /* Define to 1 if you have the `_sinf' function. */
704 #undef HAVE__SINF
705
706 /* Define to 1 if you have the `_sinhf' function. */
707 #undef HAVE__SINHF
708
709 /* Define to 1 if you have the `_sinhl' function. */
710 #undef HAVE__SINHL
711
712 /* Define to 1 if you have the `_sinl' function. */
713 #undef HAVE__SINL
714
715 /* Define to 1 if you have the `_sqrtf' function. */
716 #undef HAVE__SQRTF
717
718 /* Define to 1 if you have the `_sqrtl' function. */
719 #undef HAVE__SQRTL
720
721 /* Define to 1 if you have the `_tanf' function. */
722 #undef HAVE__TANF
723
724 /* Define to 1 if you have the `_tanhf' function. */
725 #undef HAVE__TANHF
726
727 /* Define to 1 if you have the `_tanhl' function. */
728 #undef HAVE__TANHL
729
730 /* Define to 1 if you have the `_tanl' function. */
731 #undef HAVE__TANL
732
733 /* Define to 1 if you have the `_wfopen' function. */
734 #undef HAVE__WFOPEN
735
736 /* Define to 1 if you have the `__cxa_thread_atexit' function. */
737 #undef HAVE___CXA_THREAD_ATEXIT
738
739 /* Define to 1 if you have the `__cxa_thread_atexit_impl' function. */
740 #undef HAVE___CXA_THREAD_ATEXIT_IMPL
741
742 /* Define as const if the declaration of iconv() needs const. */
743 #undef ICONV_CONST
744
745 /* Define to the sub-directory in which libtool stores uninstalled libraries.
746 */
747 #undef LT_OBJDIR
748
749 /* Name of package */
750 #undef PACKAGE
751
752 /* Define to the address where bug reports for this package should be sent. */
753 #undef PACKAGE_BUGREPORT
754
755 /* Define to the full name of this package. */
756 #undef PACKAGE_NAME
757
758 /* Define to the full name and version of this package. */
759 #undef PACKAGE_STRING
760
761 /* Define to the one symbol short name of this package. */
762 #undef PACKAGE_TARNAME
763
764 /* Define to the home page for this package. */
765 #undef PACKAGE_URL
766
767 /* Define to the version of this package. */
768 #undef PACKAGE_VERSION
769
770 /* Define to 1 if you have the ANSI C header files. */
771 #undef STDC_HEADERS
772
773 /* Version number of package */
774 #undef VERSION
775
776 /* Enable large inode numbers on Mac OS X 10.5. */
777 #ifndef _DARWIN_USE_64_BIT_INODE
778 # define _DARWIN_USE_64_BIT_INODE 1
779 #endif
780
781 /* Number of bits in a file offset, on hosts where this is settable. */
782 #undef _FILE_OFFSET_BITS
783
784 /* Define if C99 functions in <complex.h> should be used in <complex> for
785 C++11. Using compiler builtins for these functions requires corresponding
786 C99 library functions to be present. */
787 #undef _GLIBCXX11_USE_C99_COMPLEX
788
789 /* Define if C99 generic macros in <math.h> should be imported in <cmath> in
790 namespace std for C++11. */
791 #undef _GLIBCXX11_USE_C99_MATH
792
793 /* Define if C99 functions or macros in <stdio.h> should be imported in
794 <cstdio> in namespace std for C++11. */
795 #undef _GLIBCXX11_USE_C99_STDIO
796
797 /* Define if C99 functions or macros in <stdlib.h> should be imported in
798 <cstdlib> in namespace std for C++11. */
799 #undef _GLIBCXX11_USE_C99_STDLIB
800
801 /* Define if C99 functions or macros in <wchar.h> should be imported in
802 <cwchar> in namespace std for C++11. */
803 #undef _GLIBCXX11_USE_C99_WCHAR
804
805 /* Define if C99 functions in <complex.h> should be used in <complex> for
806 C++98. Using compiler builtins for these functions requires corresponding
807 C99 library functions to be present. */
808 #undef _GLIBCXX98_USE_C99_COMPLEX
809
810 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
811 in namespace std for C++98. */
812 #undef _GLIBCXX98_USE_C99_MATH
813
814 /* Define if C99 functions or macros in <stdio.h> should be imported in
815 <cstdio> in namespace std for C++98. */
816 #undef _GLIBCXX98_USE_C99_STDIO
817
818 /* Define if C99 functions or macros in <stdlib.h> should be imported in
819 <cstdlib> in namespace std for C++98. */
820 #undef _GLIBCXX98_USE_C99_STDLIB
821
822 /* Define if C99 functions or macros in <wchar.h> should be imported in
823 <cwchar> in namespace std for C++98. */
824 #undef _GLIBCXX98_USE_C99_WCHAR
825
826 /* Define if the compiler supports C++11 atomics. */
827 #undef _GLIBCXX_ATOMIC_BUILTINS
828
829 /* Define if global objects can be aligned to
830 std::hardware_destructive_interference_size. */
831 #undef _GLIBCXX_CAN_ALIGNAS_DESTRUCTIVE_SIZE
832
833 /* Define to use concept checking code from the boost libraries. */
834 #undef _GLIBCXX_CONCEPT_CHECKS
835
836 /* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
837 undefined for platform defaults */
838 #undef _GLIBCXX_FULLY_DYNAMIC_STRING
839
840 /* Define if gthreads library is available. */
841 #undef _GLIBCXX_HAS_GTHREADS
842
843 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
844 #undef _GLIBCXX_HOSTED
845
846 /* Define if compatibility should be provided for alternative 128-bit long
847 double formats. */
848 #undef _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT
849
850 /* Define if compatibility should be provided for -mlong-double-64. */
851 #undef _GLIBCXX_LONG_DOUBLE_COMPAT
852
853 /* Define to the letter to which size_t is mangled. */
854 #undef _GLIBCXX_MANGLE_SIZE_T
855
856 /* Define if C99 llrint and llround functions are missing from <math.h>. */
857 #undef _GLIBCXX_NO_C99_ROUNDING_FUNCS
858
859 /* Defined if no way to sleep is available. */
860 #undef _GLIBCXX_NO_SLEEP
861
862 /* Define if ptrdiff_t is int. */
863 #undef _GLIBCXX_PTRDIFF_T_IS_INT
864
865 /* Define if using setrlimit to set resource limits during "make check" */
866 #undef _GLIBCXX_RES_LIMITS
867
868 /* Define if size_t is unsigned int. */
869 #undef _GLIBCXX_SIZE_T_IS_UINT
870
871 /* Define if static tzdata should be compiled into the library. */
872 #undef _GLIBCXX_STATIC_TZDATA
873
874 /* Define to the value of the EOF integer constant. */
875 #undef _GLIBCXX_STDIO_EOF
876
877 /* Define to the value of the SEEK_CUR integer constant. */
878 #undef _GLIBCXX_STDIO_SEEK_CUR
879
880 /* Define to the value of the SEEK_END integer constant. */
881 #undef _GLIBCXX_STDIO_SEEK_END
882
883 /* Define to use symbol versioning in the shared library. */
884 #undef _GLIBCXX_SYMVER
885
886 /* Define to use darwin versioning in the shared library. */
887 #undef _GLIBCXX_SYMVER_DARWIN
888
889 /* Define to use GNU versioning in the shared library. */
890 #undef _GLIBCXX_SYMVER_GNU
891
892 /* Define to use GNU namespace versioning in the shared library. */
893 #undef _GLIBCXX_SYMVER_GNU_NAMESPACE
894
895 /* Define to use Sun versioning in the shared library. */
896 #undef _GLIBCXX_SYMVER_SUN
897
898 /* Define if C11 functions in <uchar.h> should be imported into namespace std
899 in <cuchar>. */
900 #undef _GLIBCXX_USE_C11_UCHAR_CXX11
901
902 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
903 <stdio.h>, and <stdlib.h> can be used or exposed. */
904 #undef _GLIBCXX_USE_C99
905
906 /* Define if C99 inverse trig functions in <complex.h> should be used in
907 <complex>. Using compiler builtins for these functions requires
908 corresponding C99 library functions to be present. */
909 #undef _GLIBCXX_USE_C99_COMPLEX_ARC
910
911 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
912 Using compiler builtins for these functions requires corresponding C99
913 library functions to be present. */
914 #undef _GLIBCXX_USE_C99_COMPLEX_TR1
915
916 /* Define if C99 functions in <ctype.h> should be imported in <cctype> in
917 namespace std for C++11. */
918 #undef _GLIBCXX_USE_C99_CTYPE
919
920 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
921 namespace std::tr1. */
922 #undef _GLIBCXX_USE_C99_CTYPE_TR1
923
924 /* Define if C99 functions in <fenv.h> should be imported in <cfenv> in
925 namespace std for C++11. */
926 #undef _GLIBCXX_USE_C99_FENV
927
928 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
929 namespace std::tr1. */
930 #undef _GLIBCXX_USE_C99_FENV_TR1
931
932 /* Define if C99 functions in <inttypes.h> should be imported in <cinttypes>
933 in namespace std in C++11. */
934 #undef _GLIBCXX_USE_C99_INTTYPES
935
936 /* Define if C99 functions in <inttypes.h> should be imported in
937 <tr1/cinttypes> in namespace std::tr1. */
938 #undef _GLIBCXX_USE_C99_INTTYPES_TR1
939
940 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
941 <cinttypes> in namespace std in C++11. */
942 #undef _GLIBCXX_USE_C99_INTTYPES_WCHAR_T
943
944 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
945 <tr1/cinttypes> in namespace std::tr1. */
946 #undef _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1
947
948 /* Define if C99 functions in <math.h> should be imported in <cmath> in
949 namespace std for C++11. */
950 #undef _GLIBCXX_USE_C99_MATH_FUNCS
951
952 /* Define if C99 functions or macros in <math.h> should be imported in
953 <tr1/cmath> in namespace std::tr1. */
954 #undef _GLIBCXX_USE_C99_MATH_TR1
955
956 /* Define if C99 types in <stdint.h> should be imported in <cstdint> in
957 namespace std for C++11. */
958 #undef _GLIBCXX_USE_C99_STDINT
959
960 /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
961 namespace std::tr1. */
962 #undef _GLIBCXX_USE_C99_STDINT_TR1
963
964 /* Defined if clock_gettime syscall has monotonic and realtime clock support.
965 */
966 #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL
967
968 /* Defined if clock_gettime has monotonic clock support. */
969 #undef _GLIBCXX_USE_CLOCK_MONOTONIC
970
971 /* Defined if clock_gettime has realtime clock support. */
972 #undef _GLIBCXX_USE_CLOCK_REALTIME
973
974 /* Define if copy_file_range is available in <unistd.h>. */
975 #undef _GLIBCXX_USE_COPY_FILE_RANGE
976
977 /* Define if ISO/IEC TR 24733 decimal floating point types are supported on
978 this host. */
979 #undef _GLIBCXX_USE_DECIMAL_FLOAT
980
981 /* Define if /dev/random and /dev/urandom are available for
982 std::random_device. */
983 #undef _GLIBCXX_USE_DEV_RANDOM
984
985 /* Define if fchmod is available in <sys/stat.h>. */
986 #undef _GLIBCXX_USE_FCHMOD
987
988 /* Define if fchmodat is available in <sys/stat.h>. */
989 #undef _GLIBCXX_USE_FCHMODAT
990
991 /* Defined if gettimeofday is available. */
992 #undef _GLIBCXX_USE_GETTIMEOFDAY
993
994 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
995 #undef _GLIBCXX_USE_GET_NPROCS
996
997 /* Define if init_priority should be used for iostream initialization. */
998 #undef _GLIBCXX_USE_INIT_PRIORITY_ATTRIBUTE
999
1000 /* Define if LFS support is available. */
1001 #undef _GLIBCXX_USE_LFS
1002
1003 /* Define if code specialized for long long should be used. */
1004 #undef _GLIBCXX_USE_LONG_LONG
1005
1006 /* Define if lstat is available in <sys/stat.h>. */
1007 #undef _GLIBCXX_USE_LSTAT
1008
1009 /* Defined if nanosleep is available. */
1010 #undef _GLIBCXX_USE_NANOSLEEP
1011
1012 /* Define if NLS translations are to be used. */
1013 #undef _GLIBCXX_USE_NLS
1014
1015 /* Define if pthreads_num_processors_np is available in <pthread.h>. */
1016 #undef _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP
1017
1018 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
1019 #undef _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT
1020
1021 /* Define if pthread_mutex_clocklock is available in <pthread.h>. */
1022 #undef _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK
1023
1024 /* Define if pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock are
1025 available in <pthread.h>. */
1026 #undef _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK
1027
1028 /* Define if POSIX read/write locks are available in <gthr.h>. */
1029 #undef _GLIBCXX_USE_PTHREAD_RWLOCK_T
1030
1031 /* Define if /dev/random and /dev/urandom are available for the random_device
1032 of TR1 (Chapter 5.1). */
1033 #undef _GLIBCXX_USE_RANDOM_TR1
1034
1035 /* Define if usable realpath is available in <stdlib.h>. */
1036 #undef _GLIBCXX_USE_REALPATH
1037
1038 /* Defined if sched_yield is available. */
1039 #undef _GLIBCXX_USE_SCHED_YIELD
1040
1041 /* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
1042 #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN
1043
1044 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
1045 #undef _GLIBCXX_USE_SC_NPROC_ONLN
1046
1047 /* Define if sendfile is available in <sys/sendfile.h>. */
1048 #undef _GLIBCXX_USE_SENDFILE
1049
1050 /* Define to restrict std::__basic_file<> to stdio APIs. */
1051 #undef _GLIBCXX_USE_STDIO_PURE
1052
1053 /* Define if struct stat has timespec members. */
1054 #undef _GLIBCXX_USE_ST_MTIM
1055
1056 /* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
1057 #undef _GLIBCXX_USE_SYSCTL_HW_NCPU
1058
1059 /* Define if obsolescent tmpnam is available in <stdio.h>. */
1060 #undef _GLIBCXX_USE_TMPNAM
1061
1062 /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
1063 into namespace std in <cuchar> for C++20. */
1064 #undef _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_CXX20
1065
1066 /* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
1067 into namespace std in <cuchar> for -fchar8_t. */
1068 #undef _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_FCHAR8_T
1069
1070 /* Define if utime is available in <utime.h>. */
1071 #undef _GLIBCXX_USE_UTIME
1072
1073 /* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and
1074 AT_FDCWD in <fcntl.h>. */
1075 #undef _GLIBCXX_USE_UTIMENSAT
1076
1077 /* Define if code specialized for wchar_t should be used. */
1078 #undef _GLIBCXX_USE_WCHAR_T
1079
1080 /* Defined if Sleep exists. */
1081 #undef _GLIBCXX_USE_WIN32_SLEEP
1082
1083 /* Define to 1 if a verbose library is built, or 0 otherwise. */
1084 #undef _GLIBCXX_VERBOSE
1085
1086 /* Defined if as can handle rdrand. */
1087 #undef _GLIBCXX_X86_RDRAND
1088
1089 /* Defined if as can handle rdseed. */
1090 #undef _GLIBCXX_X86_RDSEED
1091
1092 /* Define if a directory should be searched for tzdata files. */
1093 #undef _GLIBCXX_ZONEINFO_DIR
1094
1095 /* Define to 1 if mutex_timedlock is available. */
1096 #undef _GTHREAD_USE_MUTEX_TIMEDLOCK
1097
1098 /* Define for large files, on AIX-style hosts. */
1099 #undef _LARGE_FILES
1100
1101 /* Define if all C++11 floating point overloads are available in <math.h>. */
1102 #if __cplusplus >= 201103L
1103 #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP
1104 #endif
1105
1106 /* Define if all C++11 integral type overloads are available in <math.h>. */
1107 #if __cplusplus >= 201103L
1108 #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT
1109 #endif
1110
1111 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
1112 # define HAVE_ACOSF 1
1113 # define acosf _acosf
1114 #endif
1115
1116 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
1117 # define HAVE_ACOSL 1
1118 # define acosl _acosl
1119 #endif
1120
1121 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
1122 # define HAVE_ASINF 1
1123 # define asinf _asinf
1124 #endif
1125
1126 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
1127 # define HAVE_ASINL 1
1128 # define asinl _asinl
1129 #endif
1130
1131 #if defined (HAVE__ATAN2F) && ! defined (HAVE_ATAN2F)
1132 # define HAVE_ATAN2F 1
1133 # define atan2f _atan2f
1134 #endif
1135
1136 #if defined (HAVE__ATAN2L) && ! defined (HAVE_ATAN2L)
1137 # define HAVE_ATAN2L 1
1138 # define atan2l _atan2l
1139 #endif
1140
1141 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
1142 # define HAVE_ATANF 1
1143 # define atanf _atanf
1144 #endif
1145
1146 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
1147 # define HAVE_ATANL 1
1148 # define atanl _atanl
1149 #endif
1150
1151 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
1152 # define HAVE_CEILF 1
1153 # define ceilf _ceilf
1154 #endif
1155
1156 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
1157 # define HAVE_CEILL 1
1158 # define ceill _ceill
1159 #endif
1160
1161 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
1162 # define HAVE_COSF 1
1163 # define cosf _cosf
1164 #endif
1165
1166 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
1167 # define HAVE_COSHF 1
1168 # define coshf _coshf
1169 #endif
1170
1171 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
1172 # define HAVE_COSHL 1
1173 # define coshl _coshl
1174 #endif
1175
1176 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
1177 # define HAVE_COSL 1
1178 # define cosl _cosl
1179 #endif
1180
1181 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
1182 # define HAVE_EXPF 1
1183 # define expf _expf
1184 #endif
1185
1186 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
1187 # define HAVE_EXPL 1
1188 # define expl _expl
1189 #endif
1190
1191 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
1192 # define HAVE_FABSF 1
1193 # define fabsf _fabsf
1194 #endif
1195
1196 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
1197 # define HAVE_FABSL 1
1198 # define fabsl _fabsl
1199 #endif
1200
1201 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
1202 # define HAVE_FINITE 1
1203 # define finite _finite
1204 #endif
1205
1206 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
1207 # define HAVE_FINITEF 1
1208 # define finitef _finitef
1209 #endif
1210
1211 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
1212 # define HAVE_FINITEL 1
1213 # define finitel _finitel
1214 #endif
1215
1216 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
1217 # define HAVE_FLOORF 1
1218 # define floorf _floorf
1219 #endif
1220
1221 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
1222 # define HAVE_FLOORL 1
1223 # define floorl _floorl
1224 #endif
1225
1226 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
1227 # define HAVE_FMODF 1
1228 # define fmodf _fmodf
1229 #endif
1230
1231 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
1232 # define HAVE_FMODL 1
1233 # define fmodl _fmodl
1234 #endif
1235
1236 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
1237 # define HAVE_FPCLASS 1
1238 # define fpclass _fpclass
1239 #endif
1240
1241 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
1242 # define HAVE_FREXPF 1
1243 # define frexpf _frexpf
1244 #endif
1245
1246 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
1247 # define HAVE_FREXPL 1
1248 # define frexpl _frexpl
1249 #endif
1250
1251 #if defined (HAVE__HYPOT) && ! defined (HAVE_HYPOT)
1252 # define HAVE_HYPOT 1
1253 # define hypot _hypot
1254 #endif
1255
1256 #if defined (HAVE__HYPOTF) && ! defined (HAVE_HYPOTF)
1257 # define HAVE_HYPOTF 1
1258 # define hypotf _hypotf
1259 #endif
1260
1261 #if defined (HAVE__HYPOTL) && ! defined (HAVE_HYPOTL)
1262 # define HAVE_HYPOTL 1
1263 # define hypotl _hypotl
1264 #endif
1265
1266 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
1267 # define HAVE_ISINF 1
1268 # define isinf _isinf
1269 #endif
1270
1271 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
1272 # define HAVE_ISINFF 1
1273 # define isinff _isinff
1274 #endif
1275
1276 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
1277 # define HAVE_ISINFL 1
1278 # define isinfl _isinfl
1279 #endif
1280
1281 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
1282 # define HAVE_ISNAN 1
1283 # define isnan _isnan
1284 #endif
1285
1286 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
1287 # define HAVE_ISNANF 1
1288 # define isnanf _isnanf
1289 #endif
1290
1291 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
1292 # define HAVE_ISNANL 1
1293 # define isnanl _isnanl
1294 #endif
1295
1296 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
1297 # define HAVE_LDEXPF 1
1298 # define ldexpf _ldexpf
1299 #endif
1300
1301 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
1302 # define HAVE_LDEXPL 1
1303 # define ldexpl _ldexpl
1304 #endif
1305
1306 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
1307 # define HAVE_LOG10F 1
1308 # define log10f _log10f
1309 #endif
1310
1311 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
1312 # define HAVE_LOG10L 1
1313 # define log10l _log10l
1314 #endif
1315
1316 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
1317 # define HAVE_LOGF 1
1318 # define logf _logf
1319 #endif
1320
1321 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
1322 # define HAVE_LOGL 1
1323 # define logl _logl
1324 #endif
1325
1326 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
1327 # define HAVE_MODF 1
1328 # define modf _modf
1329 #endif
1330
1331 #if defined (HAVE__MODFF) && ! defined (HAVE_MODFF)
1332 # define HAVE_MODFF 1
1333 # define modff _modff
1334 #endif
1335
1336 #if defined (HAVE__MODFL) && ! defined (HAVE_MODFL)
1337 # define HAVE_MODFL 1
1338 # define modfl _modfl
1339 #endif
1340
1341 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
1342 # define HAVE_POWF 1
1343 # define powf _powf
1344 #endif
1345
1346 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
1347 # define HAVE_POWL 1
1348 # define powl _powl
1349 #endif
1350
1351 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
1352 # define HAVE_QFPCLASS 1
1353 # define qfpclass _qfpclass
1354 #endif
1355
1356 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
1357 # define HAVE_SINCOS 1
1358 # define sincos _sincos
1359 #endif
1360
1361 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
1362 # define HAVE_SINCOSF 1
1363 # define sincosf _sincosf
1364 #endif
1365
1366 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
1367 # define HAVE_SINCOSL 1
1368 # define sincosl _sincosl
1369 #endif
1370
1371 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
1372 # define HAVE_SINF 1
1373 # define sinf _sinf
1374 #endif
1375
1376 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
1377 # define HAVE_SINHF 1
1378 # define sinhf _sinhf
1379 #endif
1380
1381 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
1382 # define HAVE_SINHL 1
1383 # define sinhl _sinhl
1384 #endif
1385
1386 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
1387 # define HAVE_SINL 1
1388 # define sinl _sinl
1389 #endif
1390
1391 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
1392 # define HAVE_SQRTF 1
1393 # define sqrtf _sqrtf
1394 #endif
1395
1396 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
1397 # define HAVE_SQRTL 1
1398 # define sqrtl _sqrtl
1399 #endif
1400
1401 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
1402 # define HAVE_STRTOF 1
1403 # define strtof _strtof
1404 #endif
1405
1406 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
1407 # define HAVE_STRTOLD 1
1408 # define strtold _strtold
1409 #endif
1410
1411 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
1412 # define HAVE_TANF 1
1413 # define tanf _tanf
1414 #endif
1415
1416 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
1417 # define HAVE_TANHF 1
1418 # define tanhf _tanhf
1419 #endif
1420
1421 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
1422 # define HAVE_TANHL 1
1423 # define tanhl _tanhl
1424 #endif
1425
1426 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
1427 # define HAVE_TANL 1
1428 # define tanl _tanl
1429 #endif