OSDN Git Service

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