1 1.1 mrg /* This file is automatically generated. DO NOT EDIT! */ 2 1.1 mrg /* Generated from: NetBSD: mknative-gcc,v 1.123 2026/01/17 23:43:46 mrg Exp */ 3 1.1 mrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4 1.1 mrg 5 1.1 mrg /* config.h. Generated from config.h.in by configure. */ 6 1.1 mrg /* config.h.in. Generated from configure.ac by autoheader. */ 7 1.1 mrg 8 1.1 mrg /* Define to 0 if the target shouldn't use #pragma weak */ 9 1.1 mrg /* #undef GTHREAD_USE_WEAK */ 10 1.1 mrg 11 1.1 mrg /* Define to 1 if you have the `access' function. */ 12 1.1 mrg #define HAVE_ACCESS 1 13 1.1 mrg 14 1.1 mrg /* Define to 1 if you have the `acos' function. */ 15 1.1 mrg #define HAVE_ACOS 1 16 1.1 mrg 17 1.1 mrg /* Define to 1 if you have the `acosf' function. */ 18 1.1 mrg #define HAVE_ACOSF 1 19 1.1 mrg 20 1.1 mrg /* Define to 1 if you have the `acosf128' function. */ 21 1.1 mrg /* #undef HAVE_ACOSF128 */ 22 1.1 mrg 23 1.1 mrg /* Define to 1 if you have the `acosh' function. */ 24 1.1 mrg #define HAVE_ACOSH 1 25 1.1 mrg 26 1.1 mrg /* Define to 1 if you have the `acoshf' function. */ 27 1.1 mrg #define HAVE_ACOSHF 1 28 1.1 mrg 29 1.1 mrg /* Define to 1 if you have the `acoshf128' function. */ 30 1.1 mrg /* #undef HAVE_ACOSHF128 */ 31 1.1 mrg 32 1.1 mrg /* Define to 1 if you have the `acoshl' function. */ 33 1.1 mrg #define HAVE_ACOSHL 1 34 1.1 mrg 35 1.1 mrg /* Define to 1 if you have the `acosl' function. */ 36 1.1 mrg #define HAVE_ACOSL 1 37 1.1 mrg 38 1.1 mrg /* Define to 1 if you have the `alarm' function. */ 39 1.1 mrg #define HAVE_ALARM 1 40 1.1 mrg 41 1.1 mrg /* Define to 1 if you have the `asin' function. */ 42 1.1 mrg #define HAVE_ASIN 1 43 1.1 mrg 44 1.1 mrg /* Define to 1 if you have the `asinf' function. */ 45 1.1 mrg #define HAVE_ASINF 1 46 1.1 mrg 47 1.1 mrg /* Define to 1 if you have the `asinf128' function. */ 48 1.1 mrg /* #undef HAVE_ASINF128 */ 49 1.1 mrg 50 1.1 mrg /* Define to 1 if you have the `asinh' function. */ 51 1.1 mrg #define HAVE_ASINH 1 52 1.1 mrg 53 1.1 mrg /* Define to 1 if you have the `asinhf' function. */ 54 1.1 mrg #define HAVE_ASINHF 1 55 1.1 mrg 56 1.1 mrg /* Define to 1 if you have the `asinhf128' function. */ 57 1.1 mrg /* #undef HAVE_ASINHF128 */ 58 1.1 mrg 59 1.1 mrg /* Define to 1 if you have the `asinhl' function. */ 60 1.1 mrg #define HAVE_ASINHL 1 61 1.1 mrg 62 1.1 mrg /* Define to 1 if you have the `asinl' function. */ 63 1.1 mrg #define HAVE_ASINL 1 64 1.1 mrg 65 1.1 mrg /* Define to 1 if you have the `atan' function. */ 66 1.1 mrg #define HAVE_ATAN 1 67 1.1 mrg 68 1.1 mrg /* Define to 1 if you have the `atan2' function. */ 69 1.1 mrg #define HAVE_ATAN2 1 70 1.1 mrg 71 1.1 mrg /* Define to 1 if you have the `atan2f' function. */ 72 1.1 mrg #define HAVE_ATAN2F 1 73 1.1 mrg 74 1.1 mrg /* Define to 1 if you have the `atan2f128' function. */ 75 1.1 mrg /* #undef HAVE_ATAN2F128 */ 76 1.1 mrg 77 1.1 mrg /* Define to 1 if you have the `atan2l' function. */ 78 1.1 mrg #define HAVE_ATAN2L 1 79 1.1 mrg 80 1.1 mrg /* Define to 1 if you have the `atanf' function. */ 81 1.1 mrg #define HAVE_ATANF 1 82 1.1 mrg 83 1.1 mrg /* Define to 1 if you have the `atanf128' function. */ 84 1.1 mrg /* #undef HAVE_ATANF128 */ 85 1.1 mrg 86 1.1 mrg /* Define to 1 if you have the `atanh' function. */ 87 1.1 mrg #define HAVE_ATANH 1 88 1.1 mrg 89 1.1 mrg /* Define to 1 if you have the `atanhf' function. */ 90 1.1 mrg #define HAVE_ATANHF 1 91 1.1 mrg 92 1.1 mrg /* Define to 1 if you have the `atanhf128' function. */ 93 1.1 mrg /* #undef HAVE_ATANHF128 */ 94 1.1 mrg 95 1.1 mrg /* Define to 1 if you have the `atanhl' function. */ 96 1.1 mrg #define HAVE_ATANHL 1 97 1.1 mrg 98 1.1 mrg /* Define to 1 if you have the `atanl' function. */ 99 1.1 mrg #define HAVE_ATANL 1 100 1.1 mrg 101 1.1 mrg /* Define to 1 if the target supports __atomic_fetch_add */ 102 1.1 mrg #define HAVE_ATOMIC_FETCH_ADD 1 103 1.1 mrg 104 1.1 mrg /* Define to 1 if the target supports __attribute__((alias(...))). */ 105 1.1 mrg #define HAVE_ATTRIBUTE_ALIAS 1 106 1.1 mrg 107 1.1 mrg /* Define to 1 if the target supports __attribute__((visibility(...))). */ 108 1.1 mrg #define HAVE_ATTRIBUTE_VISIBILITY 1 109 1.1 mrg 110 1.1 mrg /* Define if AVX instructions can be compiled. */ 111 1.1 mrg /* #undef HAVE_AVX */ 112 1.1 mrg 113 1.1 mrg /* Define if -mprefer-avx128 is supported. */ 114 1.1 mrg /* #undef HAVE_AVX128 */ 115 1.1 mrg 116 1.1 mrg /* Define if AVX2 instructions can be compiled. */ 117 1.1 mrg /* #undef HAVE_AVX2 */ 118 1.1 mrg 119 1.1 mrg /* Define if AVX512f instructions can be compiled. */ 120 1.1 mrg /* #undef HAVE_AVX512F */ 121 1.1 mrg 122 1.1 mrg /* Define to 1 if you have the `cabs' function. */ 123 1.1 mrg #define HAVE_CABS 1 124 1.1 mrg 125 1.1 mrg /* Define to 1 if you have the `cabsf' function. */ 126 1.1 mrg #define HAVE_CABSF 1 127 1.1 mrg 128 1.1 mrg /* Define to 1 if you have the `cabsf128' function. */ 129 1.1 mrg /* #undef HAVE_CABSF128 */ 130 1.1 mrg 131 1.1 mrg /* Define to 1 if you have the `cabsl' function. */ 132 1.1 mrg #define HAVE_CABSL 1 133 1.1 mrg 134 1.1 mrg /* Define to 1 if you have the `cacos' function. */ 135 1.1 mrg #define HAVE_CACOS 1 136 1.1 mrg 137 1.1 mrg /* Define to 1 if you have the `cacosf' function. */ 138 1.1 mrg #define HAVE_CACOSF 1 139 1.1 mrg 140 1.1 mrg /* Define to 1 if you have the `cacosf128' function. */ 141 1.1 mrg /* #undef HAVE_CACOSF128 */ 142 1.1 mrg 143 1.1 mrg /* Define to 1 if you have the `cacosh' function. */ 144 1.1 mrg #define HAVE_CACOSH 1 145 1.1 mrg 146 1.1 mrg /* Define to 1 if you have the `cacoshf' function. */ 147 1.1 mrg #define HAVE_CACOSHF 1 148 1.1 mrg 149 1.1 mrg /* Define to 1 if you have the `cacoshf128' function. */ 150 1.1 mrg /* #undef HAVE_CACOSHF128 */ 151 1.1 mrg 152 1.1 mrg /* Define to 1 if you have the `cacoshl' function. */ 153 1.1 mrg #define HAVE_CACOSHL 1 154 1.1 mrg 155 1.1 mrg /* Define to 1 if you have the `cacosl' function. */ 156 1.1 mrg #define HAVE_CACOSL 1 157 1.1 mrg 158 1.1 mrg /* Define to 1 if you have the `carg' function. */ 159 1.1 mrg #define HAVE_CARG 1 160 1.1 mrg 161 1.1 mrg /* Define to 1 if you have the `cargf' function. */ 162 1.1 mrg #define HAVE_CARGF 1 163 1.1 mrg 164 1.1 mrg /* Define to 1 if you have the `cargf128' function. */ 165 1.1 mrg /* #undef HAVE_CARGF128 */ 166 1.1 mrg 167 1.1 mrg /* Define to 1 if you have the `cargl' function. */ 168 1.1 mrg #define HAVE_CARGL 1 169 1.1 mrg 170 1.1 mrg /* Define to 1 if you have the `casin' function. */ 171 1.1 mrg #define HAVE_CASIN 1 172 1.1 mrg 173 1.1 mrg /* Define to 1 if you have the `casinf' function. */ 174 1.1 mrg #define HAVE_CASINF 1 175 1.1 mrg 176 1.1 mrg /* Define to 1 if you have the `casinf128' function. */ 177 1.1 mrg /* #undef HAVE_CASINF128 */ 178 1.1 mrg 179 1.1 mrg /* Define to 1 if you have the `casinh' function. */ 180 1.1 mrg #define HAVE_CASINH 1 181 1.1 mrg 182 1.1 mrg /* Define to 1 if you have the `casinhf' function. */ 183 1.1 mrg #define HAVE_CASINHF 1 184 1.1 mrg 185 1.1 mrg /* Define to 1 if you have the `casinhf128' function. */ 186 1.1 mrg /* #undef HAVE_CASINHF128 */ 187 1.1 mrg 188 1.1 mrg /* Define to 1 if you have the `casinhl' function. */ 189 1.1 mrg #define HAVE_CASINHL 1 190 1.1 mrg 191 1.1 mrg /* Define to 1 if you have the `casinl' function. */ 192 1.1 mrg #define HAVE_CASINL 1 193 1.1 mrg 194 1.1 mrg /* Define to 1 if you have the `catan' function. */ 195 1.1 mrg #define HAVE_CATAN 1 196 1.1 mrg 197 1.1 mrg /* Define to 1 if you have the `catanf' function. */ 198 1.1 mrg #define HAVE_CATANF 1 199 1.1 mrg 200 1.1 mrg /* Define to 1 if you have the `catanf128' function. */ 201 1.1 mrg /* #undef HAVE_CATANF128 */ 202 1.1 mrg 203 1.1 mrg /* Define to 1 if you have the `catanh' function. */ 204 1.1 mrg #define HAVE_CATANH 1 205 1.1 mrg 206 1.1 mrg /* Define to 1 if you have the `catanhf' function. */ 207 1.1 mrg #define HAVE_CATANHF 1 208 1.1 mrg 209 1.1 mrg /* Define to 1 if you have the `catanhf128' function. */ 210 1.1 mrg /* #undef HAVE_CATANHF128 */ 211 1.1 mrg 212 1.1 mrg /* Define to 1 if you have the `catanhl' function. */ 213 1.1 mrg #define HAVE_CATANHL 1 214 1.1 mrg 215 1.1 mrg /* Define to 1 if you have the `catanl' function. */ 216 1.1 mrg #define HAVE_CATANL 1 217 1.1 mrg 218 1.1 mrg /* Define to 1 if you have the `ccos' function. */ 219 1.1 mrg #define HAVE_CCOS 1 220 1.1 mrg 221 1.1 mrg /* Define to 1 if you have the `ccosf' function. */ 222 1.1 mrg #define HAVE_CCOSF 1 223 1.1 mrg 224 1.1 mrg /* Define to 1 if you have the `ccosf128' function. */ 225 1.1 mrg /* #undef HAVE_CCOSF128 */ 226 1.1 mrg 227 1.1 mrg /* Define to 1 if you have the `ccosh' function. */ 228 1.1 mrg #define HAVE_CCOSH 1 229 1.1 mrg 230 1.1 mrg /* Define to 1 if you have the `ccoshf' function. */ 231 1.1 mrg #define HAVE_CCOSHF 1 232 1.1 mrg 233 1.1 mrg /* Define to 1 if you have the `ccoshf128' function. */ 234 1.1 mrg /* #undef HAVE_CCOSHF128 */ 235 1.1 mrg 236 1.1 mrg /* Define to 1 if you have the `ccoshl' function. */ 237 1.1 mrg #define HAVE_CCOSHL 1 238 1.1 mrg 239 1.1 mrg /* Define to 1 if you have the `ccosl' function. */ 240 1.1 mrg #define HAVE_CCOSL 1 241 1.1 mrg 242 1.1 mrg /* Define to 1 if you have the `ceil' function. */ 243 1.1 mrg #define HAVE_CEIL 1 244 1.1 mrg 245 1.1 mrg /* Define to 1 if you have the `ceilf' function. */ 246 1.1 mrg #define HAVE_CEILF 1 247 1.1 mrg 248 1.1 mrg /* Define to 1 if you have the `ceilf128' function. */ 249 1.1 mrg /* #undef HAVE_CEILF128 */ 250 1.1 mrg 251 1.1 mrg /* Define to 1 if you have the `ceill' function. */ 252 1.1 mrg #define HAVE_CEILL 1 253 1.1 mrg 254 1.1 mrg /* Define to 1 if you have the `cexp' function. */ 255 1.1 mrg #define HAVE_CEXP 1 256 1.1 mrg 257 1.1 mrg /* Define to 1 if you have the `cexpf' function. */ 258 1.1 mrg #define HAVE_CEXPF 1 259 1.1 mrg 260 1.1 mrg /* Define to 1 if you have the `cexpf128' function. */ 261 1.1 mrg /* #undef HAVE_CEXPF128 */ 262 1.1 mrg 263 1.1 mrg /* Define to 1 if you have the `cexpl' function. */ 264 1.1 mrg #define HAVE_CEXPL 1 265 1.1 mrg 266 1.1 mrg /* Define to 1 if you have the `chdir' function. */ 267 1.1 mrg #define HAVE_CHDIR 1 268 1.1 mrg 269 1.1 mrg /* Define to 1 if you have the `chsize' function. */ 270 1.1 mrg /* #undef HAVE_CHSIZE */ 271 1.1 mrg 272 1.1 mrg /* Define to 1 if you have the `clock_gettime' function. */ 273 1.1 mrg #define HAVE_CLOCK_GETTIME 1 274 1.1 mrg 275 1.1 mrg /* Define to 1 if you have the `clock_gettime' function in librt. */ 276 1.1 mrg /* #undef HAVE_CLOCK_GETTIME_LIBRT */ 277 1.1 mrg 278 1.1 mrg /* libm includes clog */ 279 1.1 mrg #define HAVE_CLOG 1 280 1.1 mrg 281 1.1 mrg /* Define to 1 if you have the `clog10' function. */ 282 1.1 mrg /* #undef HAVE_CLOG10 */ 283 1.1 mrg 284 1.1 mrg /* Define to 1 if you have the `clog10f' function. */ 285 1.1 mrg /* #undef HAVE_CLOG10F */ 286 1.1 mrg 287 1.1 mrg /* Define to 1 if you have the `clog10f128' function. */ 288 1.1 mrg /* #undef HAVE_CLOG10F128 */ 289 1.1 mrg 290 1.1 mrg /* Define to 1 if you have the `clog10l' function. */ 291 1.1 mrg /* #undef HAVE_CLOG10L */ 292 1.1 mrg 293 1.1 mrg /* Define to 1 if you have the `clogf' function. */ 294 1.1 mrg #define HAVE_CLOGF 1 295 1.1 mrg 296 1.1 mrg /* Define to 1 if you have the `clogf128' function. */ 297 1.1 mrg /* #undef HAVE_CLOGF128 */ 298 1.1 mrg 299 1.1 mrg /* Define to 1 if you have the `clogl' function. */ 300 1.1 mrg #define HAVE_CLOGL 1 301 1.1 mrg 302 1.1 mrg /* Define to 1 if you have the <complex.h> header file. */ 303 1.1 mrg #define HAVE_COMPLEX_H 1 304 1.1 mrg 305 1.1 mrg /* Define to 1 if you have the `copysign' function. */ 306 1.1 mrg #define HAVE_COPYSIGN 1 307 1.1 mrg 308 1.1 mrg /* Define to 1 if you have the `copysignf' function. */ 309 1.1 mrg #define HAVE_COPYSIGNF 1 310 1.1 mrg 311 1.1 mrg /* Define to 1 if you have the `copysignf128' function. */ 312 1.1 mrg /* #undef HAVE_COPYSIGNF128 */ 313 1.1 mrg 314 1.1 mrg /* Define to 1 if you have the `copysignl' function. */ 315 1.1 mrg #define HAVE_COPYSIGNL 1 316 1.1 mrg 317 1.1 mrg /* Define to 1 if you have the `cos' function. */ 318 1.1 mrg #define HAVE_COS 1 319 1.1 mrg 320 1.1 mrg /* Define to 1 if you have the `cosf' function. */ 321 1.1 mrg #define HAVE_COSF 1 322 1.1 mrg 323 1.1 mrg /* Define to 1 if you have the `cosf128' function. */ 324 1.1 mrg /* #undef HAVE_COSF128 */ 325 1.1 mrg 326 1.1 mrg /* Define to 1 if you have the `cosh' function. */ 327 1.1 mrg #define HAVE_COSH 1 328 1.1 mrg 329 1.1 mrg /* Define to 1 if you have the `coshf' function. */ 330 1.1 mrg #define HAVE_COSHF 1 331 1.1 mrg 332 1.1 mrg /* Define to 1 if you have the `coshf128' function. */ 333 1.1 mrg /* #undef HAVE_COSHF128 */ 334 1.1 mrg 335 1.1 mrg /* Define to 1 if you have the `coshl' function. */ 336 1.1 mrg #define HAVE_COSHL 1 337 1.1 mrg 338 1.1 mrg /* Define to 1 if you have the `cosl' function. */ 339 1.1 mrg #define HAVE_COSL 1 340 1.1 mrg 341 1.1 mrg /* Define to 1 if you have the `cpow' function. */ 342 1.1 mrg #define HAVE_CPOW 1 343 1.1 mrg 344 1.1 mrg /* Define to 1 if you have the `cpowf' function. */ 345 1.1 mrg #define HAVE_CPOWF 1 346 1.1 mrg 347 1.1 mrg /* Define to 1 if you have the `cpowf128' function. */ 348 1.1 mrg /* #undef HAVE_CPOWF128 */ 349 1.1 mrg 350 1.1 mrg /* Define to 1 if you have the `cpowl' function. */ 351 1.1 mrg #define HAVE_CPOWL 1 352 1.1 mrg 353 1.1 mrg /* Define if CRLF is line terminator. */ 354 1.1 mrg /* #undef HAVE_CRLF */ 355 1.1 mrg 356 1.1 mrg /* Define to 1 if you have the `csin' function. */ 357 1.1 mrg #define HAVE_CSIN 1 358 1.1 mrg 359 1.1 mrg /* Define to 1 if you have the `csinf' function. */ 360 1.1 mrg #define HAVE_CSINF 1 361 1.1 mrg 362 1.1 mrg /* Define to 1 if you have the `csinf128' function. */ 363 1.1 mrg /* #undef HAVE_CSINF128 */ 364 1.1 mrg 365 1.1 mrg /* Define to 1 if you have the `csinh' function. */ 366 1.1 mrg #define HAVE_CSINH 1 367 1.1 mrg 368 1.1 mrg /* Define to 1 if you have the `csinhf' function. */ 369 1.1 mrg #define HAVE_CSINHF 1 370 1.1 mrg 371 1.1 mrg /* Define to 1 if you have the `csinhf128' function. */ 372 1.1 mrg /* #undef HAVE_CSINHF128 */ 373 1.1 mrg 374 1.1 mrg /* Define to 1 if you have the `csinhl' function. */ 375 1.1 mrg #define HAVE_CSINHL 1 376 1.1 mrg 377 1.1 mrg /* Define to 1 if you have the `csinl' function. */ 378 1.1 mrg #define HAVE_CSINL 1 379 1.1 mrg 380 1.1 mrg /* Define to 1 if you have the `csqrt' function. */ 381 1.1 mrg #define HAVE_CSQRT 1 382 1.1 mrg 383 1.1 mrg /* Define to 1 if you have the `csqrtf' function. */ 384 1.1 mrg #define HAVE_CSQRTF 1 385 1.1 mrg 386 1.1 mrg /* Define to 1 if you have the `csqrtf128' function. */ 387 1.1 mrg /* #undef HAVE_CSQRTF128 */ 388 1.1 mrg 389 1.1 mrg /* Define to 1 if you have the `csqrtl' function. */ 390 1.1 mrg #define HAVE_CSQRTL 1 391 1.1 mrg 392 1.1 mrg /* Define to 1 if you have the `ctan' function. */ 393 1.1 mrg #define HAVE_CTAN 1 394 1.1 mrg 395 1.1 mrg /* Define to 1 if you have the `ctanf' function. */ 396 1.1 mrg #define HAVE_CTANF 1 397 1.1 mrg 398 1.1 mrg /* Define to 1 if you have the `ctanf128' function. */ 399 1.1 mrg /* #undef HAVE_CTANF128 */ 400 1.1 mrg 401 1.1 mrg /* Define to 1 if you have the `ctanh' function. */ 402 1.1 mrg #define HAVE_CTANH 1 403 1.1 mrg 404 1.1 mrg /* Define to 1 if you have the `ctanhf' function. */ 405 1.1 mrg #define HAVE_CTANHF 1 406 1.1 mrg 407 1.1 mrg /* Define to 1 if you have the `ctanhf128' function. */ 408 1.1 mrg /* #undef HAVE_CTANHF128 */ 409 1.1 mrg 410 1.1 mrg /* Define to 1 if you have the `ctanhl' function. */ 411 1.1 mrg #define HAVE_CTANHL 1 412 1.1 mrg 413 1.1 mrg /* Define to 1 if you have the `ctanl' function. */ 414 1.1 mrg #define HAVE_CTANL 1 415 1.1 mrg 416 1.1 mrg /* Define to 1 if you have the <dlfcn.h> header file. */ 417 1.1 mrg #define HAVE_DLFCN_H 1 418 1.1 mrg 419 1.1 mrg /* Define to 1 if you have the `dup' function. */ 420 1.1 mrg #define HAVE_DUP 1 421 1.1 mrg 422 1.1 mrg /* Define to 1 if you have the `erf' function. */ 423 1.1 mrg #define HAVE_ERF 1 424 1.1 mrg 425 1.1 mrg /* Define to 1 if you have the `erfc' function. */ 426 1.1 mrg #define HAVE_ERFC 1 427 1.1 mrg 428 1.1 mrg /* Define to 1 if you have the `erfcf' function. */ 429 1.1 mrg #define HAVE_ERFCF 1 430 1.1 mrg 431 1.1 mrg /* Define to 1 if you have the `erfcf128' function. */ 432 1.1 mrg /* #undef HAVE_ERFCF128 */ 433 1.1 mrg 434 1.1 mrg /* Define to 1 if you have the `erfcl' function. */ 435 1.1 mrg #define HAVE_ERFCL 1 436 1.1 mrg 437 1.1 mrg /* Define to 1 if you have the `erff' function. */ 438 1.1 mrg #define HAVE_ERFF 1 439 1.1 mrg 440 1.1 mrg /* Define to 1 if you have the `erff128' function. */ 441 1.1 mrg /* #undef HAVE_ERFF128 */ 442 1.1 mrg 443 1.1 mrg /* Define to 1 if you have the `exp' function. */ 444 1.1 mrg #define HAVE_EXP 1 445 1.1 mrg 446 1.1 mrg /* Define to 1 if you have the `expf' function. */ 447 1.1 mrg #define HAVE_EXPF 1 448 1.1 mrg 449 1.1 mrg /* Define to 1 if you have the `expf128' function. */ 450 1.1 mrg /* #undef HAVE_EXPF128 */ 451 1.1 mrg 452 1.1 mrg /* Define to 1 if you have the `expl' function. */ 453 1.1 mrg #define HAVE_EXPL 1 454 1.1 mrg 455 1.1 mrg /* Define to 1 if you have the `fabs' function. */ 456 1.1 mrg #define HAVE_FABS 1 457 1.1 mrg 458 1.1 mrg /* Define to 1 if you have the `fabsf' function. */ 459 1.1 mrg #define HAVE_FABSF 1 460 1.1 mrg 461 1.1 mrg /* Define to 1 if you have the `fabsf128' function. */ 462 1.1 mrg /* #undef HAVE_FABSF128 */ 463 1.1 mrg 464 1.1 mrg /* Define to 1 if you have the `fabsl' function. */ 465 1.1 mrg #define HAVE_FABSL 1 466 1.1 mrg 467 1.1 mrg /* Define to 1 if you have the `fcntl' function. */ 468 1.1 mrg #define HAVE_FCNTL 1 469 1.1 mrg 470 1.1 mrg /* libm includes feenableexcept */ 471 1.1 mrg #define HAVE_FEENABLEEXCEPT 1 472 1.1 mrg 473 1.1 mrg /* Define to 1 if you have the <fenv.h> header file. */ 474 1.1 mrg #define HAVE_FENV_H 1 475 1.1 mrg 476 1.1 mrg /* Define if target has usable _Float128 and __float128 types. */ 477 1.1 mrg /* #undef HAVE_FLOAT128 */ 478 1.1 mrg 479 1.1 mrg /* Define to 1 if you have the <floatingpoint.h> header file. */ 480 1.1 mrg /* #undef HAVE_FLOATINGPOINT_H */ 481 1.1 mrg 482 1.1 mrg /* Define to 1 if you have the `floor' function. */ 483 1.1 mrg #define HAVE_FLOOR 1 484 1.1 mrg 485 1.1 mrg /* Define to 1 if you have the `floorf' function. */ 486 1.1 mrg #define HAVE_FLOORF 1 487 1.1 mrg 488 1.1 mrg /* Define to 1 if you have the `floorf128' function. */ 489 1.1 mrg /* #undef HAVE_FLOORF128 */ 490 1.1 mrg 491 1.1 mrg /* Define to 1 if you have the `floorl' function. */ 492 1.1 mrg #define HAVE_FLOORL 1 493 1.1 mrg 494 1.1 mrg /* Define to 1 if you have the `fma' function. */ 495 1.1 mrg #define HAVE_FMA 1 496 1.1 mrg 497 1.1 mrg /* Define if FMA3 instructions can be compiled. */ 498 1.1 mrg /* #undef HAVE_FMA3 */ 499 1.1 mrg 500 1.1 mrg /* Define if FMA4 instructions can be compiled. */ 501 1.1 mrg /* #undef HAVE_FMA4 */ 502 1.1 mrg 503 1.1 mrg /* Define to 1 if you have the `fmaf' function. */ 504 1.1 mrg #define HAVE_FMAF 1 505 1.1 mrg 506 1.1 mrg /* Define to 1 if you have the `fmaf128' function. */ 507 1.1 mrg /* #undef HAVE_FMAF128 */ 508 1.1 mrg 509 1.1 mrg /* Define to 1 if you have the `fmal' function. */ 510 1.1 mrg #define HAVE_FMAL 1 511 1.1 mrg 512 1.1 mrg /* Define to 1 if you have the `fmod' function. */ 513 1.1 mrg #define HAVE_FMOD 1 514 1.1 mrg 515 1.1 mrg /* Define to 1 if you have the `fmodf' function. */ 516 1.1 mrg #define HAVE_FMODF 1 517 1.1 mrg 518 1.1 mrg /* Define to 1 if you have the `fmodf128' function. */ 519 1.1 mrg /* #undef HAVE_FMODF128 */ 520 1.1 mrg 521 1.1 mrg /* Define to 1 if you have the `fmodl' function. */ 522 1.1 mrg #define HAVE_FMODL 1 523 1.1 mrg 524 1.1 mrg /* Define to 1 if you have the `fork' function. */ 525 1.1 mrg #define HAVE_FORK 1 526 1.1 mrg 527 1.1 mrg /* fpresetsticky is present */ 528 1.1 mrg /* #undef HAVE_FPRESETSTICKY */ 529 1.1 mrg 530 1.1 mrg /* Define if you have fpsetmask. */ 531 1.1 mrg #define HAVE_FPSETMASK 1 532 1.1 mrg 533 1.1 mrg /* fpsetsticky is present */ 534 1.1 mrg #define HAVE_FPSETSTICKY 1 535 1.1 mrg 536 1.1 mrg /* Define to 1 if you have the <fptrap.h> header file. */ 537 1.1 mrg /* #undef HAVE_FPTRAP_H */ 538 1.1 mrg 539 1.1 mrg /* Define to 1 if you have the <fpxcp.h> header file. */ 540 1.1 mrg /* #undef HAVE_FPXCP_H */ 541 1.1 mrg 542 1.1 mrg /* fp_enable is present */ 543 1.1 mrg /* #undef HAVE_FP_ENABLE */ 544 1.1 mrg 545 1.1 mrg /* Define to 1 if the system has the type `fp_except'. */ 546 1.1 mrg #define HAVE_FP_EXCEPT 1 547 1.1 mrg 548 1.1 mrg /* Define to 1 if the system has the type `fp_except_t'. */ 549 1.1 mrg #define HAVE_FP_EXCEPT_T 1 550 1.1 mrg 551 1.1 mrg /* Define to 1 if the system has the type `fp_rnd'. */ 552 1.1 mrg #define HAVE_FP_RND 1 553 1.1 mrg 554 1.1 mrg /* Define to 1 if the system has the type `fp_rnd_t'. */ 555 1.1 mrg #define HAVE_FP_RND_T 1 556 1.1 mrg 557 1.1 mrg /* fp_trap is present */ 558 1.1 mrg /* #undef HAVE_FP_TRAP */ 559 1.1 mrg 560 1.1 mrg /* Define to 1 if you have the `freelocale' function. */ 561 1.1 mrg #define HAVE_FREELOCALE 1 562 1.1 mrg 563 1.1 mrg /* Define to 1 if you have the `frexp' function. */ 564 1.1 mrg #define HAVE_FREXP 1 565 1.1 mrg 566 1.1 mrg /* Define to 1 if you have the `frexpf' function. */ 567 1.1 mrg #define HAVE_FREXPF 1 568 1.1 mrg 569 1.1 mrg /* Define to 1 if you have the `frexpf128' function. */ 570 1.1 mrg /* #undef HAVE_FREXPF128 */ 571 1.1 mrg 572 1.1 mrg /* Define to 1 if you have the `frexpl' function. */ 573 1.1 mrg #define HAVE_FREXPL 1 574 1.1 mrg 575 1.1 mrg /* Define to 1 if you have the `fstat' function. */ 576 1.1 mrg #define HAVE_FSTAT 1 577 1.1 mrg 578 1.1 mrg /* Define to 1 if you have the `ftruncate' function. */ 579 1.1 mrg #define HAVE_FTRUNCATE 1 580 1.1 mrg 581 1.1 mrg /* Define to 1 if you have the `getcwd' function. */ 582 1.1 mrg #define HAVE_GETCWD 1 583 1.1 mrg 584 1.1 mrg /* Define to 1 if you have the `getegid' function. */ 585 1.1 mrg #define HAVE_GETEGID 1 586 1.1 mrg 587 1.1 mrg /* Define to 1 if you have the `getentropy' function. */ 588 1.1 mrg #define HAVE_GETENTROPY 1 589 1.1 mrg 590 1.1 mrg /* Define to 1 if you have the `geteuid' function. */ 591 1.1 mrg #define HAVE_GETEUID 1 592 1.1 mrg 593 1.1 mrg /* Define to 1 if you have the `getgid' function. */ 594 1.1 mrg #define HAVE_GETGID 1 595 1.1 mrg 596 1.1 mrg /* Define to 1 if you have the `gethostname' function. */ 597 1.1 mrg #define HAVE_GETHOSTNAME 1 598 1.1 mrg 599 1.1 mrg /* Define to 1 if you have the `getlogin' function. */ 600 1.1 mrg #define HAVE_GETLOGIN 1 601 1.1 mrg 602 1.1 mrg /* Define to 1 if you have the `getpid' function. */ 603 1.1 mrg #define HAVE_GETPID 1 604 1.1 mrg 605 1.1 mrg /* Define to 1 if you have the `getpwuid' function. */ 606 1.1 mrg #define HAVE_GETPWUID 1 607 1.1 mrg 608 1.1 mrg /* Define to 1 if you have the `getpwuid_r' function. */ 609 1.1 mrg #define HAVE_GETPWUID_R 1 610 1.1 mrg 611 1.1 mrg /* Define to 1 if you have the `getrusage' function. */ 612 1.1 mrg #define HAVE_GETRUSAGE 1 613 1.1 mrg 614 1.1 mrg /* Define to 1 if you have the `gettimeofday' function. */ 615 1.1 mrg #define HAVE_GETTIMEOFDAY 1 616 1.1 mrg 617 1.1 mrg /* Define to 1 if you have the `getuid' function. */ 618 1.1 mrg #define HAVE_GETUID 1 619 1.1 mrg 620 1.1 mrg /* Define to 1 if you have the `gmtime_r' function. */ 621 1.1 mrg #define HAVE_GMTIME_R 1 622 1.1 mrg 623 1.1 mrg /* Define to 1 if you have the `hypot' function. */ 624 1.1 mrg #define HAVE_HYPOT 1 625 1.1 mrg 626 1.1 mrg /* Define to 1 if you have the `hypotf' function. */ 627 1.1 mrg #define HAVE_HYPOTF 1 628 1.1 mrg 629 1.1 mrg /* Define to 1 if you have the `hypotf128' function. */ 630 1.1 mrg /* #undef HAVE_HYPOTF128 */ 631 1.1 mrg 632 1.1 mrg /* Define to 1 if you have the `hypotl' function. */ 633 1.1 mrg #define HAVE_HYPOTL 1 634 1.1 mrg 635 1.1 mrg /* Define to 1 if you have the <ieeefp.h> header file. */ 636 1.1 mrg #define HAVE_IEEEFP_H 1 637 1.1 mrg 638 1.1 mrg /* Define to 1 if `__builtin_copysign' is expanded inline. */ 639 1.1 mrg /* #undef HAVE_INLINE_BUILTIN_COPYSIGN */ 640 1.1 mrg 641 1.1 mrg /* Define to 1 if `__builtin_copysignl' is expanded inline. */ 642 1.1 mrg /* #undef HAVE_INLINE_BUILTIN_COPYSIGNL */ 643 1.1 mrg 644 1.1 mrg /* Define to 1 if `__builtin_fabs' is expanded inline. */ 645 1.1 mrg /* #undef HAVE_INLINE_BUILTIN_FABS */ 646 1.1 mrg 647 1.1 mrg /* Define to 1 if `__builtin_fabsl' is expanded inline. */ 648 1.1 mrg /* #undef HAVE_INLINE_BUILTIN_FABSL */ 649 1.1 mrg 650 1.1 mrg /* Define to 1 if the system has the type `intptr_t'. */ 651 1.1 mrg #define HAVE_INTPTR_T 1 652 1.1 mrg 653 1.1 mrg /* Define to 1 if you have the <inttypes.h> header file. */ 654 1.1 mrg #define HAVE_INTTYPES_H 1 655 1.1 mrg 656 1.1 mrg /* Define to 1 if you have the `j0' function. */ 657 1.1 mrg #define HAVE_J0 1 658 1.1 mrg 659 1.1 mrg /* Define to 1 if you have the `j0f' function. */ 660 1.1 mrg #define HAVE_J0F 1 661 1.1 mrg 662 1.1 mrg /* Define to 1 if you have the `j0f128' function. */ 663 1.1 mrg /* #undef HAVE_J0F128 */ 664 1.1 mrg 665 1.1 mrg /* Define to 1 if you have the `j1' function. */ 666 1.1 mrg #define HAVE_J1 1 667 1.1 mrg 668 1.1 mrg /* Define to 1 if you have the `j1f' function. */ 669 1.1 mrg #define HAVE_J1F 1 670 1.1 mrg 671 1.1 mrg /* Define to 1 if you have the `j1f128' function. */ 672 1.1 mrg /* #undef HAVE_J1F128 */ 673 1.1 mrg 674 1.1 mrg /* Define to 1 if you have the `jn' function. */ 675 1.1 mrg #define HAVE_JN 1 676 1.1 mrg 677 1.1 mrg /* Define to 1 if you have the `jnf' function. */ 678 1.1 mrg #define HAVE_JNF 1 679 1.1 mrg 680 1.1 mrg /* Define to 1 if you have the `jnf128' function. */ 681 1.1 mrg /* #undef HAVE_JNF128 */ 682 1.1 mrg 683 1.1 mrg /* Define to 1 if you have the `jnl' function. */ 684 1.1 mrg /* #undef HAVE_JNL */ 685 1.1 mrg 686 1.1 mrg /* Define to 1 if you have the `kill' function. */ 687 1.1 mrg #define HAVE_KILL 1 688 1.1 mrg 689 1.1 mrg /* Define to 1 if you have the `ldexp' function. */ 690 1.1 mrg #define HAVE_LDEXP 1 691 1.1 mrg 692 1.1 mrg /* Define to 1 if you have the `ldexpf' function. */ 693 1.1 mrg #define HAVE_LDEXPF 1 694 1.1 mrg 695 1.1 mrg /* Define to 1 if you have the `ldexpf128' function. */ 696 1.1 mrg /* #undef HAVE_LDEXPF128 */ 697 1.1 mrg 698 1.1 mrg /* Define to 1 if you have the `ldexpl' function. */ 699 1.1 mrg #define HAVE_LDEXPL 1 700 1.1 mrg 701 1.1 mrg /* Define to 1 if you have the `lgamma' function. */ 702 1.1 mrg #define HAVE_LGAMMA 1 703 1.1 mrg 704 1.1 mrg /* Define to 1 if you have the `lgammaf' function. */ 705 1.1 mrg #define HAVE_LGAMMAF 1 706 1.1 mrg 707 1.1 mrg /* Define to 1 if you have the `lgammaf128' function. */ 708 1.1 mrg /* #undef HAVE_LGAMMAF128 */ 709 1.1 mrg 710 1.1 mrg /* Define to 1 if you have the `m' library (-lm). */ 711 1.1 mrg #define HAVE_LIBM 1 712 1.1 mrg 713 1.1 mrg /* Define to 1 if you have the `link' function. */ 714 1.1 mrg #define HAVE_LINK 1 715 1.1 mrg 716 1.1 mrg /* Define to 1 if you have the `llround' function. */ 717 1.1 mrg #define HAVE_LLROUND 1 718 1.1 mrg 719 1.1 mrg /* Define to 1 if you have the `llroundf' function. */ 720 1.1 mrg #define HAVE_LLROUNDF 1 721 1.1 mrg 722 1.1 mrg /* Define to 1 if you have the `llroundf128' function. */ 723 1.1 mrg /* #undef HAVE_LLROUNDF128 */ 724 1.1 mrg 725 1.1 mrg /* Define to 1 if you have the `llroundl' function. */ 726 1.1 mrg #define HAVE_LLROUNDL 1 727 1.1 mrg 728 1.1 mrg /* Define to 1 if you have the `localtime_r' function. */ 729 1.1 mrg #define HAVE_LOCALTIME_R 1 730 1.1 mrg 731 1.1 mrg /* Define to 1 if you have the `log' function. */ 732 1.1 mrg #define HAVE_LOG 1 733 1.1 mrg 734 1.1 mrg /* Define to 1 if you have the `log10' function. */ 735 1.1 mrg #define HAVE_LOG10 1 736 1.1 mrg 737 1.1 mrg /* Define to 1 if you have the `log10f' function. */ 738 1.1 mrg #define HAVE_LOG10F 1 739 1.1 mrg 740 1.1 mrg /* Define to 1 if you have the `log10f128' function. */ 741 1.1 mrg /* #undef HAVE_LOG10F128 */ 742 1.1 mrg 743 1.1 mrg /* Define to 1 if you have the `log10l' function. */ 744 1.1 mrg #define HAVE_LOG10L 1 745 1.1 mrg 746 1.1 mrg /* Define to 1 if you have the `logf' function. */ 747 1.1 mrg #define HAVE_LOGF 1 748 1.1 mrg 749 1.1 mrg /* Define to 1 if you have the `logf128' function. */ 750 1.1 mrg /* #undef HAVE_LOGF128 */ 751 1.1 mrg 752 1.1 mrg /* Define to 1 if you have the `logl' function. */ 753 1.1 mrg #define HAVE_LOGL 1 754 1.1 mrg 755 1.1 mrg /* Define to 1 if you have the `lround' function. */ 756 1.1 mrg #define HAVE_LROUND 1 757 1.1 mrg 758 1.1 mrg /* Define to 1 if you have the `lroundf' function. */ 759 1.1 mrg #define HAVE_LROUNDF 1 760 1.1 mrg 761 1.1 mrg /* Define to 1 if you have the `lroundf128' function. */ 762 1.1 mrg /* #undef HAVE_LROUNDF128 */ 763 1.1 mrg 764 1.1 mrg /* Define to 1 if you have the `lroundl' function. */ 765 1.1 mrg #define HAVE_LROUNDL 1 766 1.1 mrg 767 1.1 mrg /* Define to 1 if you have the `lstat' function. */ 768 1.1 mrg #define HAVE_LSTAT 1 769 1.1 mrg 770 1.1 mrg /* Define to 1 if you have the <math.h> header file. */ 771 1.1 mrg #define HAVE_MATH_H 1 772 1.1 mrg 773 1.1 mrg /* Define to 1 if you have the <memory.h> header file. */ 774 1.1 mrg #define HAVE_MEMORY_H 1 775 1.1 mrg 776 1.1 mrg /* Define if you have __mingw_snprintf. */ 777 1.1 mrg /* #undef HAVE_MINGW_SNPRINTF */ 778 1.1 mrg 779 1.1 mrg /* Define to 1 if you have the `mkostemp' function. */ 780 1.1 mrg #define HAVE_MKOSTEMP 1 781 1.1 mrg 782 1.1 mrg /* Define to 1 if you have the `mkstemp' function. */ 783 1.1 mrg #define HAVE_MKSTEMP 1 784 1.1 mrg 785 1.1 mrg /* Define to 1 if you have the `newlocale' function. */ 786 1.1 mrg #define HAVE_NEWLOCALE 1 787 1.1 mrg 788 1.1 mrg /* Define to 1 if you have the `nextafter' function. */ 789 1.1 mrg #define HAVE_NEXTAFTER 1 790 1.1 mrg 791 1.1 mrg /* Define to 1 if you have the `nextafterf' function. */ 792 1.1 mrg #define HAVE_NEXTAFTERF 1 793 1.1 mrg 794 1.1 mrg /* Define to 1 if you have the `nextafterf128' function. */ 795 1.1 mrg /* #undef HAVE_NEXTAFTERF128 */ 796 1.1 mrg 797 1.1 mrg /* Define to 1 if you have the `nextafterl' function. */ 798 1.1 mrg #define HAVE_NEXTAFTERL 1 799 1.1 mrg 800 1.1 mrg /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */ 801 1.1 mrg #define HAVE_POSIX_GETPWUID_R 1 802 1.1 mrg 803 1.1 mrg /* Define to 1 if you have the `posix_spawn' function. */ 804 1.1 mrg #define HAVE_POSIX_SPAWN 1 805 1.1 mrg 806 1.1 mrg /* Define to 1 if you have the `pow' function. */ 807 1.1 mrg #define HAVE_POW 1 808 1.1 mrg 809 1.1 mrg /* Define to 1 if you have the `powf' function. */ 810 1.1 mrg #define HAVE_POWF 1 811 1.1 mrg 812 1.1 mrg /* Define to 1 if you have the `powf128' function. */ 813 1.1 mrg /* #undef HAVE_POWF128 */ 814 1.1 mrg 815 1.1 mrg /* Define to 1 if the system has the type `ptrdiff_t'. */ 816 1.1 mrg #define HAVE_PTRDIFF_T 1 817 1.1 mrg 818 1.1 mrg /* Define to 1 if you have the <pwd.h> header file. */ 819 1.1 mrg #define HAVE_PWD_H 1 820 1.1 mrg 821 1.1 mrg /* Define to 1 if you have REAL(KIND=17) */ 822 1.1 mrg /* #undef HAVE_REAL_17 */ 823 1.1 mrg 824 1.1 mrg /* Define to 1 if you have the `round' function. */ 825 1.1 mrg #define HAVE_ROUND 1 826 1.1 mrg 827 1.1 mrg /* Define to 1 if you have the `roundf' function. */ 828 1.1 mrg #define HAVE_ROUNDF 1 829 1.1 mrg 830 1.1 mrg /* Define to 1 if you have the `roundf128' function. */ 831 1.1 mrg /* #undef HAVE_ROUNDF128 */ 832 1.1 mrg 833 1.1 mrg /* Define to 1 if you have the `roundl' function. */ 834 1.1 mrg #define HAVE_ROUNDL 1 835 1.1 mrg 836 1.1 mrg /* Define to 1 if you have the `scalbn' function. */ 837 1.1 mrg #define HAVE_SCALBN 1 838 1.1 mrg 839 1.1 mrg /* Define to 1 if you have the `scalbnf' function. */ 840 1.1 mrg #define HAVE_SCALBNF 1 841 1.1 mrg 842 1.1 mrg /* Define to 1 if you have the `scalbnf128' function. */ 843 1.1 mrg /* #undef HAVE_SCALBNF128 */ 844 1.1 mrg 845 1.1 mrg /* Define to 1 if you have the `scalbnl' function. */ 846 1.1 mrg #define HAVE_SCALBNL 1 847 1.1 mrg 848 1.1 mrg /* Define to 1 if you have the `secure_getenv' function. */ 849 1.1 mrg /* #undef HAVE_SECURE_GETENV */ 850 1.1 mrg 851 1.1 mrg /* Define to 1 if you have the `setmode' function. */ 852 1.1 mrg #define HAVE_SETMODE 1 853 1.1 mrg 854 1.1 mrg /* Define to 1 if you have the `sigaction' function. */ 855 1.1 mrg #define HAVE_SIGACTION 1 856 1.1 mrg 857 1.1 mrg /* Define to 1 if you have the `sin' function. */ 858 1.1 mrg #define HAVE_SIN 1 859 1.1 mrg 860 1.1 mrg /* Define to 1 if you have the `sinf' function. */ 861 1.1 mrg #define HAVE_SINF 1 862 1.1 mrg 863 1.1 mrg /* Define to 1 if you have the `sinf128' function. */ 864 1.1 mrg /* #undef HAVE_SINF128 */ 865 1.1 mrg 866 1.1 mrg /* Define to 1 if you have the `sinh' function. */ 867 1.1 mrg #define HAVE_SINH 1 868 1.1 mrg 869 1.1 mrg /* Define to 1 if you have the `sinhf' function. */ 870 1.1 mrg #define HAVE_SINHF 1 871 1.1 mrg 872 1.1 mrg /* Define to 1 if you have the `sinhf128' function. */ 873 1.1 mrg /* #undef HAVE_SINHF128 */ 874 1.1 mrg 875 1.1 mrg /* Define to 1 if you have the `sinhl' function. */ 876 1.1 mrg #define HAVE_SINHL 1 877 1.1 mrg 878 1.1 mrg /* Define to 1 if you have the `sinl' function. */ 879 1.1 mrg #define HAVE_SINL 1 880 1.1 mrg 881 1.1 mrg /* Define to 1 if you have the `sleep' function. */ 882 1.1 mrg #define HAVE_SLEEP 1 883 1.1 mrg 884 1.1 mrg /* Define to 1 if you have the `snprintf' function. */ 885 1.1 mrg #define HAVE_SNPRINTF 1 886 1.1 mrg 887 1.1 mrg /* Define to 1 if you have the `sqrt' function. */ 888 1.1 mrg #define HAVE_SQRT 1 889 1.1 mrg 890 1.1 mrg /* Define to 1 if you have the `sqrtf' function. */ 891 1.1 mrg #define HAVE_SQRTF 1 892 1.1 mrg 893 1.1 mrg /* Define to 1 if you have the `sqrtf128' function. */ 894 1.1 mrg /* #undef HAVE_SQRTF128 */ 895 1.1 mrg 896 1.1 mrg /* Define to 1 if you have the `sqrtl' function. */ 897 1.1 mrg #define HAVE_SQRTL 1 898 1.1 mrg 899 1.1 mrg /* Define to 1 if you have the `stat' function. */ 900 1.1 mrg #define HAVE_STAT 1 901 1.1 mrg 902 1.1 mrg /* Define to 1 if you have the <stdint.h> header file. */ 903 1.1 mrg #define HAVE_STDINT_H 1 904 1.1 mrg 905 1.1 mrg /* Define to 1 if you have the <stdlib.h> header file. */ 906 1.1 mrg #define HAVE_STDLIB_H 1 907 1.1 mrg 908 1.1 mrg /* Define to 1 if you have the `strerror_l' function. */ 909 1.1 mrg #define HAVE_STRERROR_L 1 910 1.1 mrg 911 1.1 mrg /* Define if strerror_r is available in <string.h>. */ 912 1.1 mrg #define HAVE_STRERROR_R 1 913 1.1 mrg 914 1.1 mrg /* Define if strerror_r takes two arguments and is available in <string.h>. */ 915 1.1 mrg /* #undef HAVE_STRERROR_R_2ARGS */ 916 1.1 mrg 917 1.1 mrg /* Define to 1 if you have the `strfromf128' function. */ 918 1.1 mrg /* #undef HAVE_STRFROMF128 */ 919 1.1 mrg 920 1.1 mrg /* Define to 1 if you have the <strings.h> header file. */ 921 1.1 mrg #define HAVE_STRINGS_H 1 922 1.1 mrg 923 1.1 mrg /* Define to 1 if you have the <string.h> header file. */ 924 1.1 mrg #define HAVE_STRING_H 1 925 1.1 mrg 926 1.1 mrg /* Define to 1 if you have the `strndup' function. */ 927 1.1 mrg #define HAVE_STRNDUP 1 928 1.1 mrg 929 1.1 mrg /* Define to 1 if you have the `strnlen' function. */ 930 1.1 mrg #define HAVE_STRNLEN 1 931 1.1 mrg 932 1.1 mrg /* Define to 1 if you have the `strtof' function. */ 933 1.1 mrg #define HAVE_STRTOF 1 934 1.1 mrg 935 1.1 mrg /* Define to 1 if you have the `strtof128' function. */ 936 1.1 mrg /* #undef HAVE_STRTOF128 */ 937 1.1 mrg 938 1.1 mrg /* Define to 1 if you have the `strtold' function. */ 939 1.1 mrg #define HAVE_STRTOLD 1 940 1.1 mrg 941 1.1 mrg /* Define to 1 if `st_blksize' is a member of `struct stat'. */ 942 1.1 mrg #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 943 1.1 mrg 944 1.1 mrg /* Define to 1 if `st_blocks' is a member of `struct stat'. */ 945 1.1 mrg #define HAVE_STRUCT_STAT_ST_BLOCKS 1 946 1.1 mrg 947 1.1 mrg /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 948 1.1 mrg #define HAVE_STRUCT_STAT_ST_RDEV 1 949 1.1 mrg 950 1.1 mrg /* Define to 1 if you have the `symlink' function. */ 951 1.1 mrg #define HAVE_SYMLINK 1 952 1.1 mrg 953 1.1 mrg /* Define to 1 if you have the <sys/random.h> header file. */ 954 1.1 mrg #define HAVE_SYS_RANDOM_H 1 955 1.1 mrg 956 1.1 mrg /* Define to 1 if you have the <sys/resource.h> header file. */ 957 1.1 mrg #define HAVE_SYS_RESOURCE_H 1 958 1.1 mrg 959 1.1 mrg /* Define to 1 if you have the <sys/stat.h> header file. */ 960 1.1 mrg #define HAVE_SYS_STAT_H 1 961 1.1 mrg 962 1.1 mrg /* Define to 1 if you have the <sys/times.h> header file. */ 963 1.1 mrg #define HAVE_SYS_TIMES_H 1 964 1.1 mrg 965 1.1 mrg /* Define to 1 if you have the <sys/time.h> header file. */ 966 1.1 mrg #define HAVE_SYS_TIME_H 1 967 1.1 mrg 968 1.1 mrg /* Define to 1 if you have the <sys/types.h> header file. */ 969 1.1 mrg #define HAVE_SYS_TYPES_H 1 970 1.1 mrg 971 1.1 mrg /* Define to 1 if you have the <sys/uio.h> header file. */ 972 1.1 mrg #define HAVE_SYS_UIO_H 1 973 1.1 mrg 974 1.1 mrg /* Define to 1 if you have the <sys/wait.h> header file. */ 975 1.1 mrg #define HAVE_SYS_WAIT_H 1 976 1.1 mrg 977 1.1 mrg /* Define to 1 if you have the `tan' function. */ 978 1.1 mrg #define HAVE_TAN 1 979 1.1 mrg 980 1.1 mrg /* Define to 1 if you have the `tanf' function. */ 981 1.1 mrg #define HAVE_TANF 1 982 1.1 mrg 983 1.1 mrg /* Define to 1 if you have the `tanf128' function. */ 984 1.1 mrg /* #undef HAVE_TANF128 */ 985 1.1 mrg 986 1.1 mrg /* Define to 1 if you have the `tanh' function. */ 987 1.1 mrg #define HAVE_TANH 1 988 1.1 mrg 989 1.1 mrg /* Define to 1 if you have the `tanhf' function. */ 990 1.1 mrg #define HAVE_TANHF 1 991 1.1 mrg 992 1.1 mrg /* Define to 1 if you have the `tanhf128' function. */ 993 1.1 mrg /* #undef HAVE_TANHF128 */ 994 1.1 mrg 995 1.1 mrg /* Define to 1 if you have the `tanhl' function. */ 996 1.1 mrg #define HAVE_TANHL 1 997 1.1 mrg 998 1.1 mrg /* Define to 1 if you have the `tanl' function. */ 999 1.1 mrg #define HAVE_TANL 1 1000 1.1 mrg 1001 1.1 mrg /* Define to 1 if you have the `tgamma' function. */ 1002 1.1 mrg #define HAVE_TGAMMA 1 1003 1.1 mrg 1004 1.1 mrg /* Define to 1 if you have the `tgammaf' function. */ 1005 1.1 mrg #define HAVE_TGAMMAF 1 1006 1.1 mrg 1007 1.1 mrg /* Define to 1 if you have the `tgammaf128' function. */ 1008 1.1 mrg /* #undef HAVE_TGAMMAF128 */ 1009 1.1 mrg 1010 1.1 mrg /* Define to 1 if you have the `times' function. */ 1011 1.1 mrg #define HAVE_TIMES 1 1012 1.1 mrg 1013 1.1 mrg /* Define to 1 if you have the `trunc' function. */ 1014 1.1 mrg #define HAVE_TRUNC 1 1015 1.1 mrg 1016 1.1 mrg /* Define to 1 if you have the `truncf' function. */ 1017 1.1 mrg #define HAVE_TRUNCF 1 1018 1.1 mrg 1019 1.1 mrg /* Define to 1 if you have the `truncf128' function. */ 1020 1.1 mrg /* #undef HAVE_TRUNCF128 */ 1021 1.1 mrg 1022 1.1 mrg /* Define to 1 if you have the `truncl' function. */ 1023 1.1 mrg #define HAVE_TRUNCL 1 1024 1.1 mrg 1025 1.1 mrg /* Define to 1 if you have the `ttyname' function. */ 1026 1.1 mrg #define HAVE_TTYNAME 1 1027 1.1 mrg 1028 1.1 mrg /* Define to 1 if you have the `ttyname_r' function. */ 1029 1.1 mrg #define HAVE_TTYNAME_R 1 1030 1.1 mrg 1031 1.1 mrg /* Define to 1 if the system has the type `uintptr_t'. */ 1032 1.1 mrg #define HAVE_UINTPTR_T 1 1033 1.1 mrg 1034 1.1 mrg /* Define to 1 if you have the `umask' function. */ 1035 1.1 mrg #define HAVE_UMASK 1 1036 1.1 mrg 1037 1.1 mrg /* Define to 1 if you have the <unistd.h> header file. */ 1038 1.1 mrg #define HAVE_UNISTD_H 1 1039 1.1 mrg 1040 1.1 mrg /* Define if target can unlink open files. */ 1041 1.1 mrg #define HAVE_UNLINK_OPEN_FILE 1 1042 1.1 mrg 1043 1.1 mrg /* Define to 1 if you have the `uselocale' function. */ 1044 1.1 mrg /* #undef HAVE_USELOCALE */ 1045 1.1 mrg 1046 1.1 mrg /* Define to 1 if you have the `vsnprintf' function. */ 1047 1.1 mrg #define HAVE_VSNPRINTF 1 1048 1.1 mrg 1049 1.1 mrg /* Define to 1 if you have the `waitpid' function. */ 1050 1.1 mrg #define HAVE_WAITPID 1 1051 1.1 mrg 1052 1.1 mrg /* Define if target has a reliable stat. */ 1053 1.1 mrg #define HAVE_WORKING_STAT 1 1054 1.1 mrg 1055 1.1 mrg /* Define to 1 if you have the `writev' function. */ 1056 1.1 mrg #define HAVE_WRITEV 1 1057 1.1 mrg 1058 1.1 mrg /* Define to 1 if you have the <xlocale.h> header file. */ 1059 1.1 mrg /* #undef HAVE_XLOCALE_H */ 1060 1.1 mrg 1061 1.1 mrg /* Define to 1 if you have the `y0' function. */ 1062 1.1 mrg #define HAVE_Y0 1 1063 1.1 mrg 1064 1.1 mrg /* Define to 1 if you have the `y0f' function. */ 1065 1.1 mrg #define HAVE_Y0F 1 1066 1.1 mrg 1067 1.1 mrg /* Define to 1 if you have the `y0f128' function. */ 1068 1.1 mrg /* #undef HAVE_Y0F128 */ 1069 1.1 mrg 1070 1.1 mrg /* Define to 1 if you have the `y1' function. */ 1071 1.1 mrg #define HAVE_Y1 1 1072 1.1 mrg 1073 1.1 mrg /* Define to 1 if you have the `y1f' function. */ 1074 1.1 mrg #define HAVE_Y1F 1 1075 1.1 mrg 1076 1.1 mrg /* Define to 1 if you have the `y1f128' function. */ 1077 1.1 mrg /* #undef HAVE_Y1F128 */ 1078 1.1 mrg 1079 1.1 mrg /* Define to 1 if you have the `yn' function. */ 1080 1.1 mrg #define HAVE_YN 1 1081 1.1 mrg 1082 1.1 mrg /* Define to 1 if you have the `ynf' function. */ 1083 1.1 mrg #define HAVE_YNF 1 1084 1.1 mrg 1085 1.1 mrg /* Define to 1 if you have the `ynf128' function. */ 1086 1.1 mrg /* #undef HAVE_YNF128 */ 1087 1.1 mrg 1088 1.1 mrg /* Define to 1 if you have the `ynl' function. */ 1089 1.1 mrg /* #undef HAVE_YNL */ 1090 1.1 mrg 1091 1.1 mrg /* Define to 1 if you have the `__acoshieee128' function. */ 1092 1.1 mrg /* #undef HAVE___ACOSHIEEE128 */ 1093 1.1 mrg 1094 1.1 mrg /* Define to 1 if you have the `__acosieee128' function. */ 1095 1.1 mrg /* #undef HAVE___ACOSIEEE128 */ 1096 1.1 mrg 1097 1.1 mrg /* Define to 1 if you have the `__asinhieee128' function. */ 1098 1.1 mrg /* #undef HAVE___ASINHIEEE128 */ 1099 1.1 mrg 1100 1.1 mrg /* Define to 1 if you have the `__asinieee128' function. */ 1101 1.1 mrg /* #undef HAVE___ASINIEEE128 */ 1102 1.1 mrg 1103 1.1 mrg /* Define to 1 if you have the `__atan2ieee128' function. */ 1104 1.1 mrg /* #undef HAVE___ATAN2IEEE128 */ 1105 1.1 mrg 1106 1.1 mrg /* Define to 1 if you have the `__atanhieee128' function. */ 1107 1.1 mrg /* #undef HAVE___ATANHIEEE128 */ 1108 1.1 mrg 1109 1.1 mrg /* Define to 1 if you have the `__atanieee128' function. */ 1110 1.1 mrg /* #undef HAVE___ATANIEEE128 */ 1111 1.1 mrg 1112 1.1 mrg /* Define to 1 if you have the `__coshieee128' function. */ 1113 1.1 mrg /* #undef HAVE___COSHIEEE128 */ 1114 1.1 mrg 1115 1.1 mrg /* Define to 1 if you have the `__cosieee128' function. */ 1116 1.1 mrg /* #undef HAVE___COSIEEE128 */ 1117 1.1 mrg 1118 1.1 mrg /* Define to 1 if you have the `__erfieee128' function. */ 1119 1.1 mrg /* #undef HAVE___ERFIEEE128 */ 1120 1.1 mrg 1121 1.1 mrg /* Define to 1 if you have the `__expieee128' function. */ 1122 1.1 mrg /* #undef HAVE___EXPIEEE128 */ 1123 1.1 mrg 1124 1.1 mrg /* Define to 1 if you have the `__fabsieee128' function. */ 1125 1.1 mrg /* #undef HAVE___FABSIEEE128 */ 1126 1.1 mrg 1127 1.1 mrg /* Define to 1 if you have the `__jnieee128' function. */ 1128 1.1 mrg /* #undef HAVE___JNIEEE128 */ 1129 1.1 mrg 1130 1.1 mrg /* Define to 1 if you have the `__log10ieee128' function. */ 1131 1.1 mrg /* #undef HAVE___LOG10IEEE128 */ 1132 1.1 mrg 1133 1.1 mrg /* Define to 1 if you have the `__logieee128' function. */ 1134 1.1 mrg /* #undef HAVE___LOGIEEE128 */ 1135 1.1 mrg 1136 1.1 mrg /* Define to 1 if you have the `__powieee128' function. */ 1137 1.1 mrg /* #undef HAVE___POWIEEE128 */ 1138 1.1 mrg 1139 1.1 mrg /* Define to 1 if you have the `__secure_getenv' function. */ 1140 1.1 mrg /* #undef HAVE___SECURE_GETENV */ 1141 1.1 mrg 1142 1.1 mrg /* Define to 1 if you have the `__sinhieee128' function. */ 1143 1.1 mrg /* #undef HAVE___SINHIEEE128 */ 1144 1.1 mrg 1145 1.1 mrg /* Define to 1 if you have the `__sinieee128' function. */ 1146 1.1 mrg /* #undef HAVE___SINIEEE128 */ 1147 1.1 mrg 1148 1.1 mrg /* Define to 1 if you have the `__sqrtieee128' function. */ 1149 1.1 mrg /* #undef HAVE___SQRTIEEE128 */ 1150 1.1 mrg 1151 1.1 mrg /* Define to 1 if you have the `__tanhieee128' function. */ 1152 1.1 mrg /* #undef HAVE___TANHIEEE128 */ 1153 1.1 mrg 1154 1.1 mrg /* Define to 1 if you have the `__tanieee128' function. */ 1155 1.1 mrg /* #undef HAVE___TANIEEE128 */ 1156 1.1 mrg 1157 1.1 mrg /* Define to 1 if you have the `__ynieee128' function. */ 1158 1.1 mrg /* #undef HAVE___YNIEEE128 */ 1159 1.1 mrg 1160 1.1 mrg /* Define to the sub-directory in which libtool stores uninstalled libraries. 1161 1.1 mrg */ 1162 1.1 mrg #define LT_OBJDIR ".libs/" 1163 1.1 mrg 1164 1.1 mrg /* Define to the address where bug reports for this package should be sent. */ 1165 1.1 mrg #define PACKAGE_BUGREPORT "" 1166 1.1 mrg 1167 1.1 mrg /* Define to the full name of this package. */ 1168 1.1 mrg #define PACKAGE_NAME "GNU Fortran Runtime Library" 1169 1.1 mrg 1170 1.1 mrg /* Define to the full name and version of this package. */ 1171 1.1 mrg #define PACKAGE_STRING "GNU Fortran Runtime Library 0.3" 1172 1.1 mrg 1173 1.1 mrg /* Define to the one symbol short name of this package. */ 1174 1.1 mrg #define PACKAGE_TARNAME "libgfortran" 1175 1.1 mrg 1176 1.1 mrg /* Define to the home page for this package. */ 1177 1.1 mrg #define PACKAGE_URL "http://www.gnu.org/software/libgfortran/" 1178 1.1 mrg 1179 1.1 mrg /* Define to the version of this package. */ 1180 1.1 mrg #define PACKAGE_VERSION "0.3" 1181 1.1 mrg 1182 1.1 mrg /* The size of `char', as computed by sizeof. */ 1183 1.1 mrg /* #undef SIZEOF_CHAR */ 1184 1.1 mrg 1185 1.1 mrg /* The size of `int', as computed by sizeof. */ 1186 1.1 mrg /* #undef SIZEOF_INT */ 1187 1.1 mrg 1188 1.1 mrg /* The size of `long', as computed by sizeof. */ 1189 1.1 mrg /* #undef SIZEOF_LONG */ 1190 1.1 mrg 1191 1.1 mrg /* The size of `short', as computed by sizeof. */ 1192 1.1 mrg /* #undef SIZEOF_SHORT */ 1193 1.1 mrg 1194 1.1 mrg /* The size of `void *', as computed by sizeof. */ 1195 1.1 mrg /* #undef SIZEOF_VOID_P */ 1196 1.1 mrg 1197 1.1 mrg /* Define to 1 if you have the ANSI C header files. */ 1198 1.1 mrg #define STDC_HEADERS 1 1199 1.1 mrg 1200 1.1 mrg /* Define to 1 if the target supports #pragma weak */ 1201 1.1 mrg #define SUPPORTS_WEAK 1 1202 1.1 mrg 1203 1.1 mrg /* Define to 1 if the target supports weakref */ 1204 1.1 mrg #define SUPPORTS_WEAKREF 1 1205 1.1 mrg 1206 1.1 mrg /* Define if IEC 60559 *f128 APIs should be used for _Float128. */ 1207 1.1 mrg /* #undef USE_IEC_60559 */ 1208 1.1 mrg 1209 1.1 mrg /* Enable extensions on AIX 3, Interix. */ 1210 1.1 mrg #ifndef _ALL_SOURCE 1211 1.1 mrg # define _ALL_SOURCE 1 1212 1.1 mrg #endif 1213 1.1 mrg /* Enable GNU extensions on systems that have them. */ 1214 1.1 mrg #ifndef _GNU_SOURCE 1215 1.1 mrg # define _GNU_SOURCE 1 1216 1.1 mrg #endif 1217 1.1 mrg /* Enable threading extensions on Solaris. */ 1218 1.1 mrg #ifndef _POSIX_PTHREAD_SEMANTICS 1219 1.1 mrg # define _POSIX_PTHREAD_SEMANTICS 1 1220 1.1 mrg #endif 1221 1.1 mrg /* Enable extensions on HP NonStop. */ 1222 1.1 mrg #ifndef _TANDEM_SOURCE 1223 1.1 mrg # define _TANDEM_SOURCE 1 1224 1.1 mrg #endif 1225 1.1 mrg /* Enable general extensions on Solaris. */ 1226 1.1 mrg #ifndef __EXTENSIONS__ 1227 1.1 mrg # define __EXTENSIONS__ 1 1228 1.1 mrg #endif 1229 1.1 mrg 1230 1.1 mrg 1231 1.1 mrg /* Enable large inode numbers on Mac OS X 10.5. */ 1232 1.1 mrg #ifndef _DARWIN_USE_64_BIT_INODE 1233 1.1 mrg # define _DARWIN_USE_64_BIT_INODE 1 1234 1.1 mrg #endif 1235 1.1 mrg 1236 1.1 mrg /* Number of bits in a file offset, on hosts where this is settable. */ 1237 1.1 mrg /* #undef _FILE_OFFSET_BITS */ 1238 1.1 mrg 1239 1.1 mrg /* Define for large files, on AIX-style hosts. */ 1240 1.1 mrg /* #undef _LARGE_FILES */ 1241 1.1 mrg 1242 1.1 mrg /* Define to 1 if on MINIX. */ 1243 1.1 mrg /* #undef _MINIX */ 1244 1.1 mrg 1245 1.1 mrg /* Define to 2 if the system does not provide POSIX.1 features except with 1246 1.1 mrg this defined. */ 1247 1.1 mrg /* #undef _POSIX_1_SOURCE */ 1248 1.1 mrg 1249 1.1 mrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 1250 1.1 mrg /* #undef _POSIX_SOURCE */ 1251 1.1 mrg 1252 1.1 mrg /* Define to the type of a signed integer type wide enough to hold a pointer, 1253 1.1 mrg if such a type exists, and if the system does not define it. */ 1254 1.1 mrg /* #undef intptr_t */ 1255 1.1 mrg 1256 1.1 mrg /* Define to `long int' if <sys/types.h> does not define. */ 1257 1.1 mrg /* #undef off_t */ 1258 1.1 mrg 1259 1.1 mrg /* Define to the type of an unsigned integer type wide enough to hold a 1260 1.1 mrg pointer, if such a type exists, and if the system does not define it. */ 1261 1.1 mrg /* #undef uintptr_t */ 1262