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