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