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