config.h revision 114037
196136Sobrien/* $FreeBSD: head/gnu/lib/libstdc++/config.h 114037 2003-04-25 21:17:31Z obrien $ */
296340Sobrien
396340Sobrien/* config.h.  Generated automatically by configure.  */
496340Sobrien/* config.h.in.  Generated automatically from configure.in by autoheader.  */
596340Sobrien
696340Sobrien/* Define if you have a working `mmap' system call.  */
796340Sobrien#define HAVE_MMAP 1
896340Sobrien
996340Sobrien// Define if GCC supports weak symbols.
1096340Sobrien#define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__
1196340Sobrien
1296340Sobrien// Include I/O support for 'long long' and 'unsigned long long'.
1396340Sobrien#define _GLIBCPP_USE_LONG_LONG 1
1496340Sobrien
1596340Sobrien// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
16114037Sobrien#define _GLIBCPP_USE_C99 1
1796340Sobrien
1896340Sobrien// Define if code specialized for wchar_t should be used.
1996340Sobrien/* #undef _GLIBCPP_USE_WCHAR_T */
2096340Sobrien
2196340Sobrien// Define if using setrlimit to limit memory usage during 'make check'.
2296340Sobrien/* #undef _GLIBCPP_MEM_LIMITS */
2396340Sobrien
2496340Sobrien// Define to use concept checking code from the boost libraries.
2596340Sobrien/* #undef _GLIBCPP_CONCEPT_CHECKS */
2696340Sobrien
27107615Sobrien// Define to use symbol versioning in the shared library.
28107615Sobrien/* #undef _GLIBCPP_SYMVER */
29107615Sobrien
30107615Sobrien// Define symbol versioning in assember directives. If symbol
31107615Sobrien// versioning is beigng used, and the assembler supports this kind of
32107615Sobrien// thing, then use it.
33107615Sobrien// NB: _GLIBCPP_AT_AT is a hack to work around quoting issues in m4.
34107615Sobrien#if _GLIBCPP_SYMVER
35107615Sobrien  #define _GLIBCPP_ASM_SYMVER(cur, old, version) \
36107615Sobrien   asm (".symver " #cur "," #old _GLIBCPP_AT_AT #version);
37107615Sobrien#else
38107615Sobrien  #define _GLIBCPP_ASM_SYMVER(cur, old, version)
39107615Sobrien#endif
40107615Sobrien
41111116Skan// Define if gthr-default.h exists (meaning that threading support is enabled).
42111116Skan#define HAVE_GTHR_DEFAULT 1
43111116Skan
4496340Sobrien// Define if mbstate_t exists in wchar.h.
4596340Sobrien#define HAVE_MBSTATE_T 1
4696340Sobrien
4796340Sobrien// Define if you have the modff function.
4896340Sobrien#define HAVE_MODFF 1
4996340Sobrien
5096340Sobrien// Define if you have the modfl function.
5196340Sobrien/* #undef HAVE_MODFL */
5296340Sobrien
5396340Sobrien// Define if you have the expf function.
5496340Sobrien#define HAVE_EXPF 1
5596340Sobrien
5696340Sobrien// Define if you have the expl function.
5796340Sobrien/* #undef HAVE_EXPL */
5896340Sobrien
5996340Sobrien// Define if you have the hypotf function.
6096340Sobrien#define HAVE_HYPOTF 1
6196340Sobrien
6296340Sobrien// Define if you have the hypotl function.
6396340Sobrien/* #undef HAVE_HYPOTL */
6496340Sobrien
6596340Sobrien// Define if the compiler/host combination has __builtin_abs
6696340Sobrien#define HAVE___BUILTIN_ABS 1
6796340Sobrien
6896340Sobrien// Define if the compiler/host combination has __builtin_labs
6996340Sobrien#define HAVE___BUILTIN_LABS 1
7096340Sobrien
7196340Sobrien// Define if the compiler/host combination has __builtin_cos
7296340Sobrien/* #undef HAVE___BUILTIN_COS */
7396340Sobrien
7496340Sobrien// Define if the compiler/host combination has __builtin_cosf
7596340Sobrien/* #undef HAVE___BUILTIN_COSF */
7696340Sobrien
7796340Sobrien// Define if the compiler/host combination has __builtin_cosl
7896340Sobrien/* #undef HAVE___BUILTIN_COSL */
7996340Sobrien
8096340Sobrien// Define if the compiler/host combination has __builtin_fabs
8196340Sobrien#define HAVE___BUILTIN_FABS 1
8296340Sobrien
8396340Sobrien// Define if the compiler/host combination has __builtin_fabsf
8496340Sobrien#define HAVE___BUILTIN_FABSF 1
8596340Sobrien
8696340Sobrien// Define if the compiler/host combination has __builtin_fabsl
8796340Sobrien#define HAVE___BUILTIN_FABSL 1
8896340Sobrien
8996340Sobrien// Define if the compiler/host combination has __builtin_sin
9096340Sobrien/* #undef HAVE___BUILTIN_SIN */
9196340Sobrien
9296340Sobrien// Define if the compiler/host combination has __builtin_sinf
9396340Sobrien/* #undef HAVE___BUILTIN_SINF */
9496340Sobrien
9596340Sobrien// Define if the compiler/host combination has __builtin_sinl
9696340Sobrien/* #undef HAVE___BUILTIN_SINL */
9796340Sobrien
9896340Sobrien// Define if the compiler/host combination has __builtin_sqrt
9996340Sobrien/* #undef HAVE___BUILTIN_SQRT */
10096340Sobrien
10196340Sobrien// Define if the compiler/host combination has __builtin_sqrtf
10296340Sobrien/* #undef HAVE___BUILTIN_SQRTF */
10396340Sobrien
10496340Sobrien// Define if the compiler/host combination has __builtin_sqrtl
10596340Sobrien/* #undef HAVE___BUILTIN_SQRTL */
10696340Sobrien
10796340Sobrien// Define if LC_MESSAGES is available in <locale.h>.
10896340Sobrien#define HAVE_LC_MESSAGES 1
10996340Sobrien
11096340Sobrien/* Define if you have the __signbit function.  */
111111116Skan#define HAVE___SIGNBIT 1
11296340Sobrien
11396340Sobrien/* Define if you have the __signbitf function.  */
11496340Sobrien/* #undef HAVE___SIGNBITF */
11596340Sobrien
11696340Sobrien/* Define if you have the __signbitl function.  */
11796340Sobrien/* #undef HAVE___SIGNBITL */
11896340Sobrien
11996340Sobrien/* Define if you have the _acosf function.  */
12096340Sobrien/* #undef HAVE__ACOSF */
12196340Sobrien
12296340Sobrien/* Define if you have the _acosl function.  */
12396340Sobrien/* #undef HAVE__ACOSL */
12496340Sobrien
12596340Sobrien/* Define if you have the _asinf function.  */
12696340Sobrien/* #undef HAVE__ASINF */
12796340Sobrien
12896340Sobrien/* Define if you have the _asinl function.  */
12996340Sobrien/* #undef HAVE__ASINL */
13096340Sobrien
13196340Sobrien/* Define if you have the _atan2f function.  */
13296340Sobrien/* #undef HAVE__ATAN2F */
13396340Sobrien
13496340Sobrien/* Define if you have the _atan2l function.  */
13596340Sobrien/* #undef HAVE__ATAN2L */
13696340Sobrien
13796340Sobrien/* Define if you have the _atanf function.  */
13896340Sobrien/* #undef HAVE__ATANF */
13996340Sobrien
14096340Sobrien/* Define if you have the _atanl function.  */
14196340Sobrien/* #undef HAVE__ATANL */
14296340Sobrien
14396340Sobrien/* Define if you have the _ceilf function.  */
14496340Sobrien/* #undef HAVE__CEILF */
14596340Sobrien
14696340Sobrien/* Define if you have the _ceill function.  */
14796340Sobrien/* #undef HAVE__CEILL */
14896340Sobrien
14996340Sobrien/* Define if you have the _copysign function.  */
15096340Sobrien/* #undef HAVE__COPYSIGN */
15196340Sobrien
15296340Sobrien/* Define if you have the _copysignl function.  */
15396340Sobrien/* #undef HAVE__COPYSIGNL */
15496340Sobrien
15596340Sobrien/* Define if you have the _cosf function.  */
15696340Sobrien/* #undef HAVE__COSF */
15796340Sobrien
15896340Sobrien/* Define if you have the _coshf function.  */
15996340Sobrien/* #undef HAVE__COSHF */
16096340Sobrien
16196340Sobrien/* Define if you have the _coshl function.  */
16296340Sobrien/* #undef HAVE__COSHL */
16396340Sobrien
16496340Sobrien/* Define if you have the _cosl function.  */
16596340Sobrien/* #undef HAVE__COSL */
16696340Sobrien
16796340Sobrien/* Define if you have the _expf function.  */
16896340Sobrien/* #undef HAVE__EXPF */
16996340Sobrien
17096340Sobrien/* Define if you have the _expl function.  */
17196340Sobrien/* #undef HAVE__EXPL */
17296340Sobrien
17396340Sobrien/* Define if you have the _fabsf function.  */
17496340Sobrien/* #undef HAVE__FABSF */
17596340Sobrien
17696340Sobrien/* Define if you have the _fabsl function.  */
17796340Sobrien/* #undef HAVE__FABSL */
17896340Sobrien
17996340Sobrien/* Define if you have the _finite function.  */
18096340Sobrien/* #undef HAVE__FINITE */
18196340Sobrien
18296340Sobrien/* Define if you have the _finitef function.  */
18396340Sobrien/* #undef HAVE__FINITEF */
18496340Sobrien
18596340Sobrien/* Define if you have the _finitel function.  */
18696340Sobrien/* #undef HAVE__FINITEL */
18796340Sobrien
18896340Sobrien/* Define if you have the _floorf function.  */
18996340Sobrien/* #undef HAVE__FLOORF */
19096340Sobrien
19196340Sobrien/* Define if you have the _floorl function.  */
19296340Sobrien/* #undef HAVE__FLOORL */
19396340Sobrien
19496340Sobrien/* Define if you have the _fmodf function.  */
19596340Sobrien/* #undef HAVE__FMODF */
19696340Sobrien
19796340Sobrien/* Define if you have the _fmodl function.  */
19896340Sobrien/* #undef HAVE__FMODL */
19996340Sobrien
20096340Sobrien/* Define if you have the _fpclass function.  */
20196340Sobrien/* #undef HAVE__FPCLASS */
20296340Sobrien
20396340Sobrien/* Define if you have the _frexpf function.  */
20496340Sobrien/* #undef HAVE__FREXPF */
20596340Sobrien
20696340Sobrien/* Define if you have the _frexpl function.  */
20796340Sobrien/* #undef HAVE__FREXPL */
20896340Sobrien
20996340Sobrien/* Define if you have the _hypot function.  */
21096340Sobrien/* #undef HAVE__HYPOT */
21196340Sobrien
21296340Sobrien/* Define if you have the _hypotf function.  */
21396340Sobrien/* #undef HAVE__HYPOTF */
21496340Sobrien
21596340Sobrien/* Define if you have the _hypotl function.  */
21696340Sobrien/* #undef HAVE__HYPOTL */
21796340Sobrien
21896340Sobrien/* Define if you have the _isinf function.  */
21996340Sobrien/* #undef HAVE__ISINF */
22096340Sobrien
22196340Sobrien/* Define if you have the _isinff function.  */
22296340Sobrien/* #undef HAVE__ISINFF */
22396340Sobrien
22496340Sobrien/* Define if you have the _isinfl function.  */
22596340Sobrien/* #undef HAVE__ISINFL */
22696340Sobrien
22796340Sobrien/* Define if you have the _isnan function.  */
22896340Sobrien/* #undef HAVE__ISNAN */
22996340Sobrien
23096340Sobrien/* Define if you have the _isnanf function.  */
23196340Sobrien/* #undef HAVE__ISNANF */
23296340Sobrien
23396340Sobrien/* Define if you have the _isnanl function.  */
23496340Sobrien/* #undef HAVE__ISNANL */
23596340Sobrien
23696340Sobrien/* Define if you have the _ldexpf function.  */
23796340Sobrien/* #undef HAVE__LDEXPF */
23896340Sobrien
23996340Sobrien/* Define if you have the _ldexpl function.  */
24096340Sobrien/* #undef HAVE__LDEXPL */
24196340Sobrien
24296340Sobrien/* Define if you have the _log10f function.  */
24396340Sobrien/* #undef HAVE__LOG10F */
24496340Sobrien
24596340Sobrien/* Define if you have the _log10l function.  */
24696340Sobrien/* #undef HAVE__LOG10L */
24796340Sobrien
24896340Sobrien/* Define if you have the _logf function.  */
24996340Sobrien/* #undef HAVE__LOGF */
25096340Sobrien
25196340Sobrien/* Define if you have the _logl function.  */
25296340Sobrien/* #undef HAVE__LOGL */
25396340Sobrien
25496340Sobrien/* Define if you have the _modff function.  */
25596340Sobrien/* #undef HAVE__MODFF */
25696340Sobrien
25796340Sobrien/* Define if you have the _modfl function.  */
25896340Sobrien/* #undef HAVE__MODFL */
25996340Sobrien
26096340Sobrien/* Define if you have the _powf function.  */
26196340Sobrien/* #undef HAVE__POWF */
26296340Sobrien
26396340Sobrien/* Define if you have the _powl function.  */
26496340Sobrien/* #undef HAVE__POWL */
26596340Sobrien
26696340Sobrien/* Define if you have the _qfpclass function.  */
26796340Sobrien/* #undef HAVE__QFPCLASS */
26896340Sobrien
26996340Sobrien/* Define if you have the _sincos function.  */
27096340Sobrien/* #undef HAVE__SINCOS */
27196340Sobrien
27296340Sobrien/* Define if you have the _sincosf function.  */
27396340Sobrien/* #undef HAVE__SINCOSF */
27496340Sobrien
27596340Sobrien/* Define if you have the _sincosl function.  */
27696340Sobrien/* #undef HAVE__SINCOSL */
27796340Sobrien
27896340Sobrien/* Define if you have the _sinf function.  */
27996340Sobrien/* #undef HAVE__SINF */
28096340Sobrien
28196340Sobrien/* Define if you have the _sinhf function.  */
28296340Sobrien/* #undef HAVE__SINHF */
28396340Sobrien
28496340Sobrien/* Define if you have the _sinhl function.  */
28596340Sobrien/* #undef HAVE__SINHL */
28696340Sobrien
28796340Sobrien/* Define if you have the _sinl function.  */
28896340Sobrien/* #undef HAVE__SINL */
28996340Sobrien
29096340Sobrien/* Define if you have the _sqrtf function.  */
29196340Sobrien/* #undef HAVE__SQRTF */
29296340Sobrien
29396340Sobrien/* Define if you have the _sqrtl function.  */
29496340Sobrien/* #undef HAVE__SQRTL */
29596340Sobrien
29696340Sobrien/* Define if you have the _tanf function.  */
29796340Sobrien/* #undef HAVE__TANF */
29896340Sobrien
29996340Sobrien/* Define if you have the _tanhf function.  */
30096340Sobrien/* #undef HAVE__TANHF */
30196340Sobrien
30296340Sobrien/* Define if you have the _tanhl function.  */
30396340Sobrien/* #undef HAVE__TANHL */
30496340Sobrien
30596340Sobrien/* Define if you have the _tanl function.  */
30696340Sobrien/* #undef HAVE__TANL */
30796340Sobrien
30896340Sobrien/* Define if you have the acosf function.  */
30996340Sobrien#define HAVE_ACOSF 1
31096340Sobrien
31196340Sobrien/* Define if you have the acosl function.  */
31296340Sobrien/* #undef HAVE_ACOSL */
31396340Sobrien
31496340Sobrien/* Define if you have the asinf function.  */
31596340Sobrien#define HAVE_ASINF 1
31696340Sobrien
31796340Sobrien/* Define if you have the asinl function.  */
31896340Sobrien/* #undef HAVE_ASINL */
31996340Sobrien
32096340Sobrien/* Define if you have the atan2f function.  */
32196340Sobrien#define HAVE_ATAN2F 1
32296340Sobrien
32396340Sobrien/* Define if you have the atan2l function.  */
32496340Sobrien/* #undef HAVE_ATAN2L */
32596340Sobrien
32696340Sobrien/* Define if you have the atanf function.  */
32796340Sobrien#define HAVE_ATANF 1
32896340Sobrien
32996340Sobrien/* Define if you have the atanl function.  */
33096340Sobrien/* #undef HAVE_ATANL */
33196340Sobrien
33296340Sobrien/* Define if you have the btowc function.  */
333107615Sobrien#define HAVE_BTOWC 1
33496340Sobrien
33596340Sobrien/* Define if you have the ceilf function.  */
33696340Sobrien#define HAVE_CEILF 1
33796340Sobrien
33896340Sobrien/* Define if you have the ceill function.  */
33996340Sobrien/* #undef HAVE_CEILL */
34096340Sobrien
34196340Sobrien/* Define if you have the copysign function.  */
34296340Sobrien#define HAVE_COPYSIGN 1
34396340Sobrien
34496340Sobrien/* Define if you have the copysignf function.  */
34596340Sobrien#define HAVE_COPYSIGNF 1
34696340Sobrien
34796340Sobrien/* Define if you have the copysignl function.  */
34896340Sobrien/* #undef HAVE_COPYSIGNL */
34996340Sobrien
35096340Sobrien/* Define if you have the cosf function.  */
35196340Sobrien#define HAVE_COSF 1
35296340Sobrien
35396340Sobrien/* Define if you have the coshf function.  */
35496340Sobrien#define HAVE_COSHF 1
35596340Sobrien
35696340Sobrien/* Define if you have the coshl function.  */
35796340Sobrien/* #undef HAVE_COSHL */
35896340Sobrien
35996340Sobrien/* Define if you have the cosl function.  */
36096340Sobrien/* #undef HAVE_COSL */
36196340Sobrien
36296340Sobrien/* Define if you have the drand48 function.  */
36396340Sobrien#define HAVE_DRAND48 1
36496340Sobrien
36596340Sobrien/* Define if you have the expf function.  */
36696340Sobrien#define HAVE_EXPF 1
36796340Sobrien
36896340Sobrien/* Define if you have the expl function.  */
36996340Sobrien/* #undef HAVE_EXPL */
37096340Sobrien
37196340Sobrien/* Define if you have the fabsf function.  */
37296340Sobrien#define HAVE_FABSF 1
37396340Sobrien
37496340Sobrien/* Define if you have the fabsl function.  */
37596340Sobrien/* #undef HAVE_FABSL */
37696340Sobrien
37796340Sobrien/* Define if you have the fgetwc function.  */
378107615Sobrien#define HAVE_FGETWC 1
37996340Sobrien
38096340Sobrien/* Define if you have the fgetws function.  */
381107615Sobrien#define HAVE_FGETWS 1
38296340Sobrien
38396340Sobrien/* Define if you have the finite function.  */
38496340Sobrien#define HAVE_FINITE 1
38596340Sobrien
38696340Sobrien/* Define if you have the finitef function.  */
38796340Sobrien#define HAVE_FINITEF 1
38896340Sobrien
38996340Sobrien/* Define if you have the finitel function.  */
39096340Sobrien/* #undef HAVE_FINITEL */
39196340Sobrien
39296340Sobrien/* Define if you have the floorf function.  */
39396340Sobrien#define HAVE_FLOORF 1
39496340Sobrien
39596340Sobrien/* Define if you have the floorl function.  */
39696340Sobrien/* #undef HAVE_FLOORL */
39796340Sobrien
39896340Sobrien/* Define if you have the fmodf function.  */
39996340Sobrien#define HAVE_FMODF 1
40096340Sobrien
40196340Sobrien/* Define if you have the fmodl function.  */
40296340Sobrien/* #undef HAVE_FMODL */
40396340Sobrien
40496340Sobrien/* Define if you have the fpclass function.  */
40596340Sobrien/* #undef HAVE_FPCLASS */
40696340Sobrien
40796340Sobrien/* Define if you have the fputwc function.  */
408107615Sobrien#define HAVE_FPUTWC 1
40996340Sobrien
41096340Sobrien/* Define if you have the fputws function.  */
411107615Sobrien#define HAVE_FPUTWS 1
41296340Sobrien
41396340Sobrien/* Define if you have the frexpf function.  */
41496340Sobrien#define HAVE_FREXPF 1
41596340Sobrien
41696340Sobrien/* Define if you have the frexpl function.  */
41796340Sobrien/* #undef HAVE_FREXPL */
41896340Sobrien
41996340Sobrien/* Define if you have the fwide function.  */
420107615Sobrien#define HAVE_FWIDE 1
42196340Sobrien
42296340Sobrien/* Define if you have the fwprintf function.  */
423107615Sobrien#define HAVE_FWPRINTF 1
42496340Sobrien
42596340Sobrien/* Define if you have the fwscanf function.  */
426107615Sobrien#define HAVE_FWSCANF 1
42796340Sobrien
42896340Sobrien/* Define if you have the getpagesize function.  */
42996340Sobrien#define HAVE_GETPAGESIZE 1
43096340Sobrien
43196340Sobrien/* Define if you have the getwc function.  */
432107615Sobrien#define HAVE_GETWC 1
43396340Sobrien
43496340Sobrien/* Define if you have the getwchar function.  */
435107615Sobrien#define HAVE_GETWCHAR 1
43696340Sobrien
43796340Sobrien/* Define if you have the hypot function.  */
43896340Sobrien#define HAVE_HYPOT 1
43996340Sobrien
44096340Sobrien/* Define if you have the hypotf function.  */
44196340Sobrien#define HAVE_HYPOTF 1
44296340Sobrien
44396340Sobrien/* Define if you have the hypotl function.  */
44496340Sobrien/* #undef HAVE_HYPOTL */
44596340Sobrien
44696340Sobrien/* Define if you have the iconv function.  */
44796340Sobrien/* #undef HAVE_ICONV */
44896340Sobrien
44996340Sobrien/* Define if you have the iconv_close function.  */
45096340Sobrien/* #undef HAVE_ICONV_CLOSE */
45196340Sobrien
45296340Sobrien/* Define if you have the iconv_open function.  */
45396340Sobrien/* #undef HAVE_ICONV_OPEN */
45496340Sobrien
455111116Skan/* Define if you have the isatty function.  */
456111116Skan#define HAVE_ISATTY 1
457111116Skan
45896340Sobrien/* Define if you have the isinf function.  */
45996340Sobrien#define HAVE_ISINF 1
46096340Sobrien
46196340Sobrien/* Define if you have the isinff function.  */
46296340Sobrien/* #undef HAVE_ISINFF */
46396340Sobrien
46496340Sobrien/* Define if you have the isinfl function.  */
46596340Sobrien/* #undef HAVE_ISINFL */
46696340Sobrien
46796340Sobrien/* Define if you have the isnan function.  */
46896340Sobrien#define HAVE_ISNAN 1
46996340Sobrien
47096340Sobrien/* Define if you have the isnanf function.  */
47196340Sobrien#define HAVE_ISNANF 1
47296340Sobrien
47396340Sobrien/* Define if you have the isnanl function.  */
47496340Sobrien/* #undef HAVE_ISNANL */
47596340Sobrien
47696340Sobrien/* Define if you have the ldexpf function.  */
47796340Sobrien#define HAVE_LDEXPF 1
47896340Sobrien
47996340Sobrien/* Define if you have the ldexpl function.  */
48096340Sobrien/* #undef HAVE_LDEXPL */
48196340Sobrien
48296340Sobrien/* Define if you have the log10f function.  */
48396340Sobrien#define HAVE_LOG10F 1
48496340Sobrien
48596340Sobrien/* Define if you have the log10l function.  */
48696340Sobrien/* #undef HAVE_LOG10L */
48796340Sobrien
48896340Sobrien/* Define if you have the logf function.  */
48996340Sobrien#define HAVE_LOGF 1
49096340Sobrien
49196340Sobrien/* Define if you have the logl function.  */
49296340Sobrien/* #undef HAVE_LOGL */
49396340Sobrien
49496340Sobrien/* Define if you have the mbrlen function.  */
495107615Sobrien#define HAVE_MBRLEN 1
49696340Sobrien
49796340Sobrien/* Define if you have the mbrtowc function.  */
498107615Sobrien#define HAVE_MBRTOWC 1
49996340Sobrien
50096340Sobrien/* Define if you have the mbsinit function.  */
501107615Sobrien#define HAVE_MBSINIT 1
50296340Sobrien
50396340Sobrien/* Define if you have the mbsrtowcs function.  */
504107615Sobrien#define HAVE_MBSRTOWCS 1
50596340Sobrien
50696340Sobrien/* Define if you have the modff function.  */
50796340Sobrien#define HAVE_MODFF 1
50896340Sobrien
50996340Sobrien/* Define if you have the modfl function.  */
51096340Sobrien/* #undef HAVE_MODFL */
51196340Sobrien
51296340Sobrien/* Define if you have the nan function.  */
51396340Sobrien/* #undef HAVE_NAN */
51496340Sobrien
51596340Sobrien/* Define if you have the nl_langinfo function.  */
51696340Sobrien#define HAVE_NL_LANGINFO 1
51796340Sobrien
51896340Sobrien/* Define if you have the powf function.  */
51996340Sobrien#define HAVE_POWF 1
52096340Sobrien
52196340Sobrien/* Define if you have the powl function.  */
52296340Sobrien/* #undef HAVE_POWL */
52396340Sobrien
52496340Sobrien/* Define if you have the putwc function.  */
525107615Sobrien#define HAVE_PUTWC 1
52696340Sobrien
52796340Sobrien/* Define if you have the putwchar function.  */
528107615Sobrien#define HAVE_PUTWCHAR 1
52996340Sobrien
53096340Sobrien/* Define if you have the qfpclass function.  */
53196340Sobrien/* #undef HAVE_QFPCLASS */
53296340Sobrien
53396340Sobrien/* Define if you have the setenv function.  */
53496340Sobrien#define HAVE_SETENV 1
53596340Sobrien
53696340Sobrien/* Define if you have the sincos function.  */
53796340Sobrien/* #undef HAVE_SINCOS */
53896340Sobrien
53996340Sobrien/* Define if you have the sincosf function.  */
54096340Sobrien/* #undef HAVE_SINCOSF */
54196340Sobrien
54296340Sobrien/* Define if you have the sincosl function.  */
54396340Sobrien/* #undef HAVE_SINCOSL */
54496340Sobrien
54596340Sobrien/* Define if you have the sinf function.  */
54696340Sobrien#define HAVE_SINF 1
54796340Sobrien
54896340Sobrien/* Define if you have the sinhf function.  */
54996340Sobrien#define HAVE_SINHF 1
55096340Sobrien
55196340Sobrien/* Define if you have the sinhl function.  */
55296340Sobrien/* #undef HAVE_SINHL */
55396340Sobrien
55496340Sobrien/* Define if you have the sinl function.  */
55596340Sobrien/* #undef HAVE_SINL */
55696340Sobrien
55796340Sobrien/* Define if you have the sqrtf function.  */
55896340Sobrien#define HAVE_SQRTF 1
55996340Sobrien
56096340Sobrien/* Define if you have the sqrtl function.  */
56196340Sobrien/* #undef HAVE_SQRTL */
56296340Sobrien
56396340Sobrien/* Define if you have the strtof function.  */
564114037Sobrien#define HAVE_STRTOF 1
56596340Sobrien
56696340Sobrien/* Define if you have the strtold function.  */
567114037Sobrien#define HAVE_STRTOLD 1
56896340Sobrien
56996340Sobrien/* Define if you have the swprintf function.  */
570107615Sobrien#define HAVE_SWPRINTF 1
57196340Sobrien
57296340Sobrien/* Define if you have the swscanf function.  */
573107615Sobrien#define HAVE_SWSCANF 1
57496340Sobrien
57596340Sobrien/* Define if you have the tanf function.  */
57696340Sobrien#define HAVE_TANF 1
57796340Sobrien
57896340Sobrien/* Define if you have the tanhf function.  */
57996340Sobrien#define HAVE_TANHF 1
58096340Sobrien
58196340Sobrien/* Define if you have the tanhl function.  */
58296340Sobrien/* #undef HAVE_TANHL */
58396340Sobrien
58496340Sobrien/* Define if you have the tanl function.  */
58596340Sobrien/* #undef HAVE_TANL */
58696340Sobrien
58796340Sobrien/* Define if you have the ungetwc function.  */
588107615Sobrien#define HAVE_UNGETWC 1
58996340Sobrien
59096340Sobrien/* Define if you have the vfwprintf function.  */
591107615Sobrien#define HAVE_VFWPRINTF 1
59296340Sobrien
59396340Sobrien/* Define if you have the vfwscanf function.  */
594107615Sobrien#define HAVE_VFWSCANF 1
59596340Sobrien
59696340Sobrien/* Define if you have the vswprintf function.  */
597107615Sobrien#define HAVE_VSWPRINTF 1
59896340Sobrien
59996340Sobrien/* Define if you have the vswscanf function.  */
600107615Sobrien#define HAVE_VSWSCANF 1
60196340Sobrien
60296340Sobrien/* Define if you have the vwprintf function.  */
603107615Sobrien#define HAVE_VWPRINTF 1
60496340Sobrien
60596340Sobrien/* Define if you have the vwscanf function.  */
606107615Sobrien#define HAVE_VWSCANF 1
60796340Sobrien
60896340Sobrien/* Define if you have the wcrtomb function.  */
609107615Sobrien#define HAVE_WCRTOMB 1
61096340Sobrien
61196340Sobrien/* Define if you have the wcscat function.  */
61296340Sobrien#define HAVE_WCSCAT 1
61396340Sobrien
61496340Sobrien/* Define if you have the wcschr function.  */
61596340Sobrien#define HAVE_WCSCHR 1
61696340Sobrien
61796340Sobrien/* Define if you have the wcscmp function.  */
61896340Sobrien#define HAVE_WCSCMP 1
61996340Sobrien
62096340Sobrien/* Define if you have the wcscoll function.  */
621107615Sobrien#define HAVE_WCSCOLL 1
62296340Sobrien
62396340Sobrien/* Define if you have the wcscpy function.  */
62496340Sobrien#define HAVE_WCSCPY 1
62596340Sobrien
62696340Sobrien/* Define if you have the wcscspn function.  */
62796340Sobrien#define HAVE_WCSCSPN 1
62896340Sobrien
62996340Sobrien/* Define if you have the wcsftime function.  */
630107615Sobrien#define HAVE_WCSFTIME 1
63196340Sobrien
63296340Sobrien/* Define if you have the wcslen function.  */
63396340Sobrien#define HAVE_WCSLEN 1
63496340Sobrien
63596340Sobrien/* Define if you have the wcsncat function.  */
63696340Sobrien#define HAVE_WCSNCAT 1
63796340Sobrien
63896340Sobrien/* Define if you have the wcsncmp function.  */
63996340Sobrien#define HAVE_WCSNCMP 1
64096340Sobrien
64196340Sobrien/* Define if you have the wcsncpy function.  */
64296340Sobrien#define HAVE_WCSNCPY 1
64396340Sobrien
64496340Sobrien/* Define if you have the wcspbrk function.  */
64596340Sobrien#define HAVE_WCSPBRK 1
64696340Sobrien
64796340Sobrien/* Define if you have the wcsrchr function.  */
64896340Sobrien#define HAVE_WCSRCHR 1
64996340Sobrien
65096340Sobrien/* Define if you have the wcsrtombs function.  */
651107615Sobrien#define HAVE_WCSRTOMBS 1
65296340Sobrien
65396340Sobrien/* Define if you have the wcsspn function.  */
65496340Sobrien#define HAVE_WCSSPN 1
65596340Sobrien
65696340Sobrien/* Define if you have the wcsstr function.  */
65796340Sobrien#define HAVE_WCSSTR 1
65896340Sobrien
65996340Sobrien/* Define if you have the wcstod function.  */
660107615Sobrien#define HAVE_WCSTOD 1
66196340Sobrien
66296340Sobrien/* Define if you have the wcstof function.  */
663114037Sobrien#define HAVE_WCSTOF 1
66496340Sobrien
66596340Sobrien/* Define if you have the wcstok function.  */
666107615Sobrien#define HAVE_WCSTOK 1
66796340Sobrien
66896340Sobrien/* Define if you have the wcstol function.  */
669107615Sobrien#define HAVE_WCSTOL 1
67096340Sobrien
67196340Sobrien/* Define if you have the wcstoul function.  */
672107615Sobrien#define HAVE_WCSTOUL 1
67396340Sobrien
67496340Sobrien/* Define if you have the wcsxfrm function.  */
675107615Sobrien#define HAVE_WCSXFRM 1
67696340Sobrien
67796340Sobrien/* Define if you have the wctob function.  */
678107615Sobrien#define HAVE_WCTOB 1
67996340Sobrien
68096340Sobrien/* Define if you have the wmemchr function.  */
68196340Sobrien#define HAVE_WMEMCHR 1
68296340Sobrien
68396340Sobrien/* Define if you have the wmemcmp function.  */
68496340Sobrien#define HAVE_WMEMCMP 1
68596340Sobrien
68696340Sobrien/* Define if you have the wmemcpy function.  */
68796340Sobrien#define HAVE_WMEMCPY 1
68896340Sobrien
68996340Sobrien/* Define if you have the wmemmove function.  */
69096340Sobrien#define HAVE_WMEMMOVE 1
69196340Sobrien
69296340Sobrien/* Define if you have the wmemset function.  */
69396340Sobrien#define HAVE_WMEMSET 1
69496340Sobrien
69596340Sobrien/* Define if you have the wprintf function.  */
696107615Sobrien#define HAVE_WPRINTF 1
69796340Sobrien
69896340Sobrien/* Define if you have the wscanf function.  */
699107615Sobrien#define HAVE_WSCANF 1
70096340Sobrien
70196340Sobrien/* Define if you have the <endian.h> header file.  */
70296340Sobrien/* #undef HAVE_ENDIAN_H */
70396340Sobrien
70496340Sobrien/* Define if you have the <float.h> header file.  */
70596340Sobrien#define HAVE_FLOAT_H 1
70696340Sobrien
70796340Sobrien/* Define if you have the <fp.h> header file.  */
70896340Sobrien/* #undef HAVE_FP_H */
70996340Sobrien
71096340Sobrien/* Define if you have the <gconv.h> header file.  */
71196340Sobrien/* #undef HAVE_GCONV_H */
71296340Sobrien
71396340Sobrien/* Define if you have the <ieeefp.h> header file.  */
71496340Sobrien#define HAVE_IEEEFP_H 1
71596340Sobrien
71696340Sobrien/* Define if you have the <inttypes.h> header file.  */
71796340Sobrien#define HAVE_INTTYPES_H 1
71896340Sobrien
71996340Sobrien/* Define if you have the <locale.h> header file.  */
72096340Sobrien#define HAVE_LOCALE_H 1
72196340Sobrien
72296340Sobrien/* Define if you have the <machine/endian.h> header file.  */
72396340Sobrien#define HAVE_MACHINE_ENDIAN_H 1
72496340Sobrien
72596340Sobrien/* Define if you have the <machine/param.h> header file.  */
72696340Sobrien#define HAVE_MACHINE_PARAM_H 1
72796340Sobrien
72896340Sobrien/* Define if you have the <nan.h> header file.  */
72996340Sobrien/* #undef HAVE_NAN_H */
73096340Sobrien
73196340Sobrien/* Define if you have the <stdlib.h> header file.  */
73296340Sobrien#define HAVE_STDLIB_H 1
73396340Sobrien
734107615Sobrien/* Define if you have the <string.h> header file.  */
735107615Sobrien#define HAVE_STRING_H 1
736107615Sobrien
73796340Sobrien/* Define if you have the <sys/isa_defs.h> header file.  */
73896340Sobrien/* #undef HAVE_SYS_ISA_DEFS_H */
73996340Sobrien
74096340Sobrien/* Define if you have the <sys/machine.h> header file.  */
74196340Sobrien/* #undef HAVE_SYS_MACHINE_H */
74296340Sobrien
74396340Sobrien/* Define if you have the <sys/resource.h> header file.  */
74496340Sobrien#define HAVE_SYS_RESOURCE_H 1
74596340Sobrien
74696340Sobrien/* Define if you have the <sys/stat.h> header file.  */
74796340Sobrien#define HAVE_SYS_STAT_H 1
74896340Sobrien
74996340Sobrien/* Define if you have the <sys/types.h> header file.  */
75096340Sobrien#define HAVE_SYS_TYPES_H 1
75196340Sobrien
75296340Sobrien/* Define if you have the <unistd.h> header file.  */
75396340Sobrien#define HAVE_UNISTD_H 1
75496340Sobrien
75596340Sobrien/* Define if you have the <wchar.h> header file.  */
75696340Sobrien#define HAVE_WCHAR_H 1
75796340Sobrien
75896340Sobrien/* Define if you have the <wctype.h> header file.  */
75996340Sobrien#define HAVE_WCTYPE_H 1
76096340Sobrien
76196340Sobrien/* Define if you have the m library (-lm).  */
76296340Sobrien#define HAVE_LIBM 1
76396340Sobrien
76496340Sobrien/* Name of package */
76596340Sobrien#define PACKAGE "libstdc++"
76696340Sobrien
76796340Sobrien/* Version number of package */
768111116Skan#define VERSION "3.2.2"
76996340Sobrien
77096340Sobrien/* Define if the compiler is configured for setjmp/longjmp exceptions. */
77196340Sobrien/* #undef _GLIBCPP_SJLJ_EXCEPTIONS */
77296340Sobrien
77396340Sobrien/* Define if sigsetjmp is available.   */
77496340Sobrien#define HAVE_SIGSETJMP 1
77596340Sobrien
77696340Sobrien/* Only used in build directory testsuite_hooks.h. */
77796340Sobrien#define HAVE_MEMLIMIT_DATA 0
77896340Sobrien
77996340Sobrien/* Only used in build directory testsuite_hooks.h. */
78096340Sobrien#define HAVE_MEMLIMIT_RSS 0
78196340Sobrien
78296340Sobrien/* Only used in build directory testsuite_hooks.h. */
78396340Sobrien#define HAVE_MEMLIMIT_VMEM 0
78496340Sobrien
78596340Sobrien/* Only used in build directory testsuite_hooks.h. */
78696340Sobrien#define HAVE_MEMLIMIT_AS 0
78796340Sobrien
78896340Sobrien//
78996340Sobrien// Systems that have certain non-standard functions prefixed with an
79096340Sobrien// underscore, we'll handle those here. Must come after config.h.in.
79196340Sobrien//
79296340Sobrien#if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
79396340Sobrien# define HAVE_ISNAN 1
79496340Sobrien# define isnan _isnan
79596340Sobrien#endif
79696340Sobrien
79796340Sobrien#if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
79896340Sobrien# define HAVE_ISNANF 1
79996340Sobrien# define isnanf _isnanf
80096340Sobrien#endif
80196340Sobrien
80296340Sobrien#if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
80396340Sobrien# define HAVE_ISNANL 1
80496340Sobrien# define isnanl _isnanl
80596340Sobrien#endif
80696340Sobrien
80796340Sobrien#if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
80896340Sobrien# define HAVE_ISINF 1
80996340Sobrien# define isinf _isinf
81096340Sobrien#endif
81196340Sobrien
81296340Sobrien#if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
81396340Sobrien# define HAVE_ISINFF 1
81496340Sobrien# define isinff _isinff
81596340Sobrien#endif
81696340Sobrien
81796340Sobrien#if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
81896340Sobrien# define HAVE_ISINFL 1
81996340Sobrien# define isinfl _isinfl
82096340Sobrien#endif
82196340Sobrien
82296340Sobrien#if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
82396340Sobrien# define HAVE_COPYSIGN 1
82496340Sobrien# define copysign _copysign
82596340Sobrien#endif
82696340Sobrien
82796340Sobrien#if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
82896340Sobrien# define HAVE_COPYSIGNL 1
82996340Sobrien# define copysignl _copysignl
83096340Sobrien#endif
83196340Sobrien
83296340Sobrien#if defined (HAVE__COSF) && ! defined (HAVE_COSF)
83396340Sobrien# define HAVE_COSF 1
83496340Sobrien# define cosf _cosf
83596340Sobrien#endif
83696340Sobrien
83796340Sobrien#if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
83896340Sobrien# define HAVE_ACOSF 1
83996340Sobrien# define acosf _acosf
84096340Sobrien#endif
84196340Sobrien
84296340Sobrien#if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
84396340Sobrien# define HAVE_ACOSL 1
84496340Sobrien# define acosl _acosl
84596340Sobrien#endif
84696340Sobrien
84796340Sobrien#if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
84896340Sobrien# define HAVE_ASINF 1
84996340Sobrien# define asinf _asinf
85096340Sobrien#endif
85196340Sobrien
85296340Sobrien#if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
85396340Sobrien# define HAVE_ASINL 1
85496340Sobrien# define asinl _asinl
85596340Sobrien#endif
85696340Sobrien
85796340Sobrien#if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
85896340Sobrien# define HAVE_ATANF 1
85996340Sobrien# define atanf _atanf
86096340Sobrien#endif
86196340Sobrien
86296340Sobrien#if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
86396340Sobrien# define HAVE_ATANL 1
86496340Sobrien# define atanl _atanl
86596340Sobrien#endif
86696340Sobrien
86796340Sobrien#if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
86896340Sobrien# define HAVE_CEILF 1
86996340Sobrien# define aceil _ceilf
87096340Sobrien#endif
87196340Sobrien
87296340Sobrien#if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
87396340Sobrien# define HAVE_CEILL 1
87496340Sobrien# define aceil _ceill
87596340Sobrien#endif
87696340Sobrien
87796340Sobrien#if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
87896340Sobrien# define HAVE_COSHF 1
87996340Sobrien# define coshf _coshf
88096340Sobrien#endif
88196340Sobrien
88296340Sobrien#if defined (HAVE__COSL) && ! defined (HAVE_COSL)
88396340Sobrien# define HAVE_COSL 1
88496340Sobrien# define cosl _cosl
88596340Sobrien#endif
88696340Sobrien
88796340Sobrien#if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
88896340Sobrien# define HAVE_LOGF 1
88996340Sobrien# define logf _logf
89096340Sobrien#endif
89196340Sobrien
89296340Sobrien#if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
89396340Sobrien# define HAVE_COSHL 1
89496340Sobrien# define coshl _coshl
89596340Sobrien#endif
89696340Sobrien
89796340Sobrien#if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
89896340Sobrien# define HAVE_EXPF 1
89996340Sobrien# define expf _expf
90096340Sobrien#endif
90196340Sobrien
90296340Sobrien#if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
90396340Sobrien# define HAVE_EXPL 1
90496340Sobrien# define expl _expl
90596340Sobrien#endif
90696340Sobrien
90796340Sobrien#if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
90896340Sobrien# define HAVE_FABSF 1
90996340Sobrien# define fabsf _fabsf
91096340Sobrien#endif
91196340Sobrien
91296340Sobrien#if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
91396340Sobrien# define HAVE_FABSL 1
91496340Sobrien# define fabsl _fabsl
91596340Sobrien#endif
91696340Sobrien
91796340Sobrien#if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
91896340Sobrien# define HAVE_FLOORF 1
91996340Sobrien# define floorf _floorf
92096340Sobrien#endif
92196340Sobrien
92296340Sobrien#if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
92396340Sobrien# define HAVE_FLOORL 1
92496340Sobrien# define floorl _floorl
92596340Sobrien#endif
92696340Sobrien
92796340Sobrien#if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
92896340Sobrien# define HAVE_FMODF 1
92996340Sobrien# define fmodf _fmodf
93096340Sobrien#endif
93196340Sobrien
93296340Sobrien#if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
93396340Sobrien# define HAVE_FMODL 1
93496340Sobrien# define fmodl _fmodl
93596340Sobrien#endif
93696340Sobrien
93796340Sobrien#if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
93896340Sobrien# define HAVE_FREXPF 1
93996340Sobrien# define frexpf _frexpf
94096340Sobrien#endif
94196340Sobrien
94296340Sobrien#if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
94396340Sobrien# define HAVE_FREXPL 1
94496340Sobrien# define frexpl _frexpl
94596340Sobrien#endif
94696340Sobrien
94796340Sobrien#if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
94896340Sobrien# define HAVE_LDEXPF 1
94996340Sobrien# define ldexpf _ldexpf
95096340Sobrien#endif
95196340Sobrien
95296340Sobrien#if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
95396340Sobrien# define HAVE_LDEXPL 1
95496340Sobrien# define ldexpl _ldexpl
95596340Sobrien#endif
95696340Sobrien
95796340Sobrien#if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
95896340Sobrien# define HAVE_LOG10F 1
95996340Sobrien# define log10f _log10f
96096340Sobrien#endif
96196340Sobrien
96296340Sobrien#if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
96396340Sobrien# define HAVE_LOGL 1
96496340Sobrien# define logl _logl
96596340Sobrien#endif
96696340Sobrien
96796340Sobrien#if defined (HAVE__POWF) && ! defined (HAVE_POWF)
96896340Sobrien# define HAVE_POWF 1
96996340Sobrien# define powf _powf
97096340Sobrien#endif
97196340Sobrien
97296340Sobrien#if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
97396340Sobrien# define HAVE_LOG10L 1
97496340Sobrien# define log10l _log10l
97596340Sobrien#endif
97696340Sobrien
97796340Sobrien#if defined (HAVE__MODF) && ! defined (HAVE_MODF)
97896340Sobrien# define HAVE_MODF 1
97996340Sobrien# define modf _modf
98096340Sobrien#endif
98196340Sobrien
98296340Sobrien#if defined (HAVE__MODL) && ! defined (HAVE_MODL)
98396340Sobrien# define HAVE_MODL 1
98496340Sobrien# define modl _modl
98596340Sobrien#endif
98696340Sobrien
98796340Sobrien#if defined (HAVE__SINF) && ! defined (HAVE_SINF)
98896340Sobrien# define HAVE_SINF 1
98996340Sobrien# define sinf _sinf
99096340Sobrien#endif
99196340Sobrien
99296340Sobrien#if defined (HAVE__POWL) && ! defined (HAVE_POWL)
99396340Sobrien# define HAVE_POWL 1
99496340Sobrien# define powl _powl
99596340Sobrien#endif
99696340Sobrien
99796340Sobrien#if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
99896340Sobrien# define HAVE_SINHF 1
99996340Sobrien# define sinhf _sinhf
100096340Sobrien#endif
100196340Sobrien
100296340Sobrien#if defined (HAVE__SINL) && ! defined (HAVE_SINL)
100396340Sobrien# define HAVE_SINL 1
100496340Sobrien# define sinl _sinl
100596340Sobrien#endif
100696340Sobrien
100796340Sobrien#if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
100896340Sobrien# define HAVE_SQRTF 1
100996340Sobrien# define sqrtf _sqrtf
101096340Sobrien#endif
101196340Sobrien
101296340Sobrien#if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
101396340Sobrien# define HAVE_SINHL 1
101496340Sobrien# define sinhl _sinhl
101596340Sobrien#endif
101696340Sobrien
101796340Sobrien#if defined (HAVE__TANF) && ! defined (HAVE_TANF)
101896340Sobrien# define HAVE_TANF 1
101996340Sobrien# define tanf _tanf
102096340Sobrien#endif
102196340Sobrien
102296340Sobrien#if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
102396340Sobrien# define HAVE_SQRTL 1
102496340Sobrien# define sqrtl _sqrtl
102596340Sobrien#endif
102696340Sobrien
102796340Sobrien#if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
102896340Sobrien# define HAVE_TANHF 1
102996340Sobrien# define tanhf _tanhf
103096340Sobrien#endif
103196340Sobrien
103296340Sobrien#if defined (HAVE__TANL) && ! defined (HAVE_TANL)
103396340Sobrien# define HAVE_TANF 1
103496340Sobrien# define tanf _tanf
103596340Sobrien#endif
103696340Sobrien
103796340Sobrien#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
103896340Sobrien# define HAVE_STRTOF 1
103996340Sobrien# define strtof _strtof
104096340Sobrien#endif
104196340Sobrien
104296340Sobrien#if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
104396340Sobrien# define HAVE_TANHL 1
104496340Sobrien# define tanhl _tanhl
104596340Sobrien#endif
104696340Sobrien
104796340Sobrien#if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
104896340Sobrien# define HAVE_STRTOLD 1
104996340Sobrien# define strtold _strtold
105096340Sobrien#endif
105196340Sobrien
105296340Sobrien#if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
105396340Sobrien# define HAVE_SINCOS 1
105496340Sobrien# define sincos _sincos
105596340Sobrien#endif
105696340Sobrien
105796340Sobrien#if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
105896340Sobrien# define HAVE_SINCOSF 1
105996340Sobrien# define sincosf _sincosf
106096340Sobrien#endif
106196340Sobrien
106296340Sobrien#if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
106396340Sobrien# define HAVE_SINCOSL 1
106496340Sobrien# define sincosl _sincosl
106596340Sobrien#endif
106696340Sobrien
106796340Sobrien#if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
106896340Sobrien# define HAVE_FINITE 1
106996340Sobrien# define finite _finite
107096340Sobrien#endif
107196340Sobrien
107296340Sobrien#if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
107396340Sobrien# define HAVE_FINITEF 1
107496340Sobrien# define finitef _finitef
107596340Sobrien#endif
107696340Sobrien
107796340Sobrien#if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
107896340Sobrien# define HAVE_FINITEL 1
107996340Sobrien# define finitel _finitel
108096340Sobrien#endif
108196340Sobrien
108296340Sobrien#if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
108396340Sobrien# define HAVE_QFINITE 1
108496340Sobrien# define qfinite _qfinite
108596340Sobrien#endif
108696340Sobrien
108796340Sobrien#if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
108896340Sobrien# define HAVE_FPCLASS 1
108996340Sobrien# define fpclass _fpclass
109096340Sobrien#endif
109196340Sobrien
109296340Sobrien#if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
109396340Sobrien# define HAVE_QFPCLASS 1
109496340Sobrien# define qfpclass _qfpclass
109596340Sobrien#endif
109696340Sobrien
1097