OSDN Git Service

2004-10-08 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
3
4 // Defines libstdc++ version.
5 #undef PACKAGE
6 #undef VERSION
7
8 // Needed for gettext.
9 #undef ENABLE_NLS
10 #undef HAVE_CATGETS
11 #undef HAVE_GETTEXT
12 #undef HAVE_STPCPY
13
14 // Include I/O support for 'long long' and 'unsigned long long'.
15 #undef _GLIBCXX_USE_LONG_LONG
16
17 // Define if C99 math functions (like fpclassify) should be exposed.
18 #undef _GLIBCXX_USE_C99_MATH
19
20 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
21 #undef _GLIBCXX_USE_C99
22
23 // Define if code specialized for wchar_t should be used.
24 #undef _GLIBCXX_USE_WCHAR_T
25
26 // Define if using setrlimit to set resource limits during 'make check'.
27 #undef _GLIBCXX_RES_LIMITS
28
29 // Define to use concept checking code from the boost libraries.
30 #undef _GLIBCXX_CONCEPT_CHECKS
31
32 // Define to use __cxa_atexit.
33 #undef _GLIBCXX_USE___CXA_ATEXIT
34
35 // Define to use symbol versioning in the shared library.
36 #undef _GLIBCXX_SYMVER
37
38 // Define symbol versioning in assember directives. If symbol
39 // versioning is beigng used, and the assembler supports this kind of
40 // thing, then use it.
41 // NB: _GLIBCXX_AT_AT is a hack to work around quoting issues in m4.
42 #if _GLIBCXX_SYMVER
43   #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
44    asm (".symver " #cur "," #old _GLIBCXX_AT_AT #version);
45 #else
46   #define _GLIBCXX_ASM_SYMVER(cur, old, version)
47 #endif
48
49 // Define if LFS support is available.
50 #undef _GLIBCXX_USE_LFS
51
52 // Define if a fully dynamic basic_string is wanted.
53 #undef _GLIBCXX_FULLY_DYNAMIC_STRING
54
55 // Define if NLS translations are to be used.
56 #undef _GLIBCXX_USE_NLS
57
58 // Define if gthr-default.h exists (meaning that threading support is enabled).
59 #undef HAVE_GTHR_DEFAULT
60
61 // Define if the atan2f function exists.
62 #undef HAVE_ATAN2F 
63
64 // Define if the atan2l function exists.
65 #undef HAVE_ATAN2L
66
67 // Define if the tanl function exists.
68 #undef HAVE_TANL
69
70 // Define if the copysignf function exists.
71 #undef HAVE_COPYSIGNF
72
73 // Define if getpagesize exists.
74 #undef HAVE_GETPAGESIZE
75
76 // Define if setenv exists.
77 #undef HAVE_SETENV
78
79 // Define if sigsetjmp exists.
80 #undef HAVE_SIGSETJMP
81
82 // Define if mbstate_t exists in wchar.h.
83 #undef HAVE_MBSTATE_T
84
85 // Define if you have the modff function.
86 #undef HAVE_MODFF
87
88 // Define if you have the modfl function.
89 #undef HAVE_MODFL
90
91 // Define if you have the expf function.
92 #undef HAVE_EXPF
93
94 // Define if you have the expl function.
95 #undef HAVE_EXPL
96
97 // Define if you have the hypot function.
98 #undef HAVE_HYPOT
99
100 // Define if you have the hypotf function.
101 #undef HAVE_HYPOTF
102
103 // Define if you have the hypotl function.
104 #undef HAVE_HYPOTL
105
106 // Define if the compiler/host combination has __builtin_abs
107 #undef HAVE___BUILTIN_ABS
108
109 // Define if the compiler/host combination has __builtin_labs
110 #undef HAVE___BUILTIN_LABS
111
112 // Define if the compiler/host combination has __builtin_cos
113 #undef HAVE___BUILTIN_COS
114
115 // Define if the compiler/host combination has __builtin_cosf
116 #undef HAVE___BUILTIN_COSF
117
118 // Define if the compiler/host combination has __builtin_cosl
119 #undef HAVE___BUILTIN_COSL
120
121 // Define if the compiler/host combination has __builtin_fabs
122 #undef HAVE___BUILTIN_FABS
123
124 // Define if the compiler/host combination has __builtin_fabsf
125 #undef HAVE___BUILTIN_FABSF
126
127 // Define if the compiler/host combination has __builtin_fabsl
128 #undef HAVE___BUILTIN_FABSL
129
130 // Define if the compiler/host combination has __builtin_sin
131 #undef HAVE___BUILTIN_SIN
132
133 // Define if the compiler/host combination has __builtin_sinf
134 #undef HAVE___BUILTIN_SINF
135
136 // Define if the compiler/host combination has __builtin_sinl
137 #undef HAVE___BUILTIN_SINL
138
139 // Define if the compiler/host combination has __builtin_sqrt
140 #undef HAVE___BUILTIN_SQRT
141
142 // Define if the compiler/host combination has __builtin_sqrtf
143 #undef HAVE___BUILTIN_SQRTF
144
145 // Define if the compiler/host combination has __builtin_sqrtl
146 #undef HAVE___BUILTIN_SQRTL
147
148 // Define if poll is available in <poll.h>.
149 #undef HAVE_POLL
150
151 // Define if S_ISREG (Posix) is available in <sys/stat.h>.
152 #undef HAVE_S_ISREG
153
154 // Define if S_IFREG is available in <sys/stat.h>.
155 #undef HAVE_S_IFREG
156
157 // Define if writev is available in <sys/uio.h>.
158 #undef HAVE_WRITEV
159
160 // Define if int64_t is available in <stdint.h>.
161 #undef HAVE_INT64_T
162
163 // Define if LC_MESSAGES is available in <locale.h>.
164 #undef HAVE_LC_MESSAGES
165
166 // Define if <float.h> exists.
167 #undef HAVE_FLOAT_H
168
169 // Define if modf is present in <math.h>
170 #undef HAVE_MODF
171
172
173 /* Define to 1 if you have the `acosf' function. */
174 #undef HAVE_ACOSF
175
176 /* Define to 1 if you have the `acosl' function. */
177 #undef HAVE_ACOSL
178
179 /* Define to 1 if you have the `asinf' function. */
180 #undef HAVE_ASINF
181
182 /* Define to 1 if you have the `asinl' function. */
183 #undef HAVE_ASINL
184
185 /* Define to 1 if you have the `atan2f' function. */
186 #undef HAVE_ATAN2F
187
188 /* Define to 1 if you have the `atan2l' function. */
189 #undef HAVE_ATAN2L
190
191 /* Define to 1 if you have the `atanf' function. */
192 #undef HAVE_ATANF
193
194 /* Define to 1 if you have the `atanl' function. */
195 #undef HAVE_ATANL
196
197 /* Define to 1 if you have the `btowc' function. */
198 #undef HAVE_BTOWC
199
200 /* Define to 1 if you have the `ceilf' function. */
201 #undef HAVE_CEILF
202
203 /* Define to 1 if you have the `ceill' function. */
204 #undef HAVE_CEILL
205
206 /* Define to 1 if you have the `copysign' function. */
207 #undef HAVE_COPYSIGN
208
209 /* Define to 1 if you have the `copysignf' function. */
210 #undef HAVE_COPYSIGNF
211
212 /* Define to 1 if you have the `copysignl' function. */
213 #undef HAVE_COPYSIGNL
214
215 /* Define to 1 if you have the `cosf' function. */
216 #undef HAVE_COSF
217
218 /* Define to 1 if you have the `coshf' function. */
219 #undef HAVE_COSHF
220
221 /* Define to 1 if you have the `coshl' function. */
222 #undef HAVE_COSHL
223
224 /* Define to 1 if you have the `cosl' function. */
225 #undef HAVE_COSL
226
227 /* Define to 1 if you have the <endian.h> header file. */
228 #undef HAVE_ENDIAN_H
229
230 /* Define to 1 if you have the `expf' function. */
231 #undef HAVE_EXPF
232
233 /* Define to 1 if you have the `expl' function. */
234 #undef HAVE_EXPL
235
236 /* Define to 1 if you have the `fabsf' function. */
237 #undef HAVE_FABSF
238
239 /* Define to 1 if you have the `fabsl' function. */
240 #undef HAVE_FABSL
241
242 /* Define to 1 if you have the `fgetwc' function. */
243 #undef HAVE_FGETWC
244
245 /* Define to 1 if you have the `fgetws' function. */
246 #undef HAVE_FGETWS
247
248 /* Define to 1 if you have the `finite' function. */
249 #undef HAVE_FINITE
250
251 /* Define to 1 if you have the `finitef' function. */
252 #undef HAVE_FINITEF
253
254 /* Define to 1 if you have the `finitel' function. */
255 #undef HAVE_FINITEL
256
257 /* Define to 1 if you have the <float.h> header file. */
258 #undef HAVE_FLOAT_H
259
260 /* Define to 1 if you have the `floorf' function. */
261 #undef HAVE_FLOORF
262
263 /* Define to 1 if you have the `floorl' function. */
264 #undef HAVE_FLOORL
265
266 /* Define to 1 if you have the `fmodf' function. */
267 #undef HAVE_FMODF
268
269 /* Define to 1 if you have the `fmodl' function. */
270 #undef HAVE_FMODL
271
272 /* Define to 1 if you have the `fpclass' function. */
273 #undef HAVE_FPCLASS
274
275 /* Define to 1 if you have the `fputwc' function. */
276 #undef HAVE_FPUTWC
277
278 /* Define to 1 if you have the `fputws' function. */
279 #undef HAVE_FPUTWS
280
281 /* Define to 1 if you have the <fp.h> header file. */
282 #undef HAVE_FP_H
283
284 /* Define to 1 if you have the `frexpf' function. */
285 #undef HAVE_FREXPF
286
287 /* Define to 1 if you have the `frexpl' function. */
288 #undef HAVE_FREXPL
289
290 /* Define to 1 if you have the `fwide' function. */
291 #undef HAVE_FWIDE
292
293 /* Define to 1 if you have the `fwprintf' function. */
294 #undef HAVE_FWPRINTF
295
296 /* Define to 1 if you have the `fwscanf' function. */
297 #undef HAVE_FWSCANF
298
299 /* Define to 1 if you have the <gconv.h> header file. */
300 #undef HAVE_GCONV_H
301
302 /* Define to 1 if you have the `getpagesize' function. */
303 #undef HAVE_GETPAGESIZE
304
305 /* Define to 1 if you have the `getwc' function. */
306 #undef HAVE_GETWC
307
308 /* Define to 1 if you have the `getwchar' function. */
309 #undef HAVE_GETWCHAR
310
311 /* Define to 1 if you have the `hypot' function. */
312 #undef HAVE_HYPOT
313
314 /* Define to 1 if you have the `hypotf' function. */
315 #undef HAVE_HYPOTF
316
317 /* Define to 1 if you have the `hypotl' function. */
318 #undef HAVE_HYPOTL
319
320 /* Define to 1 if you have the `iconv' function. */
321 #undef HAVE_ICONV
322
323 /* Define to 1 if you have the `iconv_close' function. */
324 #undef HAVE_ICONV_CLOSE
325
326 /* Define to 1 if you have the `iconv_open' function. */
327 #undef HAVE_ICONV_OPEN
328
329 /* Define to 1 if you have the <ieeefp.h> header file. */
330 #undef HAVE_IEEEFP_H
331
332 /* Define to 1 if you have the <inttypes.h> header file. */
333 #undef HAVE_INTTYPES_H
334
335 /* Define to 1 if you have the `isinf' function. */
336 #undef HAVE_ISINF
337
338 /* Define to 1 if you have the `isinff' function. */
339 #undef HAVE_ISINFF
340
341 /* Define to 1 if you have the `isinfl' function. */
342 #undef HAVE_ISINFL
343
344 /* Define to 1 if you have the `isnan' function. */
345 #undef HAVE_ISNAN
346
347 /* Define to 1 if you have the `isnanf' function. */
348 #undef HAVE_ISNANF
349
350 /* Define to 1 if you have the `isnanl' function. */
351 #undef HAVE_ISNANL
352
353 /* Define to 1 if you have the `iswblank' function. */
354 #undef HAVE_ISWBLANK
355
356 /* Define to 1 if you have the `ldexpf' function. */
357 #undef HAVE_LDEXPF
358
359 /* Define to 1 if you have the `ldexpl' function. */
360 #undef HAVE_LDEXPL
361
362 /* Define to 1 if you have the <libintl.h> header file. */
363 #undef HAVE_LIBINTL_H
364
365 /* Define to 1 if you have the `m' library (-lm). */
366 #undef HAVE_LIBM
367
368 /* Only used in build directory testsuite_hooks.h. */
369 #undef HAVE_LIMIT_AS
370
371 /* Only used in build directory testsuite_hooks.h. */
372 #undef HAVE_LIMIT_DATA
373
374 /* Only used in build directory testsuite_hooks.h. */
375 #undef HAVE_LIMIT_FSIZE
376
377 /* Only used in build directory testsuite_hooks.h. */
378 #undef HAVE_LIMIT_RSS
379
380 /* Only used in build directory testsuite_hooks.h. */
381 #undef HAVE_LIMIT_VMEM
382
383 /* Define to 1 if you have the <locale.h> header file. */
384 #undef HAVE_LOCALE_H
385
386 /* Define to 1 if you have the `log10f' function. */
387 #undef HAVE_LOG10F
388
389 /* Define to 1 if you have the `log10l' function. */
390 #undef HAVE_LOG10L
391
392 /* Define to 1 if you have the `logf' function. */
393 #undef HAVE_LOGF
394
395 /* Define to 1 if you have the `logl' function. */
396 #undef HAVE_LOGL
397
398 /* Define to 1 if you have the <machine/endian.h> header file. */
399 #undef HAVE_MACHINE_ENDIAN_H
400
401 /* Define to 1 if you have the <machine/param.h> header file. */
402 #undef HAVE_MACHINE_PARAM_H
403
404 /* Define to 1 if you have the `mbrlen' function. */
405 #undef HAVE_MBRLEN
406
407 /* Define to 1 if you have the `mbrtowc' function. */
408 #undef HAVE_MBRTOWC
409
410 /* Define to 1 if you have the `mbsinit' function. */
411 #undef HAVE_MBSINIT
412
413 /* Define to 1 if you have the `mbsrtowcs' function. */
414 #undef HAVE_MBSRTOWCS
415
416 /* Define to 1 if you have the <memory.h> header file. */
417 #undef HAVE_MEMORY_H
418
419 /* Define to 1 if you have a working `mmap' system call. */
420 #undef HAVE_MMAP
421
422 /* Define to 1 if you have the `modff' function. */
423 #undef HAVE_MODFF
424
425 /* Define to 1 if you have the `modfl' function. */
426 #undef HAVE_MODFL
427
428 /* Define to 1 if you have the <nan.h> header file. */
429 #undef HAVE_NAN_H
430
431 /* Define to 1 if you have the `nl_langinfo' function. */
432 #undef HAVE_NL_LANGINFO
433
434 /* Define to 1 if you have the `powf' function. */
435 #undef HAVE_POWF
436
437 /* Define to 1 if you have the `powl' function. */
438 #undef HAVE_POWL
439
440 /* Define to 1 if you have the `putwc' function. */
441 #undef HAVE_PUTWC
442
443 /* Define to 1 if you have the `putwchar' function. */
444 #undef HAVE_PUTWCHAR
445
446 /* Define to 1 if you have the `qfpclass' function. */
447 #undef HAVE_QFPCLASS
448
449 /* Define to 1 if you have the `setenv' function. */
450 #undef HAVE_SETENV
451
452 /* Define if sigsetjmp is available. */
453 #undef HAVE_SIGSETJMP
454
455 /* Define to 1 if you have the `sincos' function. */
456 #undef HAVE_SINCOS
457
458 /* Define to 1 if you have the `sincosf' function. */
459 #undef HAVE_SINCOSF
460
461 /* Define to 1 if you have the `sincosl' function. */
462 #undef HAVE_SINCOSL
463
464 /* Define to 1 if you have the `sinf' function. */
465 #undef HAVE_SINF
466
467 /* Define to 1 if you have the `sinhf' function. */
468 #undef HAVE_SINHF
469
470 /* Define to 1 if you have the `sinhl' function. */
471 #undef HAVE_SINHL
472
473 /* Define to 1 if you have the `sinl' function. */
474 #undef HAVE_SINL
475
476 /* Define to 1 if you have the `sqrtf' function. */
477 #undef HAVE_SQRTF
478
479 /* Define to 1 if you have the `sqrtl' function. */
480 #undef HAVE_SQRTL
481
482 /* Define to 1 if you have the <stdint.h> header file. */
483 #undef HAVE_STDINT_H
484
485 /* Define to 1 if you have the <stdlib.h> header file. */
486 #undef HAVE_STDLIB_H
487
488 /* Define to 1 if you have the <strings.h> header file. */
489 #undef HAVE_STRINGS_H
490
491 /* Define to 1 if you have the <string.h> header file. */
492 #undef HAVE_STRING_H
493
494 /* Define to 1 if you have the `strtof' function. */
495 #undef HAVE_STRTOF
496
497 /* Define to 1 if you have the `strtold' function. */
498 #undef HAVE_STRTOLD
499
500 /* Define to 1 if you have the `swprintf' function. */
501 #undef HAVE_SWPRINTF
502
503 /* Define to 1 if you have the `swscanf' function. */
504 #undef HAVE_SWSCANF
505
506 /* Define to 1 if you have the <sys/filio.h> header file. */
507 #undef HAVE_SYS_FILIO_H
508
509 /* Define to 1 if you have the <sys/ioctl.h> header file. */
510 #undef HAVE_SYS_IOCTL_H
511
512 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
513 #undef HAVE_SYS_ISA_DEFS_H
514
515 /* Define to 1 if you have the <sys/machine.h> header file. */
516 #undef HAVE_SYS_MACHINE_H
517
518 /* Define to 1 if you have the <sys/param.h> header file. */
519 #undef HAVE_SYS_PARAM_H
520
521 /* Define to 1 if you have the <sys/resource.h> header file. */
522 #undef HAVE_SYS_RESOURCE_H
523
524 /* Define to 1 if you have the <sys/stat.h> header file. */
525 #undef HAVE_SYS_STAT_H
526
527 /* Define to 1 if you have the <sys/time.h> header file. */
528 #undef HAVE_SYS_TIME_H
529
530 /* Define to 1 if you have the <sys/types.h> header file. */
531 #undef HAVE_SYS_TYPES_H
532
533 /* Define to 1 if you have the <sys/uio.h> header file. */
534 #undef HAVE_SYS_UIO_H
535
536 /* Define to 1 if you have the `tanf' function. */
537 #undef HAVE_TANF
538
539 /* Define to 1 if you have the `tanhf' function. */
540 #undef HAVE_TANHF
541
542 /* Define to 1 if you have the `tanhl' function. */
543 #undef HAVE_TANHL
544
545 /* Define to 1 if you have the `tanl' function. */
546 #undef HAVE_TANL
547
548 /* Define to 1 if you have the `ungetwc' function. */
549 #undef HAVE_UNGETWC
550
551 /* Define to 1 if you have the <unistd.h> header file. */
552 #undef HAVE_UNISTD_H
553
554 /* Define to 1 if you have the `vfwprintf' function. */
555 #undef HAVE_VFWPRINTF
556
557 /* Define to 1 if you have the `vfwscanf' function. */
558 #undef HAVE_VFWSCANF
559
560 /* Define to 1 if you have the `vswprintf' function. */
561 #undef HAVE_VSWPRINTF
562
563 /* Define to 1 if you have the `vswscanf' function. */
564 #undef HAVE_VSWSCANF
565
566 /* Define to 1 if you have the `vwprintf' function. */
567 #undef HAVE_VWPRINTF
568
569 /* Define to 1 if you have the `vwscanf' function. */
570 #undef HAVE_VWSCANF
571
572 /* Define to 1 if you have the <wchar.h> header file. */
573 #undef HAVE_WCHAR_H
574
575 /* Define to 1 if you have the `wcrtomb' function. */
576 #undef HAVE_WCRTOMB
577
578 /* Define to 1 if you have the `wcscat' function. */
579 #undef HAVE_WCSCAT
580
581 /* Define to 1 if you have the `wcschr' function. */
582 #undef HAVE_WCSCHR
583
584 /* Define to 1 if you have the `wcscmp' function. */
585 #undef HAVE_WCSCMP
586
587 /* Define to 1 if you have the `wcscoll' function. */
588 #undef HAVE_WCSCOLL
589
590 /* Define to 1 if you have the `wcscpy' function. */
591 #undef HAVE_WCSCPY
592
593 /* Define to 1 if you have the `wcscspn' function. */
594 #undef HAVE_WCSCSPN
595
596 /* Define to 1 if you have the `wcsftime' function. */
597 #undef HAVE_WCSFTIME
598
599 /* Define to 1 if you have the `wcslen' function. */
600 #undef HAVE_WCSLEN
601
602 /* Define to 1 if you have the `wcsncat' function. */
603 #undef HAVE_WCSNCAT
604
605 /* Define to 1 if you have the `wcsncmp' function. */
606 #undef HAVE_WCSNCMP
607
608 /* Define to 1 if you have the `wcsncpy' function. */
609 #undef HAVE_WCSNCPY
610
611 /* Define to 1 if you have the `wcspbrk' function. */
612 #undef HAVE_WCSPBRK
613
614 /* Define to 1 if you have the `wcsrchr' function. */
615 #undef HAVE_WCSRCHR
616
617 /* Define to 1 if you have the `wcsrtombs' function. */
618 #undef HAVE_WCSRTOMBS
619
620 /* Define to 1 if you have the `wcsspn' function. */
621 #undef HAVE_WCSSPN
622
623 /* Define to 1 if you have the `wcsstr' function. */
624 #undef HAVE_WCSSTR
625
626 /* Define to 1 if you have the `wcstod' function. */
627 #undef HAVE_WCSTOD
628
629 /* Define to 1 if you have the `wcstof' function. */
630 #undef HAVE_WCSTOF
631
632 /* Define to 1 if you have the `wcstok' function. */
633 #undef HAVE_WCSTOK
634
635 /* Define to 1 if you have the `wcstol' function. */
636 #undef HAVE_WCSTOL
637
638 /* Define to 1 if you have the `wcstoul' function. */
639 #undef HAVE_WCSTOUL
640
641 /* Define to 1 if you have the `wcsxfrm' function. */
642 #undef HAVE_WCSXFRM
643
644 /* Define to 1 if you have the `wctob' function. */
645 #undef HAVE_WCTOB
646
647 /* Define to 1 if you have the <wctype.h> header file. */
648 #undef HAVE_WCTYPE_H
649
650 /* Define to 1 if you have the `wmemchr' function. */
651 #undef HAVE_WMEMCHR
652
653 /* Define to 1 if you have the `wmemcmp' function. */
654 #undef HAVE_WMEMCMP
655
656 /* Define to 1 if you have the `wmemcpy' function. */
657 #undef HAVE_WMEMCPY
658
659 /* Define to 1 if you have the `wmemmove' function. */
660 #undef HAVE_WMEMMOVE
661
662 /* Define to 1 if you have the `wmemset' function. */
663 #undef HAVE_WMEMSET
664
665 /* Define to 1 if you have the `wprintf' function. */
666 #undef HAVE_WPRINTF
667
668 /* Define to 1 if you have the `wscanf' function. */
669 #undef HAVE_WSCANF
670
671 /* Define to 1 if you have the `_acosf' function. */
672 #undef HAVE__ACOSF
673
674 /* Define to 1 if you have the `_acosl' function. */
675 #undef HAVE__ACOSL
676
677 /* Define to 1 if you have the `_asinf' function. */
678 #undef HAVE__ASINF
679
680 /* Define to 1 if you have the `_asinl' function. */
681 #undef HAVE__ASINL
682
683 /* Define to 1 if you have the `_atan2f' function. */
684 #undef HAVE__ATAN2F
685
686 /* Define to 1 if you have the `_atan2l' function. */
687 #undef HAVE__ATAN2L
688
689 /* Define to 1 if you have the `_atanf' function. */
690 #undef HAVE__ATANF
691
692 /* Define to 1 if you have the `_atanl' function. */
693 #undef HAVE__ATANL
694
695 /* Define to 1 if you have the `_ceilf' function. */
696 #undef HAVE__CEILF
697
698 /* Define to 1 if you have the `_ceill' function. */
699 #undef HAVE__CEILL
700
701 /* Define to 1 if you have the `_copysign' function. */
702 #undef HAVE__COPYSIGN
703
704 /* Define to 1 if you have the `_copysignl' function. */
705 #undef HAVE__COPYSIGNL
706
707 /* Define to 1 if you have the `_cosf' function. */
708 #undef HAVE__COSF
709
710 /* Define to 1 if you have the `_coshf' function. */
711 #undef HAVE__COSHF
712
713 /* Define to 1 if you have the `_coshl' function. */
714 #undef HAVE__COSHL
715
716 /* Define to 1 if you have the `_cosl' function. */
717 #undef HAVE__COSL
718
719 /* Define to 1 if you have the `_expf' function. */
720 #undef HAVE__EXPF
721
722 /* Define to 1 if you have the `_expl' function. */
723 #undef HAVE__EXPL
724
725 /* Define to 1 if you have the `_fabsf' function. */
726 #undef HAVE__FABSF
727
728 /* Define to 1 if you have the `_fabsl' function. */
729 #undef HAVE__FABSL
730
731 /* Define to 1 if you have the `_finite' function. */
732 #undef HAVE__FINITE
733
734 /* Define to 1 if you have the `_finitef' function. */
735 #undef HAVE__FINITEF
736
737 /* Define to 1 if you have the `_finitel' function. */
738 #undef HAVE__FINITEL
739
740 /* Define to 1 if you have the `_floorf' function. */
741 #undef HAVE__FLOORF
742
743 /* Define to 1 if you have the `_floorl' function. */
744 #undef HAVE__FLOORL
745
746 /* Define to 1 if you have the `_fmodf' function. */
747 #undef HAVE__FMODF
748
749 /* Define to 1 if you have the `_fmodl' function. */
750 #undef HAVE__FMODL
751
752 /* Define to 1 if you have the `_fpclass' function. */
753 #undef HAVE__FPCLASS
754
755 /* Define to 1 if you have the `_frexpf' function. */
756 #undef HAVE__FREXPF
757
758 /* Define to 1 if you have the `_frexpl' function. */
759 #undef HAVE__FREXPL
760
761 /* Define to 1 if you have the `_hypot' function. */
762 #undef HAVE__HYPOT
763
764 /* Define to 1 if you have the `_hypotf' function. */
765 #undef HAVE__HYPOTF
766
767 /* Define to 1 if you have the `_hypotl' function. */
768 #undef HAVE__HYPOTL
769
770 /* Define to 1 if you have the `_isinf' function. */
771 #undef HAVE__ISINF
772
773 /* Define to 1 if you have the `_isinff' function. */
774 #undef HAVE__ISINFF
775
776 /* Define to 1 if you have the `_isinfl' function. */
777 #undef HAVE__ISINFL
778
779 /* Define to 1 if you have the `_isnan' function. */
780 #undef HAVE__ISNAN
781
782 /* Define to 1 if you have the `_isnanf' function. */
783 #undef HAVE__ISNANF
784
785 /* Define to 1 if you have the `_isnanl' function. */
786 #undef HAVE__ISNANL
787
788 /* Define to 1 if you have the `_ldexpf' function. */
789 #undef HAVE__LDEXPF
790
791 /* Define to 1 if you have the `_ldexpl' function. */
792 #undef HAVE__LDEXPL
793
794 /* Define to 1 if you have the `_log10f' function. */
795 #undef HAVE__LOG10F
796
797 /* Define to 1 if you have the `_log10l' function. */
798 #undef HAVE__LOG10L
799
800 /* Define to 1 if you have the `_logf' function. */
801 #undef HAVE__LOGF
802
803 /* Define to 1 if you have the `_logl' function. */
804 #undef HAVE__LOGL
805
806 /* Define to 1 if you have the `_modff' function. */
807 #undef HAVE__MODFF
808
809 /* Define to 1 if you have the `_modfl' function. */
810 #undef HAVE__MODFL
811
812 /* Define to 1 if you have the `_powf' function. */
813 #undef HAVE__POWF
814
815 /* Define to 1 if you have the `_powl' function. */
816 #undef HAVE__POWL
817
818 /* Define to 1 if you have the `_qfpclass' function. */
819 #undef HAVE__QFPCLASS
820
821 /* Define to 1 if you have the `_sincos' function. */
822 #undef HAVE__SINCOS
823
824 /* Define to 1 if you have the `_sincosf' function. */
825 #undef HAVE__SINCOSF
826
827 /* Define to 1 if you have the `_sincosl' function. */
828 #undef HAVE__SINCOSL
829
830 /* Define to 1 if you have the `_sinf' function. */
831 #undef HAVE__SINF
832
833 /* Define to 1 if you have the `_sinhf' function. */
834 #undef HAVE__SINHF
835
836 /* Define to 1 if you have the `_sinhl' function. */
837 #undef HAVE__SINHL
838
839 /* Define to 1 if you have the `_sinl' function. */
840 #undef HAVE__SINL
841
842 /* Define to 1 if you have the `_sqrtf' function. */
843 #undef HAVE__SQRTF
844
845 /* Define to 1 if you have the `_sqrtl' function. */
846 #undef HAVE__SQRTL
847
848 /* Define to 1 if you have the `_tanf' function. */
849 #undef HAVE__TANF
850
851 /* Define to 1 if you have the `_tanhf' function. */
852 #undef HAVE__TANHF
853
854 /* Define to 1 if you have the `_tanhl' function. */
855 #undef HAVE__TANHL
856
857 /* Define to 1 if you have the `_tanl' function. */
858 #undef HAVE__TANL
859
860 /* Define to 1 if you have the `__signbit' function. */
861 #undef HAVE___SIGNBIT
862
863 /* Define to 1 if you have the `__signbitf' function. */
864 #undef HAVE___SIGNBITF
865
866 /* Define to 1 if you have the `__signbitl' function. */
867 #undef HAVE___SIGNBITL
868
869 /* Define to the address where bug reports for this package should be sent. */
870 #undef PACKAGE_BUGREPORT
871
872 /* Define to the full name of this package. */
873 #undef PACKAGE_NAME
874
875 /* Define to the full name and version of this package. */
876 #undef PACKAGE_STRING
877
878 /* Define to the one symbol short name of this package. */
879 #undef PACKAGE_TARNAME
880
881 /* Define to the version of this package. */
882 #undef PACKAGE_VERSION
883
884 /* Define to 1 if you have the ANSI C header files. */
885 #undef STDC_HEADERS
886
887 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
888 #undef _GLIBCXX_HOSTED
889
890 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
891 #undef _GLIBCXX_SJLJ_EXCEPTIONS
892 //
893 // Systems that have certain non-standard functions prefixed with an
894 // underscore, we'll handle those here. Must come after config.h.in.
895 //
896 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
897 # define HAVE_ISNAN 1
898 # define isnan _isnan
899 #endif
900
901 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
902 # define HAVE_ISNANF 1
903 # define isnanf _isnanf
904 #endif
905
906 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
907 # define HAVE_ISNANL 1
908 # define isnanl _isnanl
909 #endif
910
911 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
912 # define HAVE_ISINF 1
913 # define isinf _isinf
914 #endif
915
916 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
917 # define HAVE_ISINFF 1
918 # define isinff _isinff
919 #endif
920
921 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
922 # define HAVE_ISINFL 1
923 # define isinfl _isinfl
924 #endif
925
926 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
927 # define HAVE_COPYSIGN 1
928 # define copysign _copysign
929 #endif
930
931 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
932 # define HAVE_COPYSIGNL 1
933 # define copysignl _copysignl
934 #endif
935
936 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
937 # define HAVE_COSF 1
938 # define cosf _cosf
939 #endif
940
941 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
942 # define HAVE_ACOSF 1
943 # define acosf _acosf
944 #endif
945
946 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
947 # define HAVE_ACOSL 1
948 # define acosl _acosl
949 #endif
950
951 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
952 # define HAVE_ASINF 1
953 # define asinf _asinf
954 #endif
955
956 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
957 # define HAVE_ASINL 1
958 # define asinl _asinl
959 #endif
960
961 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
962 # define HAVE_ATANF 1
963 # define atanf _atanf
964 #endif
965
966 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
967 # define HAVE_ATANL 1
968 # define atanl _atanl
969 #endif
970
971 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
972 # define HAVE_CEILF 1
973 # define aceil _ceilf
974 #endif
975
976 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
977 # define HAVE_CEILL 1
978 # define aceil _ceill
979 #endif
980
981 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
982 # define HAVE_COSHF 1
983 # define coshf _coshf
984 #endif
985
986 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
987 # define HAVE_COSL 1
988 # define cosl _cosl
989 #endif
990
991 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
992 # define HAVE_LOGF 1
993 # define logf _logf
994 #endif
995
996 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
997 # define HAVE_COSHL 1
998 # define coshl _coshl
999 #endif
1000
1001 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
1002 # define HAVE_EXPF 1
1003 # define expf _expf
1004 #endif
1005
1006 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
1007 # define HAVE_EXPL 1
1008 # define expl _expl
1009 #endif
1010
1011 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
1012 # define HAVE_FABSF 1
1013 # define fabsf _fabsf
1014 #endif
1015
1016 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
1017 # define HAVE_FABSL 1
1018 # define fabsl _fabsl
1019 #endif
1020
1021 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
1022 # define HAVE_FLOORF 1
1023 # define floorf _floorf
1024 #endif
1025
1026 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
1027 # define HAVE_FLOORL 1
1028 # define floorl _floorl
1029 #endif
1030
1031 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
1032 # define HAVE_FMODF 1
1033 # define fmodf _fmodf
1034 #endif
1035
1036 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
1037 # define HAVE_FMODL 1
1038 # define fmodl _fmodl
1039 #endif
1040
1041 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
1042 # define HAVE_FREXPF 1
1043 # define frexpf _frexpf
1044 #endif
1045
1046 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
1047 # define HAVE_FREXPL 1
1048 # define frexpl _frexpl
1049 #endif
1050
1051 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
1052 # define HAVE_LDEXPF 1
1053 # define ldexpf _ldexpf
1054 #endif
1055
1056 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
1057 # define HAVE_LDEXPL 1
1058 # define ldexpl _ldexpl
1059 #endif
1060
1061 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
1062 # define HAVE_LOG10F 1
1063 # define log10f _log10f
1064 #endif
1065
1066 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
1067 # define HAVE_LOGL 1
1068 # define logl _logl
1069 #endif
1070
1071 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
1072 # define HAVE_POWF 1
1073 # define powf _powf
1074 #endif
1075
1076 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
1077 # define HAVE_LOG10L 1
1078 # define log10l _log10l
1079 #endif
1080
1081 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
1082 # define HAVE_MODF 1
1083 # define modf _modf
1084 #endif
1085
1086 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
1087 # define HAVE_MODL 1
1088 # define modl _modl
1089 #endif
1090
1091 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
1092 # define HAVE_SINF 1
1093 # define sinf _sinf
1094 #endif
1095
1096 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
1097 # define HAVE_POWL 1
1098 # define powl _powl
1099 #endif
1100
1101 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
1102 # define HAVE_SINHF 1
1103 # define sinhf _sinhf
1104 #endif
1105
1106 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
1107 # define HAVE_SINL 1
1108 # define sinl _sinl
1109 #endif
1110
1111 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
1112 # define HAVE_SQRTF 1
1113 # define sqrtf _sqrtf
1114 #endif
1115
1116 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
1117 # define HAVE_SINHL 1
1118 # define sinhl _sinhl
1119 #endif
1120
1121 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
1122 # define HAVE_TANF 1
1123 # define tanf _tanf
1124 #endif
1125
1126 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
1127 # define HAVE_SQRTL 1
1128 # define sqrtl _sqrtl
1129 #endif
1130
1131 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
1132 # define HAVE_TANHF 1
1133 # define tanhf _tanhf
1134 #endif
1135
1136 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
1137 # define HAVE_TANF 1
1138 # define tanf _tanf
1139 #endif
1140
1141 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
1142 # define HAVE_STRTOF 1
1143 # define strtof _strtof
1144 #endif
1145
1146 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
1147 # define HAVE_TANHL 1
1148 # define tanhl _tanhl
1149 #endif
1150
1151 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
1152 # define HAVE_STRTOLD 1
1153 # define strtold _strtold
1154 #endif
1155
1156 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
1157 # define HAVE_SINCOS 1
1158 # define sincos _sincos
1159 #endif
1160
1161 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
1162 # define HAVE_SINCOSF 1
1163 # define sincosf _sincosf
1164 #endif
1165
1166 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
1167 # define HAVE_SINCOSL 1
1168 # define sincosl _sincosl
1169 #endif
1170
1171 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
1172 # define HAVE_FINITE 1
1173 # define finite _finite
1174 #endif
1175
1176 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
1177 # define HAVE_FINITEF 1
1178 # define finitef _finitef
1179 #endif
1180
1181 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
1182 # define HAVE_FINITEL 1
1183 # define finitel _finitel
1184 #endif
1185
1186 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
1187 # define HAVE_QFINITE 1
1188 # define qfinite _qfinite
1189 #endif
1190
1191 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
1192 # define HAVE_FPCLASS 1
1193 # define fpclass _fpclass
1194 #endif
1195
1196 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
1197 # define HAVE_QFPCLASS 1
1198 # define qfpclass _qfpclass
1199 #endif
1200