config.h revision 107615
196136Sobrien/* $FreeBSD: head/gnu/lib/libstdc++/config.h 107615 2002-12-04 17:47:34Z 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// Define if gthr-default.h exists (meaning that threading support is enabled).
1396340Sobrien#define HAVE_GTHR_DEFAULT 1
1496340Sobrien
1596340Sobrien// Include I/O support for 'long long' and 'unsigned long long'.
1696340Sobrien#define _GLIBCPP_USE_LONG_LONG 1
1796340Sobrien
1896340Sobrien// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
1996340Sobrien/* #undef _GLIBCPP_USE_C99 */
2096340Sobrien
2196340Sobrien// Define if code specialized for wchar_t should be used.
2296340Sobrien/* #undef _GLIBCPP_USE_WCHAR_T */
2396340Sobrien
2496340Sobrien// Define if using setrlimit to limit memory usage during 'make check'.
2596340Sobrien/* #undef _GLIBCPP_MEM_LIMITS */
2696340Sobrien
2796340Sobrien// Define to use concept checking code from the boost libraries.
2896340Sobrien/* #undef _GLIBCPP_CONCEPT_CHECKS */
2996340Sobrien
30107615Sobrien// Define to use symbol versioning in the shared library.
31107615Sobrien/* #undef _GLIBCPP_SYMVER */
32107615Sobrien
33107615Sobrien// Define symbol versioning in assember directives. If symbol
34107615Sobrien// versioning is beigng used, and the assembler supports this kind of
35107615Sobrien// thing, then use it.
36107615Sobrien// NB: _GLIBCPP_AT_AT is a hack to work around quoting issues in m4.
37107615Sobrien#if _GLIBCPP_SYMVER
38107615Sobrien  #define _GLIBCPP_ASM_SYMVER(cur, old, version) \
39107615Sobrien   asm (".symver " #cur "," #old _GLIBCPP_AT_AT #version);
40107615Sobrien#else
41107615Sobrien  #define _GLIBCPP_ASM_SYMVER(cur, old, version)
42107615Sobrien#endif
43107615Sobrien
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.  */
11196340Sobrien/* #undef HAVE___SIGNBIT */
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
45596340Sobrien/* Define if you have the isinf function.  */
45696340Sobrien#define HAVE_ISINF 1
45796340Sobrien
45896340Sobrien/* Define if you have the isinff function.  */
45996340Sobrien/* #undef HAVE_ISINFF */
46096340Sobrien
46196340Sobrien/* Define if you have the isinfl function.  */
46296340Sobrien/* #undef HAVE_ISINFL */
46396340Sobrien
46496340Sobrien/* Define if you have the isnan function.  */
46596340Sobrien#define HAVE_ISNAN 1
46696340Sobrien
46796340Sobrien/* Define if you have the isnanf function.  */
46896340Sobrien#define HAVE_ISNANF 1
46996340Sobrien
47096340Sobrien/* Define if you have the isnanl function.  */
47196340Sobrien/* #undef HAVE_ISNANL */
47296340Sobrien
47396340Sobrien/* Define if you have the ldexpf function.  */
47496340Sobrien#define HAVE_LDEXPF 1
47596340Sobrien
47696340Sobrien/* Define if you have the ldexpl function.  */
47796340Sobrien/* #undef HAVE_LDEXPL */
47896340Sobrien
47996340Sobrien/* Define if you have the log10f function.  */
48096340Sobrien#define HAVE_LOG10F 1
48196340Sobrien
48296340Sobrien/* Define if you have the log10l function.  */
48396340Sobrien/* #undef HAVE_LOG10L */
48496340Sobrien
48596340Sobrien/* Define if you have the logf function.  */
48696340Sobrien#define HAVE_LOGF 1
48796340Sobrien
48896340Sobrien/* Define if you have the logl function.  */
48996340Sobrien/* #undef HAVE_LOGL */
49096340Sobrien
49196340Sobrien/* Define if you have the mbrlen function.  */
492107615Sobrien#define HAVE_MBRLEN 1
49396340Sobrien
49496340Sobrien/* Define if you have the mbrtowc function.  */
495107615Sobrien#define HAVE_MBRTOWC 1
49696340Sobrien
49796340Sobrien/* Define if you have the mbsinit function.  */
498107615Sobrien#define HAVE_MBSINIT 1
49996340Sobrien
50096340Sobrien/* Define if you have the mbsrtowcs function.  */
501107615Sobrien#define HAVE_MBSRTOWCS 1
50296340Sobrien
50396340Sobrien/* Define if you have the modff function.  */
50496340Sobrien#define HAVE_MODFF 1
50596340Sobrien
50696340Sobrien/* Define if you have the modfl function.  */
50796340Sobrien/* #undef HAVE_MODFL */
50896340Sobrien
50996340Sobrien/* Define if you have the nan function.  */
51096340Sobrien/* #undef HAVE_NAN */
51196340Sobrien
51296340Sobrien/* Define if you have the nl_langinfo function.  */
51396340Sobrien#define HAVE_NL_LANGINFO 1
51496340Sobrien
51596340Sobrien/* Define if you have the powf function.  */
51696340Sobrien#define HAVE_POWF 1
51796340Sobrien
51896340Sobrien/* Define if you have the powl function.  */
51996340Sobrien/* #undef HAVE_POWL */
52096340Sobrien
52196340Sobrien/* Define if you have the putwc function.  */
522107615Sobrien#define HAVE_PUTWC 1
52396340Sobrien
52496340Sobrien/* Define if you have the putwchar function.  */
525107615Sobrien#define HAVE_PUTWCHAR 1
52696340Sobrien
52796340Sobrien/* Define if you have the qfpclass function.  */
52896340Sobrien/* #undef HAVE_QFPCLASS */
52996340Sobrien
53096340Sobrien/* Define if you have the setenv function.  */
53196340Sobrien#define HAVE_SETENV 1
53296340Sobrien
53396340Sobrien/* Define if you have the sincos function.  */
53496340Sobrien/* #undef HAVE_SINCOS */
53596340Sobrien
53696340Sobrien/* Define if you have the sincosf function.  */
53796340Sobrien/* #undef HAVE_SINCOSF */
53896340Sobrien
53996340Sobrien/* Define if you have the sincosl function.  */
54096340Sobrien/* #undef HAVE_SINCOSL */
54196340Sobrien
54296340Sobrien/* Define if you have the sinf function.  */
54396340Sobrien#define HAVE_SINF 1
54496340Sobrien
54596340Sobrien/* Define if you have the sinhf function.  */
54696340Sobrien#define HAVE_SINHF 1
54796340Sobrien
54896340Sobrien/* Define if you have the sinhl function.  */
54996340Sobrien/* #undef HAVE_SINHL */
55096340Sobrien
55196340Sobrien/* Define if you have the sinl function.  */
55296340Sobrien/* #undef HAVE_SINL */
55396340Sobrien
55496340Sobrien/* Define if you have the sqrtf function.  */
55596340Sobrien#define HAVE_SQRTF 1
55696340Sobrien
55796340Sobrien/* Define if you have the sqrtl function.  */
55896340Sobrien/* #undef HAVE_SQRTL */
55996340Sobrien
56096340Sobrien/* Define if you have the strtof function.  */
56196340Sobrien/* #undef HAVE_STRTOF */
56296340Sobrien
56396340Sobrien/* Define if you have the strtold function.  */
56496340Sobrien/* #undef HAVE_STRTOLD */
56596340Sobrien
56696340Sobrien/* Define if you have the swprintf function.  */
567107615Sobrien#define HAVE_SWPRINTF 1
56896340Sobrien
56996340Sobrien/* Define if you have the swscanf function.  */
570107615Sobrien#define HAVE_SWSCANF 1
57196340Sobrien
57296340Sobrien/* Define if you have the tanf function.  */
57396340Sobrien#define HAVE_TANF 1
57496340Sobrien
57596340Sobrien/* Define if you have the tanhf function.  */
57696340Sobrien#define HAVE_TANHF 1
57796340Sobrien
57896340Sobrien/* Define if you have the tanhl function.  */
57996340Sobrien/* #undef HAVE_TANHL */
58096340Sobrien
58196340Sobrien/* Define if you have the tanl function.  */
58296340Sobrien/* #undef HAVE_TANL */
58396340Sobrien
58496340Sobrien/* Define if you have the ungetwc function.  */
585107615Sobrien#define HAVE_UNGETWC 1
58696340Sobrien
58796340Sobrien/* Define if you have the vfwprintf function.  */
588107615Sobrien#define HAVE_VFWPRINTF 1
58996340Sobrien
59096340Sobrien/* Define if you have the vfwscanf function.  */
591107615Sobrien#define HAVE_VFWSCANF 1
59296340Sobrien
59396340Sobrien/* Define if you have the vswprintf function.  */
594107615Sobrien#define HAVE_VSWPRINTF 1
59596340Sobrien
59696340Sobrien/* Define if you have the vswscanf function.  */
597107615Sobrien#define HAVE_VSWSCANF 1
59896340Sobrien
59996340Sobrien/* Define if you have the vwprintf function.  */
600107615Sobrien#define HAVE_VWPRINTF 1
60196340Sobrien
60296340Sobrien/* Define if you have the vwscanf function.  */
603107615Sobrien#define HAVE_VWSCANF 1
60496340Sobrien
60596340Sobrien/* Define if you have the wcrtomb function.  */
606107615Sobrien#define HAVE_WCRTOMB 1
60796340Sobrien
60896340Sobrien/* Define if you have the wcscat function.  */
60996340Sobrien#define HAVE_WCSCAT 1
61096340Sobrien
61196340Sobrien/* Define if you have the wcschr function.  */
61296340Sobrien#define HAVE_WCSCHR 1
61396340Sobrien
61496340Sobrien/* Define if you have the wcscmp function.  */
61596340Sobrien#define HAVE_WCSCMP 1
61696340Sobrien
61796340Sobrien/* Define if you have the wcscoll function.  */
618107615Sobrien#define HAVE_WCSCOLL 1
61996340Sobrien
62096340Sobrien/* Define if you have the wcscpy function.  */
62196340Sobrien#define HAVE_WCSCPY 1
62296340Sobrien
62396340Sobrien/* Define if you have the wcscspn function.  */
62496340Sobrien#define HAVE_WCSCSPN 1
62596340Sobrien
62696340Sobrien/* Define if you have the wcsftime function.  */
627107615Sobrien#define HAVE_WCSFTIME 1
62896340Sobrien
62996340Sobrien/* Define if you have the wcslen function.  */
63096340Sobrien#define HAVE_WCSLEN 1
63196340Sobrien
63296340Sobrien/* Define if you have the wcsncat function.  */
63396340Sobrien#define HAVE_WCSNCAT 1
63496340Sobrien
63596340Sobrien/* Define if you have the wcsncmp function.  */
63696340Sobrien#define HAVE_WCSNCMP 1
63796340Sobrien
63896340Sobrien/* Define if you have the wcsncpy function.  */
63996340Sobrien#define HAVE_WCSNCPY 1
64096340Sobrien
64196340Sobrien/* Define if you have the wcspbrk function.  */
64296340Sobrien#define HAVE_WCSPBRK 1
64396340Sobrien
64496340Sobrien/* Define if you have the wcsrchr function.  */
64596340Sobrien#define HAVE_WCSRCHR 1
64696340Sobrien
64796340Sobrien/* Define if you have the wcsrtombs function.  */
648107615Sobrien#define HAVE_WCSRTOMBS 1
64996340Sobrien
65096340Sobrien/* Define if you have the wcsspn function.  */
65196340Sobrien#define HAVE_WCSSPN 1
65296340Sobrien
65396340Sobrien/* Define if you have the wcsstr function.  */
65496340Sobrien#define HAVE_WCSSTR 1
65596340Sobrien
65696340Sobrien/* Define if you have the wcstod function.  */
657107615Sobrien#define HAVE_WCSTOD 1
65896340Sobrien
65996340Sobrien/* Define if you have the wcstof function.  */
66096340Sobrien/* #undef HAVE_WCSTOF */
66196340Sobrien
66296340Sobrien/* Define if you have the wcstok function.  */
663107615Sobrien#define HAVE_WCSTOK 1
66496340Sobrien
66596340Sobrien/* Define if you have the wcstol function.  */
666107615Sobrien#define HAVE_WCSTOL 1
66796340Sobrien
66896340Sobrien/* Define if you have the wcstoul function.  */
669107615Sobrien#define HAVE_WCSTOUL 1
67096340Sobrien
67196340Sobrien/* Define if you have the wcsxfrm function.  */
672107615Sobrien#define HAVE_WCSXFRM 1
67396340Sobrien
67496340Sobrien/* Define if you have the wctob function.  */
675107615Sobrien#define HAVE_WCTOB 1
67696340Sobrien
67796340Sobrien/* Define if you have the wmemchr function.  */
67896340Sobrien#define HAVE_WMEMCHR 1
67996340Sobrien
68096340Sobrien/* Define if you have the wmemcmp function.  */
68196340Sobrien#define HAVE_WMEMCMP 1
68296340Sobrien
68396340Sobrien/* Define if you have the wmemcpy function.  */
68496340Sobrien#define HAVE_WMEMCPY 1
68596340Sobrien
68696340Sobrien/* Define if you have the wmemmove function.  */
68796340Sobrien#define HAVE_WMEMMOVE 1
68896340Sobrien
68996340Sobrien/* Define if you have the wmemset function.  */
69096340Sobrien#define HAVE_WMEMSET 1
69196340Sobrien
69296340Sobrien/* Define if you have the wprintf function.  */
693107615Sobrien#define HAVE_WPRINTF 1
69496340Sobrien
69596340Sobrien/* Define if you have the wscanf function.  */
696107615Sobrien#define HAVE_WSCANF 1
69796340Sobrien
69896340Sobrien/* Define if you have the <endian.h> header file.  */
69996340Sobrien/* #undef HAVE_ENDIAN_H */
70096340Sobrien
70196340Sobrien/* Define if you have the <float.h> header file.  */
70296340Sobrien#define HAVE_FLOAT_H 1
70396340Sobrien
70496340Sobrien/* Define if you have the <fp.h> header file.  */
70596340Sobrien/* #undef HAVE_FP_H */
70696340Sobrien
70796340Sobrien/* Define if you have the <gconv.h> header file.  */
70896340Sobrien/* #undef HAVE_GCONV_H */
70996340Sobrien
71096340Sobrien/* Define if you have the <ieeefp.h> header file.  */
71196340Sobrien#define HAVE_IEEEFP_H 1
71296340Sobrien
71396340Sobrien/* Define if you have the <inttypes.h> header file.  */
71496340Sobrien#define HAVE_INTTYPES_H 1
71596340Sobrien
71696340Sobrien/* Define if you have the <locale.h> header file.  */
71796340Sobrien#define HAVE_LOCALE_H 1
71896340Sobrien
71996340Sobrien/* Define if you have the <machine/endian.h> header file.  */
72096340Sobrien#define HAVE_MACHINE_ENDIAN_H 1
72196340Sobrien
72296340Sobrien/* Define if you have the <machine/param.h> header file.  */
72396340Sobrien#define HAVE_MACHINE_PARAM_H 1
72496340Sobrien
72596340Sobrien/* Define if you have the <nan.h> header file.  */
72696340Sobrien/* #undef HAVE_NAN_H */
72796340Sobrien
72896340Sobrien/* Define if you have the <stdlib.h> header file.  */
72996340Sobrien#define HAVE_STDLIB_H 1
73096340Sobrien
731107615Sobrien/* Define if you have the <string.h> header file.  */
732107615Sobrien#define HAVE_STRING_H 1
733107615Sobrien
73496340Sobrien/* Define if you have the <sys/isa_defs.h> header file.  */
73596340Sobrien/* #undef HAVE_SYS_ISA_DEFS_H */
73696340Sobrien
73796340Sobrien/* Define if you have the <sys/machine.h> header file.  */
73896340Sobrien/* #undef HAVE_SYS_MACHINE_H */
73996340Sobrien
74096340Sobrien/* Define if you have the <sys/resource.h> header file.  */
74196340Sobrien#define HAVE_SYS_RESOURCE_H 1
74296340Sobrien
74396340Sobrien/* Define if you have the <sys/stat.h> header file.  */
74496340Sobrien#define HAVE_SYS_STAT_H 1
74596340Sobrien
74696340Sobrien/* Define if you have the <sys/types.h> header file.  */
74796340Sobrien#define HAVE_SYS_TYPES_H 1
74896340Sobrien
74996340Sobrien/* Define if you have the <unistd.h> header file.  */
75096340Sobrien#define HAVE_UNISTD_H 1
75196340Sobrien
75296340Sobrien/* Define if you have the <wchar.h> header file.  */
75396340Sobrien#define HAVE_WCHAR_H 1
75496340Sobrien
75596340Sobrien/* Define if you have the <wctype.h> header file.  */
75696340Sobrien#define HAVE_WCTYPE_H 1
75796340Sobrien
75896340Sobrien/* Define if you have the m library (-lm).  */
75996340Sobrien#define HAVE_LIBM 1
76096340Sobrien
76196340Sobrien/* Name of package */
76296340Sobrien#define PACKAGE "libstdc++"
76396340Sobrien
76496340Sobrien/* Version number of package */
765107615Sobrien#define VERSION "3.2.1"
76696340Sobrien
76796340Sobrien/* Define if the compiler is configured for setjmp/longjmp exceptions. */
76896340Sobrien/* #undef _GLIBCPP_SJLJ_EXCEPTIONS */
76996340Sobrien
77096340Sobrien/* Define if sigsetjmp is available.   */
77196340Sobrien#define HAVE_SIGSETJMP 1
77296340Sobrien
77396340Sobrien/* Only used in build directory testsuite_hooks.h. */
77496340Sobrien#define HAVE_MEMLIMIT_DATA 0
77596340Sobrien
77696340Sobrien/* Only used in build directory testsuite_hooks.h. */
77796340Sobrien#define HAVE_MEMLIMIT_RSS 0
77896340Sobrien
77996340Sobrien/* Only used in build directory testsuite_hooks.h. */
78096340Sobrien#define HAVE_MEMLIMIT_VMEM 0
78196340Sobrien
78296340Sobrien/* Only used in build directory testsuite_hooks.h. */
78396340Sobrien#define HAVE_MEMLIMIT_AS 0
78496340Sobrien
78596340Sobrien//
78696340Sobrien// Systems that have certain non-standard functions prefixed with an
78796340Sobrien// underscore, we'll handle those here. Must come after config.h.in.
78896340Sobrien//
78996340Sobrien#if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
79096340Sobrien# define HAVE_ISNAN 1
79196340Sobrien# define isnan _isnan
79296340Sobrien#endif
79396340Sobrien
79496340Sobrien#if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
79596340Sobrien# define HAVE_ISNANF 1
79696340Sobrien# define isnanf _isnanf
79796340Sobrien#endif
79896340Sobrien
79996340Sobrien#if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
80096340Sobrien# define HAVE_ISNANL 1
80196340Sobrien# define isnanl _isnanl
80296340Sobrien#endif
80396340Sobrien
80496340Sobrien#if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
80596340Sobrien# define HAVE_ISINF 1
80696340Sobrien# define isinf _isinf
80796340Sobrien#endif
80896340Sobrien
80996340Sobrien#if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
81096340Sobrien# define HAVE_ISINFF 1
81196340Sobrien# define isinff _isinff
81296340Sobrien#endif
81396340Sobrien
81496340Sobrien#if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
81596340Sobrien# define HAVE_ISINFL 1
81696340Sobrien# define isinfl _isinfl
81796340Sobrien#endif
81896340Sobrien
81996340Sobrien#if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
82096340Sobrien# define HAVE_COPYSIGN 1
82196340Sobrien# define copysign _copysign
82296340Sobrien#endif
82396340Sobrien
82496340Sobrien#if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
82596340Sobrien# define HAVE_COPYSIGNL 1
82696340Sobrien# define copysignl _copysignl
82796340Sobrien#endif
82896340Sobrien
82996340Sobrien#if defined (HAVE__COSF) && ! defined (HAVE_COSF)
83096340Sobrien# define HAVE_COSF 1
83196340Sobrien# define cosf _cosf
83296340Sobrien#endif
83396340Sobrien
83496340Sobrien#if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
83596340Sobrien# define HAVE_ACOSF 1
83696340Sobrien# define acosf _acosf
83796340Sobrien#endif
83896340Sobrien
83996340Sobrien#if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
84096340Sobrien# define HAVE_ACOSL 1
84196340Sobrien# define acosl _acosl
84296340Sobrien#endif
84396340Sobrien
84496340Sobrien#if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
84596340Sobrien# define HAVE_ASINF 1
84696340Sobrien# define asinf _asinf
84796340Sobrien#endif
84896340Sobrien
84996340Sobrien#if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
85096340Sobrien# define HAVE_ASINL 1
85196340Sobrien# define asinl _asinl
85296340Sobrien#endif
85396340Sobrien
85496340Sobrien#if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
85596340Sobrien# define HAVE_ATANF 1
85696340Sobrien# define atanf _atanf
85796340Sobrien#endif
85896340Sobrien
85996340Sobrien#if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
86096340Sobrien# define HAVE_ATANL 1
86196340Sobrien# define atanl _atanl
86296340Sobrien#endif
86396340Sobrien
86496340Sobrien#if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
86596340Sobrien# define HAVE_CEILF 1
86696340Sobrien# define aceil _ceilf
86796340Sobrien#endif
86896340Sobrien
86996340Sobrien#if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
87096340Sobrien# define HAVE_CEILL 1
87196340Sobrien# define aceil _ceill
87296340Sobrien#endif
87396340Sobrien
87496340Sobrien#if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
87596340Sobrien# define HAVE_COSHF 1
87696340Sobrien# define coshf _coshf
87796340Sobrien#endif
87896340Sobrien
87996340Sobrien#if defined (HAVE__COSL) && ! defined (HAVE_COSL)
88096340Sobrien# define HAVE_COSL 1
88196340Sobrien# define cosl _cosl
88296340Sobrien#endif
88396340Sobrien
88496340Sobrien#if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
88596340Sobrien# define HAVE_LOGF 1
88696340Sobrien# define logf _logf
88796340Sobrien#endif
88896340Sobrien
88996340Sobrien#if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
89096340Sobrien# define HAVE_COSHL 1
89196340Sobrien# define coshl _coshl
89296340Sobrien#endif
89396340Sobrien
89496340Sobrien#if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
89596340Sobrien# define HAVE_EXPF 1
89696340Sobrien# define expf _expf
89796340Sobrien#endif
89896340Sobrien
89996340Sobrien#if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
90096340Sobrien# define HAVE_EXPL 1
90196340Sobrien# define expl _expl
90296340Sobrien#endif
90396340Sobrien
90496340Sobrien#if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
90596340Sobrien# define HAVE_FABSF 1
90696340Sobrien# define fabsf _fabsf
90796340Sobrien#endif
90896340Sobrien
90996340Sobrien#if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
91096340Sobrien# define HAVE_FABSL 1
91196340Sobrien# define fabsl _fabsl
91296340Sobrien#endif
91396340Sobrien
91496340Sobrien#if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
91596340Sobrien# define HAVE_FLOORF 1
91696340Sobrien# define floorf _floorf
91796340Sobrien#endif
91896340Sobrien
91996340Sobrien#if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
92096340Sobrien# define HAVE_FLOORL 1
92196340Sobrien# define floorl _floorl
92296340Sobrien#endif
92396340Sobrien
92496340Sobrien#if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
92596340Sobrien# define HAVE_FMODF 1
92696340Sobrien# define fmodf _fmodf
92796340Sobrien#endif
92896340Sobrien
92996340Sobrien#if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
93096340Sobrien# define HAVE_FMODL 1
93196340Sobrien# define fmodl _fmodl
93296340Sobrien#endif
93396340Sobrien
93496340Sobrien#if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
93596340Sobrien# define HAVE_FREXPF 1
93696340Sobrien# define frexpf _frexpf
93796340Sobrien#endif
93896340Sobrien
93996340Sobrien#if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
94096340Sobrien# define HAVE_FREXPL 1
94196340Sobrien# define frexpl _frexpl
94296340Sobrien#endif
94396340Sobrien
94496340Sobrien#if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
94596340Sobrien# define HAVE_LDEXPF 1
94696340Sobrien# define ldexpf _ldexpf
94796340Sobrien#endif
94896340Sobrien
94996340Sobrien#if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
95096340Sobrien# define HAVE_LDEXPL 1
95196340Sobrien# define ldexpl _ldexpl
95296340Sobrien#endif
95396340Sobrien
95496340Sobrien#if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
95596340Sobrien# define HAVE_LOG10F 1
95696340Sobrien# define log10f _log10f
95796340Sobrien#endif
95896340Sobrien
95996340Sobrien#if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
96096340Sobrien# define HAVE_LOGL 1
96196340Sobrien# define logl _logl
96296340Sobrien#endif
96396340Sobrien
96496340Sobrien#if defined (HAVE__POWF) && ! defined (HAVE_POWF)
96596340Sobrien# define HAVE_POWF 1
96696340Sobrien# define powf _powf
96796340Sobrien#endif
96896340Sobrien
96996340Sobrien#if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
97096340Sobrien# define HAVE_LOG10L 1
97196340Sobrien# define log10l _log10l
97296340Sobrien#endif
97396340Sobrien
97496340Sobrien#if defined (HAVE__MODF) && ! defined (HAVE_MODF)
97596340Sobrien# define HAVE_MODF 1
97696340Sobrien# define modf _modf
97796340Sobrien#endif
97896340Sobrien
97996340Sobrien#if defined (HAVE__MODL) && ! defined (HAVE_MODL)
98096340Sobrien# define HAVE_MODL 1
98196340Sobrien# define modl _modl
98296340Sobrien#endif
98396340Sobrien
98496340Sobrien#if defined (HAVE__SINF) && ! defined (HAVE_SINF)
98596340Sobrien# define HAVE_SINF 1
98696340Sobrien# define sinf _sinf
98796340Sobrien#endif
98896340Sobrien
98996340Sobrien#if defined (HAVE__POWL) && ! defined (HAVE_POWL)
99096340Sobrien# define HAVE_POWL 1
99196340Sobrien# define powl _powl
99296340Sobrien#endif
99396340Sobrien
99496340Sobrien#if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
99596340Sobrien# define HAVE_SINHF 1
99696340Sobrien# define sinhf _sinhf
99796340Sobrien#endif
99896340Sobrien
99996340Sobrien#if defined (HAVE__SINL) && ! defined (HAVE_SINL)
100096340Sobrien# define HAVE_SINL 1
100196340Sobrien# define sinl _sinl
100296340Sobrien#endif
100396340Sobrien
100496340Sobrien#if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
100596340Sobrien# define HAVE_SQRTF 1
100696340Sobrien# define sqrtf _sqrtf
100796340Sobrien#endif
100896340Sobrien
100996340Sobrien#if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
101096340Sobrien# define HAVE_SINHL 1
101196340Sobrien# define sinhl _sinhl
101296340Sobrien#endif
101396340Sobrien
101496340Sobrien#if defined (HAVE__TANF) && ! defined (HAVE_TANF)
101596340Sobrien# define HAVE_TANF 1
101696340Sobrien# define tanf _tanf
101796340Sobrien#endif
101896340Sobrien
101996340Sobrien#if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
102096340Sobrien# define HAVE_SQRTL 1
102196340Sobrien# define sqrtl _sqrtl
102296340Sobrien#endif
102396340Sobrien
102496340Sobrien#if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
102596340Sobrien# define HAVE_TANHF 1
102696340Sobrien# define tanhf _tanhf
102796340Sobrien#endif
102896340Sobrien
102996340Sobrien#if defined (HAVE__TANL) && ! defined (HAVE_TANL)
103096340Sobrien# define HAVE_TANF 1
103196340Sobrien# define tanf _tanf
103296340Sobrien#endif
103396340Sobrien
103496340Sobrien#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
103596340Sobrien# define HAVE_STRTOF 1
103696340Sobrien# define strtof _strtof
103796340Sobrien#endif
103896340Sobrien
103996340Sobrien#if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
104096340Sobrien# define HAVE_TANHL 1
104196340Sobrien# define tanhl _tanhl
104296340Sobrien#endif
104396340Sobrien
104496340Sobrien#if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
104596340Sobrien# define HAVE_STRTOLD 1
104696340Sobrien# define strtold _strtold
104796340Sobrien#endif
104896340Sobrien
104996340Sobrien#if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
105096340Sobrien# define HAVE_SINCOS 1
105196340Sobrien# define sincos _sincos
105296340Sobrien#endif
105396340Sobrien
105496340Sobrien#if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
105596340Sobrien# define HAVE_SINCOSF 1
105696340Sobrien# define sincosf _sincosf
105796340Sobrien#endif
105896340Sobrien
105996340Sobrien#if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
106096340Sobrien# define HAVE_SINCOSL 1
106196340Sobrien# define sincosl _sincosl
106296340Sobrien#endif
106396340Sobrien
106496340Sobrien#if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
106596340Sobrien# define HAVE_FINITE 1
106696340Sobrien# define finite _finite
106796340Sobrien#endif
106896340Sobrien
106996340Sobrien#if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
107096340Sobrien# define HAVE_FINITEF 1
107196340Sobrien# define finitef _finitef
107296340Sobrien#endif
107396340Sobrien
107496340Sobrien#if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
107596340Sobrien# define HAVE_FINITEL 1
107696340Sobrien# define finitel _finitel
107796340Sobrien#endif
107896340Sobrien
107996340Sobrien#if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
108096340Sobrien# define HAVE_QFINITE 1
108196340Sobrien# define qfinite _qfinite
108296340Sobrien#endif
108396340Sobrien
108496340Sobrien#if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
108596340Sobrien# define HAVE_FPCLASS 1
108696340Sobrien# define fpclass _fpclass
108796340Sobrien#endif
108896340Sobrien
108996340Sobrien#if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
109096340Sobrien# define HAVE_QFPCLASS 1
109196340Sobrien# define qfpclass _qfpclass
109296340Sobrien#endif
109396340Sobrien
1094