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