OSDN Git Service

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