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