symver-config.h revision 1.7 1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
4
5 /* config.h. Generated from config.h.in by configure. */
6 /* config.h.in. Generated from configure.ac by autoheader. */
7
8 /* Define to 1 if you have the `acosf' function. */
9 #define HAVE_ACOSF 1
10
11 /* Define to 1 if you have the `acosl' function. */
12 #define HAVE_ACOSL 1
13
14 /* Define to 1 if you have the `aligned_alloc' function. */
15 #define HAVE_ALIGNED_ALLOC 1
16
17 /* Define to 1 if you have the <arpa/inet.h> header file. */
18 #define HAVE_ARPA_INET_H 1
19
20 /* Define to 1 if you have the `asinf' function. */
21 #define HAVE_ASINF 1
22
23 /* Define to 1 if you have the `asinl' function. */
24 #define HAVE_ASINL 1
25
26 /* Define to 1 if the target assembler supports .symver directive. */
27 #define HAVE_AS_SYMVER_DIRECTIVE 1
28
29 /* Define to 1 if you have the `atan2f' function. */
30 #define HAVE_ATAN2F 1
31
32 /* Define to 1 if you have the `atan2l' function. */
33 #define HAVE_ATAN2L 1
34
35 /* Define to 1 if you have the `atanf' function. */
36 #define HAVE_ATANF 1
37
38 /* Define to 1 if you have the `atanl' function. */
39 #define HAVE_ATANL 1
40
41 /* Defined if shared_ptr reference counting should use atomic operations. */
42 #define HAVE_ATOMIC_LOCK_POLICY 1
43
44 /* Define to 1 if you have the `at_quick_exit' function. */
45 #define HAVE_AT_QUICK_EXIT 1
46
47 /* Define to 1 if the target assembler supports thread-local storage. */
48 /* #undef HAVE_CC_TLS */
49
50 /* Define to 1 if you have the `ceilf' function. */
51 #define HAVE_CEILF 1
52
53 /* Define to 1 if you have the `ceill' function. */
54 #define HAVE_CEILL 1
55
56 /* Define to 1 if you have the <complex.h> header file. */
57 #define HAVE_COMPLEX_H 1
58
59 /* Define to 1 if you have the `cosf' function. */
60 #define HAVE_COSF 1
61
62 /* Define to 1 if you have the `coshf' function. */
63 #define HAVE_COSHF 1
64
65 /* Define to 1 if you have the `coshl' function. */
66 #define HAVE_COSHL 1
67
68 /* Define to 1 if you have the `cosl' function. */
69 #define HAVE_COSL 1
70
71 /* Define to 1 if you have the <dirent.h> header file. */
72 #define HAVE_DIRENT_H 1
73
74 /* Define to 1 if you have the <dlfcn.h> header file. */
75 #define HAVE_DLFCN_H 1
76
77 /* Define to 1 if you have the <endian.h> header file. */
78 #define HAVE_ENDIAN_H 1
79
80 /* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
81 #define HAVE_EXCEPTION_PTR_SINCE_GCC46 1
82
83 /* Define to 1 if you have the <execinfo.h> header file. */
84 #define HAVE_EXECINFO_H 1
85
86 /* Define to 1 if you have the `expf' function. */
87 #define HAVE_EXPF 1
88
89 /* Define to 1 if you have the `expl' function. */
90 #define HAVE_EXPL 1
91
92 /* Define to 1 if you have the `fabsf' function. */
93 #define HAVE_FABSF 1
94
95 /* Define to 1 if you have the `fabsl' function. */
96 #define HAVE_FABSL 1
97
98 /* Define to 1 if you have the <fcntl.h> header file. */
99 #define HAVE_FCNTL_H 1
100
101 /* Define to 1 if you have the <fenv.h> header file. */
102 #define HAVE_FENV_H 1
103
104 /* Define to 1 if you have the `finite' function. */
105 #define HAVE_FINITE 1
106
107 /* Define to 1 if you have the `finitef' function. */
108 #define HAVE_FINITEF 1
109
110 /* Define to 1 if you have the `finitel' function. */
111 /* #undef HAVE_FINITEL */
112
113 /* Define to 1 if you have the <float.h> header file. */
114 #define HAVE_FLOAT_H 1
115
116 /* Define to 1 if you have the `floorf' function. */
117 #define HAVE_FLOORF 1
118
119 /* Define to 1 if you have the `floorl' function. */
120 #define HAVE_FLOORL 1
121
122 /* Define to 1 if you have the `fmodf' function. */
123 #define HAVE_FMODF 1
124
125 /* Define to 1 if you have the `fmodl' function. */
126 #define HAVE_FMODL 1
127
128 /* Define to 1 if you have the `fpclass' function. */
129 /* #undef HAVE_FPCLASS */
130
131 /* Define to 1 if you have the <fp.h> header file. */
132 /* #undef HAVE_FP_H */
133
134 /* Define to 1 if you have the `frexpf' function. */
135 #define HAVE_FREXPF 1
136
137 /* Define to 1 if you have the `frexpl' function. */
138 #define HAVE_FREXPL 1
139
140 /* Define if _Unwind_GetIPInfo is available. */
141 #define HAVE_GETIPINFO 1
142
143 /* Define if gets is available in <stdio.h> before C++14. */
144 #define HAVE_GETS 1
145
146 /* Define to 1 if you have the `hypot' function. */
147 #define HAVE_HYPOT 1
148
149 /* Define to 1 if you have the `hypotf' function. */
150 #define HAVE_HYPOTF 1
151
152 /* Define to 1 if you have the `hypotl' function. */
153 #define HAVE_HYPOTL 1
154
155 /* Define if you have the iconv() function. */
156 #define HAVE_ICONV 1
157
158 /* Define to 1 if you have the <ieeefp.h> header file. */
159 #define HAVE_IEEEFP_H 1
160
161 /* Define if int64_t is available in <stdint.h>. */
162 #define HAVE_INT64_T 1
163
164 /* Define if int64_t is a long. */
165 /* #undef HAVE_INT64_T_LONG */
166
167 /* Define if int64_t is a long long. */
168 #define HAVE_INT64_T_LONG_LONG 1
169
170 /* Define to 1 if you have the <inttypes.h> header file. */
171 #define HAVE_INTTYPES_H 1
172
173 /* Define to 1 if you have the `isinf' function. */
174 #define HAVE_ISINF 1
175
176 /* Define to 1 if you have the `isinff' function. */
177 #define HAVE_ISINFF 1
178
179 /* Define to 1 if you have the `isinfl' function. */
180 /* #undef HAVE_ISINFL */
181
182 /* Define to 1 if you have the `isnan' function. */
183 #define HAVE_ISNAN 1
184
185 /* Define to 1 if you have the `isnanf' function. */
186 #define HAVE_ISNANF 1
187
188 /* Define to 1 if you have the `isnanl' function. */
189 /* #undef HAVE_ISNANL */
190
191 /* Defined if iswblank exists. */
192 #define HAVE_ISWBLANK 1
193
194 /* Define if LC_MESSAGES is available in <locale.h>. */
195 #define HAVE_LC_MESSAGES 1
196
197 /* Define to 1 if you have the `ldexpf' function. */
198 #define HAVE_LDEXPF 1
199
200 /* Define to 1 if you have the `ldexpl' function. */
201 #define HAVE_LDEXPL 1
202
203 /* Define to 1 if you have the <libintl.h> header file. */
204 /* #undef HAVE_LIBINTL_H */
205
206 /* Only used in build directory testsuite_hooks.h. */
207 #define HAVE_LIMIT_AS 1
208
209 /* Only used in build directory testsuite_hooks.h. */
210 #define HAVE_LIMIT_DATA 1
211
212 /* Only used in build directory testsuite_hooks.h. */
213 #define HAVE_LIMIT_FSIZE 1
214
215 /* Only used in build directory testsuite_hooks.h. */
216 #define HAVE_LIMIT_RSS 1
217
218 /* Only used in build directory testsuite_hooks.h. */
219 #define HAVE_LIMIT_VMEM 1
220
221 /* Define if link is available in <unistd.h>. */
222 #define HAVE_LINK 1
223
224 /* Define if futex syscall is available. */
225 /* #undef HAVE_LINUX_FUTEX */
226
227 /* Define to 1 if you have the <linux/random.h> header file. */
228 /* #undef HAVE_LINUX_RANDOM_H */
229
230 /* Define to 1 if you have the <linux/types.h> header file. */
231 /* #undef HAVE_LINUX_TYPES_H */
232
233 /* Define to 1 if you have the <locale.h> header file. */
234 #define HAVE_LOCALE_H 1
235
236 /* Define to 1 if you have the `log10f' function. */
237 #define HAVE_LOG10F 1
238
239 /* Define to 1 if you have the `log10l' function. */
240 #define HAVE_LOG10L 1
241
242 /* Define to 1 if you have the `logf' function. */
243 #define HAVE_LOGF 1
244
245 /* Define to 1 if you have the `logl' function. */
246 #define HAVE_LOGL 1
247
248 /* Define to 1 if you have the <machine/endian.h> header file. */
249 #define HAVE_MACHINE_ENDIAN_H 1
250
251 /* Define to 1 if you have the <machine/param.h> header file. */
252 #define HAVE_MACHINE_PARAM_H 1
253
254 /* Define if mbstate_t exists in wchar.h. */
255 #define HAVE_MBSTATE_T 1
256
257 /* Define to 1 if you have the `memalign' function. */
258 /* #undef HAVE_MEMALIGN */
259
260 /* Define to 1 if you have the <memory.h> header file. */
261 #define HAVE_MEMORY_H 1
262
263 /* Define to 1 if you have the `modf' function. */
264 #define HAVE_MODF 1
265
266 /* Define to 1 if you have the `modff' function. */
267 #define HAVE_MODFF 1
268
269 /* Define to 1 if you have the `modfl' function. */
270 #define HAVE_MODFL 1
271
272 /* Define to 1 if you have the <nan.h> header file. */
273 /* #undef HAVE_NAN_H */
274
275 /* Define to 1 if you have the <netdb.h> header file. */
276 #define HAVE_NETDB_H 1
277
278 /* Define to 1 if you have the <netinet/in.h> header file. */
279 #define HAVE_NETINET_IN_H 1
280
281 /* Define to 1 if you have the <netinet/tcp.h> header file. */
282 #define HAVE_NETINET_TCP_H 1
283
284 /* Define if <math.h> defines obsolete isinf function. */
285 /* #undef HAVE_OBSOLETE_ISINF */
286
287 /* Define if <math.h> defines obsolete isnan function. */
288 /* #undef HAVE_OBSOLETE_ISNAN */
289
290 /* Define if poll is available in <poll.h>. */
291 #define HAVE_POLL 1
292
293 /* Define to 1 if you have the <poll.h> header file. */
294 #define HAVE_POLL_H 1
295
296 /* Define to 1 if you have the `posix_memalign' function. */
297 #define HAVE_POSIX_MEMALIGN 1
298
299 /* Define to 1 if you have the `powf' function. */
300 #define HAVE_POWF 1
301
302 /* Define to 1 if you have the `powl' function. */
303 #define HAVE_POWL 1
304
305 /* Define to 1 if you have the `qfpclass' function. */
306 /* #undef HAVE_QFPCLASS */
307
308 /* Define to 1 if you have the `quick_exit' function. */
309 #define HAVE_QUICK_EXIT 1
310
311 /* Define if readlink is available in <unistd.h>. */
312 #define HAVE_READLINK 1
313
314 /* Define to 1 if you have the `setenv' function. */
315 #define HAVE_SETENV 1
316
317 /* Define to 1 if you have the `sincos' function. */
318 #define HAVE_SINCOS 1
319
320 /* Define to 1 if you have the `sincosf' function. */
321 #define HAVE_SINCOSF 1
322
323 /* Define to 1 if you have the `sincosl' function. */
324 #define HAVE_SINCOSL 1
325
326 /* Define to 1 if you have the `sinf' function. */
327 #define HAVE_SINF 1
328
329 /* Define to 1 if you have the `sinhf' function. */
330 #define HAVE_SINHF 1
331
332 /* Define to 1 if you have the `sinhl' function. */
333 #define HAVE_SINHL 1
334
335 /* Define to 1 if you have the `sinl' function. */
336 #define HAVE_SINL 1
337
338 /* Defined if sleep exists. */
339 /* #undef HAVE_SLEEP */
340
341 /* Define to 1 if you have the `sockatmark' function. */
342 #define HAVE_SOCKATMARK 1
343
344 /* Define to 1 if you have the `sqrtf' function. */
345 #define HAVE_SQRTF 1
346
347 /* Define to 1 if you have the `sqrtl' function. */
348 #define HAVE_SQRTL 1
349
350 /* Define to 1 if you have the <stdalign.h> header file. */
351 #define HAVE_STDALIGN_H 1
352
353 /* Define to 1 if you have the <stdbool.h> header file. */
354 #define HAVE_STDBOOL_H 1
355
356 /* Define to 1 if you have the <stdint.h> header file. */
357 #define HAVE_STDINT_H 1
358
359 /* Define to 1 if you have the <stdlib.h> header file. */
360 #define HAVE_STDLIB_H 1
361
362 /* Define if strerror_l is available in <string.h>. */
363 /* #undef HAVE_STRERROR_L */
364
365 /* Define if strerror_r is available in <string.h>. */
366 #define HAVE_STRERROR_R 1
367
368 /* Define to 1 if you have the <strings.h> header file. */
369 #define HAVE_STRINGS_H 1
370
371 /* Define to 1 if you have the <string.h> header file. */
372 #define HAVE_STRING_H 1
373
374 /* Define to 1 if you have the `strtof' function. */
375 #define HAVE_STRTOF 1
376
377 /* Define to 1 if you have the `strtold' function. */
378 #define HAVE_STRTOLD 1
379
380 /* Define to 1 if `d_type' is a member of `struct dirent'. */
381 #define HAVE_STRUCT_DIRENT_D_TYPE 1
382
383 /* Define if strxfrm_l is available in <string.h>. */
384 /* #undef HAVE_STRXFRM_L */
385
386 /* Define if symlink is available in <unistd.h>. */
387 #define HAVE_SYMLINK 1
388
389 /* Define to 1 if the target runtime linker supports binding the same symbol
390 to different versions. */
391 #define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
392
393 /* Define to 1 if you have the <sys/filio.h> header file. */
394 #define HAVE_SYS_FILIO_H 1
395
396 /* Define to 1 if you have the <sys/ioctl.h> header file. */
397 #define HAVE_SYS_IOCTL_H 1
398
399 /* Define to 1 if you have the <sys/ipc.h> header file. */
400 #define HAVE_SYS_IPC_H 1
401
402 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
403 /* #undef HAVE_SYS_ISA_DEFS_H */
404
405 /* Define to 1 if you have the <sys/machine.h> header file. */
406 /* #undef HAVE_SYS_MACHINE_H */
407
408 /* Define to 1 if you have the <sys/param.h> header file. */
409 #define HAVE_SYS_PARAM_H 1
410
411 /* Define to 1 if you have the <sys/resource.h> header file. */
412 #define HAVE_SYS_RESOURCE_H 1
413
414 /* Define to 1 if you have a suitable <sys/sdt.h> header file */
415 /* #undef HAVE_SYS_SDT_H */
416
417 /* Define to 1 if you have the <sys/sem.h> header file. */
418 #define HAVE_SYS_SEM_H 1
419
420 /* Define to 1 if you have the <sys/socket.h> header file. */
421 #define HAVE_SYS_SOCKET_H 1
422
423 /* Define to 1 if you have the <sys/statvfs.h> header file. */
424 #define HAVE_SYS_STATVFS_H 1
425
426 /* Define to 1 if you have the <sys/stat.h> header file. */
427 #define HAVE_SYS_STAT_H 1
428
429 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
430 /* #undef HAVE_SYS_SYSINFO_H */
431
432 /* Define to 1 if you have the <sys/time.h> header file. */
433 #define HAVE_SYS_TIME_H 1
434
435 /* Define to 1 if you have the <sys/types.h> header file. */
436 #define HAVE_SYS_TYPES_H 1
437
438 /* Define to 1 if you have the <sys/uio.h> header file. */
439 #define HAVE_SYS_UIO_H 1
440
441 /* Define if S_IFREG is available in <sys/stat.h>. */
442 /* #undef HAVE_S_IFREG */
443
444 /* Define if S_ISREG is available in <sys/stat.h>. */
445 #define HAVE_S_ISREG 1
446
447 /* Define to 1 if you have the `tanf' function. */
448 #define HAVE_TANF 1
449
450 /* Define to 1 if you have the `tanhf' function. */
451 #define HAVE_TANHF 1
452
453 /* Define to 1 if you have the `tanhl' function. */
454 #define HAVE_TANHL 1
455
456 /* Define to 1 if you have the `tanl' function. */
457 #define HAVE_TANL 1
458
459 /* Define to 1 if you have the <tgmath.h> header file. */
460 #define HAVE_TGMATH_H 1
461
462 /* Define to 1 if you have the `timespec_get' function. */
463 #define HAVE_TIMESPEC_GET 1
464
465 /* Define to 1 if the target supports thread-local storage. */
466 #define HAVE_TLS 1
467
468 /* Define if truncate is available in <unistd.h>. */
469 #define HAVE_TRUNCATE 1
470
471 /* Define to 1 if you have the <uchar.h> header file. */
472 /* #undef HAVE_UCHAR_H */
473
474 /* Define to 1 if you have the <unistd.h> header file. */
475 #define HAVE_UNISTD_H 1
476
477 /* Defined if usleep exists. */
478 /* #undef HAVE_USLEEP */
479
480 /* Define to 1 if you have the <utime.h> header file. */
481 #define HAVE_UTIME_H 1
482
483 /* Defined if vfwscanf exists. */
484 #define HAVE_VFWSCANF 1
485
486 /* Defined if vswscanf exists. */
487 #define HAVE_VSWSCANF 1
488
489 /* Defined if vwscanf exists. */
490 #define HAVE_VWSCANF 1
491
492 /* Define to 1 if you have the <wchar.h> header file. */
493 #define HAVE_WCHAR_H 1
494
495 /* Defined if wcstof exists. */
496 #define HAVE_WCSTOF 1
497
498 /* Define to 1 if you have the <wctype.h> header file. */
499 #define HAVE_WCTYPE_H 1
500
501 /* Defined if Sleep exists. */
502 /* #undef HAVE_WIN32_SLEEP */
503
504 /* Define if writev is available in <sys/uio.h>. */
505 #define HAVE_WRITEV 1
506
507 /* Define to 1 if you have the `_acosf' function. */
508 /* #undef HAVE__ACOSF */
509
510 /* Define to 1 if you have the `_acosl' function. */
511 /* #undef HAVE__ACOSL */
512
513 /* Define to 1 if you have the `_aligned_malloc' function. */
514 /* #undef HAVE__ALIGNED_MALLOC */
515
516 /* Define to 1 if you have the `_asinf' function. */
517 /* #undef HAVE__ASINF */
518
519 /* Define to 1 if you have the `_asinl' function. */
520 /* #undef HAVE__ASINL */
521
522 /* Define to 1 if you have the `_atan2f' function. */
523 /* #undef HAVE__ATAN2F */
524
525 /* Define to 1 if you have the `_atan2l' function. */
526 /* #undef HAVE__ATAN2L */
527
528 /* Define to 1 if you have the `_atanf' function. */
529 /* #undef HAVE__ATANF */
530
531 /* Define to 1 if you have the `_atanl' function. */
532 /* #undef HAVE__ATANL */
533
534 /* Define to 1 if you have the `_ceilf' function. */
535 /* #undef HAVE__CEILF */
536
537 /* Define to 1 if you have the `_ceill' function. */
538 /* #undef HAVE__CEILL */
539
540 /* Define to 1 if you have the `_cosf' function. */
541 /* #undef HAVE__COSF */
542
543 /* Define to 1 if you have the `_coshf' function. */
544 /* #undef HAVE__COSHF */
545
546 /* Define to 1 if you have the `_coshl' function. */
547 /* #undef HAVE__COSHL */
548
549 /* Define to 1 if you have the `_cosl' function. */
550 /* #undef HAVE__COSL */
551
552 /* Define to 1 if you have the `_expf' function. */
553 /* #undef HAVE__EXPF */
554
555 /* Define to 1 if you have the `_expl' function. */
556 /* #undef HAVE__EXPL */
557
558 /* Define to 1 if you have the `_fabsf' function. */
559 /* #undef HAVE__FABSF */
560
561 /* Define to 1 if you have the `_fabsl' function. */
562 /* #undef HAVE__FABSL */
563
564 /* Define to 1 if you have the `_finite' function. */
565 /* #undef HAVE__FINITE */
566
567 /* Define to 1 if you have the `_finitef' function. */
568 /* #undef HAVE__FINITEF */
569
570 /* Define to 1 if you have the `_finitel' function. */
571 /* #undef HAVE__FINITEL */
572
573 /* Define to 1 if you have the `_floorf' function. */
574 /* #undef HAVE__FLOORF */
575
576 /* Define to 1 if you have the `_floorl' function. */
577 /* #undef HAVE__FLOORL */
578
579 /* Define to 1 if you have the `_fmodf' function. */
580 /* #undef HAVE__FMODF */
581
582 /* Define to 1 if you have the `_fmodl' function. */
583 /* #undef HAVE__FMODL */
584
585 /* Define to 1 if you have the `_fpclass' function. */
586 /* #undef HAVE__FPCLASS */
587
588 /* Define to 1 if you have the `_frexpf' function. */
589 /* #undef HAVE__FREXPF */
590
591 /* Define to 1 if you have the `_frexpl' function. */
592 /* #undef HAVE__FREXPL */
593
594 /* Define to 1 if you have the `_hypot' function. */
595 /* #undef HAVE__HYPOT */
596
597 /* Define to 1 if you have the `_hypotf' function. */
598 /* #undef HAVE__HYPOTF */
599
600 /* Define to 1 if you have the `_hypotl' function. */
601 /* #undef HAVE__HYPOTL */
602
603 /* Define to 1 if you have the `_isinf' function. */
604 /* #undef HAVE__ISINF */
605
606 /* Define to 1 if you have the `_isinff' function. */
607 /* #undef HAVE__ISINFF */
608
609 /* Define to 1 if you have the `_isinfl' function. */
610 /* #undef HAVE__ISINFL */
611
612 /* Define to 1 if you have the `_isnan' function. */
613 /* #undef HAVE__ISNAN */
614
615 /* Define to 1 if you have the `_isnanf' function. */
616 /* #undef HAVE__ISNANF */
617
618 /* Define to 1 if you have the `_isnanl' function. */
619 /* #undef HAVE__ISNANL */
620
621 /* Define to 1 if you have the `_ldexpf' function. */
622 /* #undef HAVE__LDEXPF */
623
624 /* Define to 1 if you have the `_ldexpl' function. */
625 /* #undef HAVE__LDEXPL */
626
627 /* Define to 1 if you have the `_log10f' function. */
628 /* #undef HAVE__LOG10F */
629
630 /* Define to 1 if you have the `_log10l' function. */
631 /* #undef HAVE__LOG10L */
632
633 /* Define to 1 if you have the `_logf' function. */
634 /* #undef HAVE__LOGF */
635
636 /* Define to 1 if you have the `_logl' function. */
637 /* #undef HAVE__LOGL */
638
639 /* Define to 1 if you have the `_modf' function. */
640 /* #undef HAVE__MODF */
641
642 /* Define to 1 if you have the `_modff' function. */
643 /* #undef HAVE__MODFF */
644
645 /* Define to 1 if you have the `_modfl' function. */
646 /* #undef HAVE__MODFL */
647
648 /* Define to 1 if you have the `_powf' function. */
649 /* #undef HAVE__POWF */
650
651 /* Define to 1 if you have the `_powl' function. */
652 /* #undef HAVE__POWL */
653
654 /* Define to 1 if you have the `_qfpclass' function. */
655 /* #undef HAVE__QFPCLASS */
656
657 /* Define to 1 if you have the `_sincos' function. */
658 /* #undef HAVE__SINCOS */
659
660 /* Define to 1 if you have the `_sincosf' function. */
661 /* #undef HAVE__SINCOSF */
662
663 /* Define to 1 if you have the `_sincosl' function. */
664 /* #undef HAVE__SINCOSL */
665
666 /* Define to 1 if you have the `_sinf' function. */
667 /* #undef HAVE__SINF */
668
669 /* Define to 1 if you have the `_sinhf' function. */
670 /* #undef HAVE__SINHF */
671
672 /* Define to 1 if you have the `_sinhl' function. */
673 /* #undef HAVE__SINHL */
674
675 /* Define to 1 if you have the `_sinl' function. */
676 /* #undef HAVE__SINL */
677
678 /* Define to 1 if you have the `_sqrtf' function. */
679 /* #undef HAVE__SQRTF */
680
681 /* Define to 1 if you have the `_sqrtl' function. */
682 /* #undef HAVE__SQRTL */
683
684 /* Define to 1 if you have the `_tanf' function. */
685 /* #undef HAVE__TANF */
686
687 /* Define to 1 if you have the `_tanhf' function. */
688 /* #undef HAVE__TANHF */
689
690 /* Define to 1 if you have the `_tanhl' function. */
691 /* #undef HAVE__TANHL */
692
693 /* Define to 1 if you have the `_tanl' function. */
694 /* #undef HAVE__TANL */
695
696 /* Define to 1 if you have the `_wfopen' function. */
697 /* #undef HAVE__WFOPEN */
698
699 /* Define to 1 if you have the `__cxa_thread_atexit' function. */
700 #define HAVE___CXA_THREAD_ATEXIT 1
701
702 /* Define to 1 if you have the `__cxa_thread_atexit_impl' function. */
703 #define HAVE___CXA_THREAD_ATEXIT_IMPL 1
704
705 /* Define as const if the declaration of iconv() needs const. */
706 #define ICONV_CONST
707
708 /* Define to the sub-directory in which libtool stores uninstalled libraries.
709 */
710 #define LT_OBJDIR ".libs/"
711
712 /* Name of package */
713 /* #undef PACKAGE */
714
715 /* Define to the address where bug reports for this package should be sent. */
716 #define PACKAGE_BUGREPORT ""
717
718 /* Define to the full name of this package. */
719 #define PACKAGE_NAME "package-unused"
720
721 /* Define to the full name and version of this package. */
722 #define PACKAGE_STRING "package-unused version-unused"
723
724 /* Define to the one symbol short name of this package. */
725 #define PACKAGE_TARNAME "libstdc++"
726
727 /* Define to the home page for this package. */
728 #define PACKAGE_URL ""
729
730 /* Define to the version of this package. */
731 #define PACKAGE_VERSION "version-unused"
732
733 /* The size of `char', as computed by sizeof. */
734 /* #undef SIZEOF_CHAR */
735
736 /* The size of `int', as computed by sizeof. */
737 /* #undef SIZEOF_INT */
738
739 /* The size of `long', as computed by sizeof. */
740 /* #undef SIZEOF_LONG */
741
742 /* The size of `short', as computed by sizeof. */
743 /* #undef SIZEOF_SHORT */
744
745 /* The size of `void *', as computed by sizeof. */
746 /* #undef SIZEOF_VOID_P */
747
748 /* Define to 1 if you have the ANSI C header files. */
749 #define STDC_HEADERS 1
750
751 /* Version number of package */
752 /* #undef VERSION */
753
754 /* Enable large inode numbers on Mac OS X 10.5. */
755 #ifndef _DARWIN_USE_64_BIT_INODE
756 # define _DARWIN_USE_64_BIT_INODE 1
757 #endif
758
759 /* Number of bits in a file offset, on hosts where this is settable. */
760 /* #undef _FILE_OFFSET_BITS */
761
762 /* Define if C99 functions in <complex.h> should be used in <complex> for
763 C++11. Using compiler builtins for these functions requires corresponding
764 C99 library functions to be present. */
765 #define _GLIBCXX11_USE_C99_COMPLEX 1
766
767 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
768 in namespace std for C++11. */
769 #define _GLIBCXX11_USE_C99_MATH 1
770
771 /* Define if C99 functions or macros in <stdio.h> should be imported in
772 <cstdio> in namespace std for C++11. */
773 #define _GLIBCXX11_USE_C99_STDIO 1
774
775 /* Define if C99 functions or macros in <stdlib.h> should be imported in
776 <cstdlib> in namespace std for C++11. */
777 #define _GLIBCXX11_USE_C99_STDLIB 1
778
779 /* Define if C99 functions or macros in <wchar.h> should be imported in
780 <cwchar> in namespace std for C++11. */
781 #define _GLIBCXX11_USE_C99_WCHAR 1
782
783 /* Define if C99 functions in <complex.h> should be used in <complex> for
784 C++98. Using compiler builtins for these functions requires corresponding
785 C99 library functions to be present. */
786 #define _GLIBCXX98_USE_C99_COMPLEX 1
787
788 /* Define if C99 functions or macros in <math.h> should be imported in <cmath>
789 in namespace std for C++98. */
790 #define _GLIBCXX98_USE_C99_MATH 1
791
792 /* Define if C99 functions or macros in <stdio.h> should be imported in
793 <cstdio> in namespace std for C++98. */
794 #define _GLIBCXX98_USE_C99_STDIO 1
795
796 /* Define if C99 functions or macros in <stdlib.h> should be imported in
797 <cstdlib> in namespace std for C++98. */
798 #define _GLIBCXX98_USE_C99_STDLIB 1
799
800 /* Define if C99 functions or macros in <wchar.h> should be imported in
801 <cwchar> in namespace std for C++98. */
802 #define _GLIBCXX98_USE_C99_WCHAR 1
803
804 /* Define if the compiler supports C++11 atomics. */
805 #define _GLIBCXX_ATOMIC_BUILTINS 1
806
807 /* Define to use concept checking code from the boost libraries. */
808 /* #undef _GLIBCXX_CONCEPT_CHECKS */
809
810 /* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
811 undefined for platform defaults */
812 #define _GLIBCXX_FULLY_DYNAMIC_STRING 0
813
814 /* Define if gthreads library is available. */
815 #define _GLIBCXX_HAS_GTHREADS 1
816
817 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
818 #define _GLIBCXX_HOSTED 1
819
820 /* Define if compatibility should be provided for -mlong-double-64. */
821 /* #undef _GLIBCXX_LONG_DOUBLE_COMPAT */
822
823 /* Define to the letter to which size_t is mangled. */
824 #define _GLIBCXX_MANGLE_SIZE_T j
825
826 /* Define if C99 llrint and llround functions are missing from <math.h>. */
827 /* #undef _GLIBCXX_NO_C99_ROUNDING_FUNCS */
828
829 /* Define if ptrdiff_t is int. */
830 #define _GLIBCXX_PTRDIFF_T_IS_INT 1
831
832 /* Define if using setrlimit to set resource limits during "make check" */
833 #define _GLIBCXX_RES_LIMITS 1
834
835 /* Define if size_t is unsigned int. */
836 #define _GLIBCXX_SIZE_T_IS_UINT 1
837
838 /* Define to the value of the EOF integer constant. */
839 #define _GLIBCXX_STDIO_EOF -1
840
841 /* Define to the value of the SEEK_CUR integer constant. */
842 #define _GLIBCXX_STDIO_SEEK_CUR 1
843
844 /* Define to the value of the SEEK_END integer constant. */
845 #define _GLIBCXX_STDIO_SEEK_END 2
846
847 /* Define to use symbol versioning in the shared library. */
848 #define _GLIBCXX_SYMVER 1
849
850 /* Define to use darwin versioning in the shared library. */
851 /* #undef _GLIBCXX_SYMVER_DARWIN */
852
853 /* Define to use GNU versioning in the shared library. */
854 #define _GLIBCXX_SYMVER_GNU 1
855
856 /* Define to use GNU namespace versioning in the shared library. */
857 /* #undef _GLIBCXX_SYMVER_GNU_NAMESPACE */
858
859 /* Define to use Sun versioning in the shared library. */
860 /* #undef _GLIBCXX_SYMVER_SUN */
861
862 /* Define if C11 functions in <uchar.h> should be imported into namespace std
863 in <cuchar>. */
864 /* #undef _GLIBCXX_USE_C11_UCHAR_CXX11 */
865
866 /* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
867 <stdio.h>, and <stdlib.h> can be used or exposed. */
868 #define _GLIBCXX_USE_C99 1
869
870 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
871 Using compiler builtins for these functions requires corresponding C99
872 library functions to be present. */
873 #define _GLIBCXX_USE_C99_COMPLEX_TR1 1
874
875 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
876 namespace std::tr1. */
877 #define _GLIBCXX_USE_C99_CTYPE_TR1 1
878
879 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
880 namespace std::tr1. */
881 #define _GLIBCXX_USE_C99_FENV_TR1 1
882
883 /* Define if C99 functions in <inttypes.h> should be imported in
884 <tr1/cinttypes> in namespace std::tr1. */
885 #define _GLIBCXX_USE_C99_INTTYPES_TR1 1
886
887 /* Define if wchar_t C99 functions in <inttypes.h> should be imported in
888 <tr1/cinttypes> in namespace std::tr1. */
889 #define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1
890
891 /* Define if C99 functions or macros in <math.h> should be imported in
892 <tr1/cmath> in namespace std::tr1. */
893 #define _GLIBCXX_USE_C99_MATH_TR1 1
894
895 /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
896 namespace std::tr1. */
897 #define _GLIBCXX_USE_C99_STDINT_TR1 1
898
899 /* Defined if clock_gettime syscall has monotonic and realtime clock support.
900 */
901 /* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */
902
903 /* Defined if clock_gettime has monotonic clock support. */
904 #define _GLIBCXX_USE_CLOCK_MONOTONIC 1
905
906 /* Defined if clock_gettime has realtime clock support. */
907 #define _GLIBCXX_USE_CLOCK_REALTIME 1
908
909 /* Define if ISO/IEC TR 24733 decimal floating point types are supported on
910 this host. */
911 /* #undef _GLIBCXX_USE_DECIMAL_FLOAT */
912
913 /* Define if /dev/random and /dev/urandom are available for
914 std::random_device. */
915 #define _GLIBCXX_USE_DEV_RANDOM 1
916
917 /* Define if fchmod is available in <sys/stat.h>. */
918 #define _GLIBCXX_USE_FCHMOD 1
919
920 /* Define if fchmodat is available in <sys/stat.h>. */
921 #define _GLIBCXX_USE_FCHMODAT 1
922
923 /* Defined if gettimeofday is available. */
924 #define _GLIBCXX_USE_GETTIMEOFDAY 1
925
926 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
927 /* #undef _GLIBCXX_USE_GET_NPROCS */
928
929 /* Define if __int128 is supported on this host. */
930 /* #undef _GLIBCXX_USE_INT128 */
931
932 /* Define if LFS support is available. */
933 /* #undef _GLIBCXX_USE_LFS */
934
935 /* Define if code specialized for long long should be used. */
936 #define _GLIBCXX_USE_LONG_LONG 1
937
938 /* Define if lstat is available in <sys/stat.h>. */
939 #define _GLIBCXX_USE_LSTAT 1
940
941 /* Defined if nanosleep is available. */
942 #define _GLIBCXX_USE_NANOSLEEP 1
943
944 /* Define if NLS translations are to be used. */
945 /* #undef _GLIBCXX_USE_NLS */
946
947 /* Define if pthreads_num_processors_np is available in <pthread.h>. */
948 /* #undef _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP */
949
950 /* Define if pthread_cond_clockwait is available in <pthread.h>. */
951 /* #undef _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT */
952
953 /* Define if pthread_mutex_clocklock is available in <pthread.h>. */
954 /* #undef _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK */
955
956 /* Define if pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock are
957 available in <pthread.h>. */
958 /* #undef _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK */
959
960 /* Define if POSIX read/write locks are available in <gthr.h>. */
961 #define _GLIBCXX_USE_PTHREAD_RWLOCK_T 1
962
963 /* Define if /dev/random and /dev/urandom are available for the random_device
964 of TR1 (Chapter 5.1). */
965 #define _GLIBCXX_USE_RANDOM_TR1 1
966
967 /* Define if usable realpath is available in <stdlib.h>. */
968 /* #undef _GLIBCXX_USE_REALPATH */
969
970 /* Defined if sched_yield is available. */
971 #define _GLIBCXX_USE_SCHED_YIELD 1
972
973 /* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
974 #define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
975
976 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
977 /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
978
979 /* Define if sendfile is available in <sys/sendfile.h>. */
980 /* #undef _GLIBCXX_USE_SENDFILE */
981
982 /* Define if struct stat has timespec members. */
983 #define _GLIBCXX_USE_ST_MTIM 1
984
985 /* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
986 #define _GLIBCXX_USE_SYSCTL_HW_NCPU 1
987
988 /* Define if obsolescent tmpnam is available in <stdio.h>. */
989 #define _GLIBCXX_USE_TMPNAM 1
990
991 /* Define if utime is available in <utime.h>. */
992 #define _GLIBCXX_USE_UTIME 1
993
994 /* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and
995 AT_FDCWD in <fcntl.h>. */
996 #define _GLIBCXX_USE_UTIMENSAT 1
997
998 /* Define if code specialized for wchar_t should be used. */
999 #define _GLIBCXX_USE_WCHAR_T 1
1000
1001 /* Define to 1 if a verbose library is built, or 0 otherwise. */
1002 #define _GLIBCXX_VERBOSE 1
1003
1004 /* Defined if as can handle rdrand. */
1005 /* #undef _GLIBCXX_X86_RDRAND */
1006
1007 /* Defined if as can handle rdseed. */
1008 /* #undef _GLIBCXX_X86_RDSEED */
1009
1010 /* Define to 1 if mutex_timedlock is available. */
1011 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0
1012
1013 /* Define for large files, on AIX-style hosts. */
1014 /* #undef _LARGE_FILES */
1015
1016 /* Define if all C++11 floating point overloads are available in <math.h>. */
1017 #if __cplusplus >= 201103L
1018 /* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
1019 #endif
1020
1021 /* Define if all C++11 integral type overloads are available in <math.h>. */
1022 #if __cplusplus >= 201103L
1023 /* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
1024 #endif
1025
1026 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
1027 # define HAVE_ACOSF 1
1028 # define acosf _acosf
1029 #endif
1030
1031 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
1032 # define HAVE_ACOSL 1
1033 # define acosl _acosl
1034 #endif
1035
1036 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
1037 # define HAVE_ASINF 1
1038 # define asinf _asinf
1039 #endif
1040
1041 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
1042 # define HAVE_ASINL 1
1043 # define asinl _asinl
1044 #endif
1045
1046 #if defined (HAVE__ATAN2F) && ! defined (HAVE_ATAN2F)
1047 # define HAVE_ATAN2F 1
1048 # define atan2f _atan2f
1049 #endif
1050
1051 #if defined (HAVE__ATAN2L) && ! defined (HAVE_ATAN2L)
1052 # define HAVE_ATAN2L 1
1053 # define atan2l _atan2l
1054 #endif
1055
1056 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
1057 # define HAVE_ATANF 1
1058 # define atanf _atanf
1059 #endif
1060
1061 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
1062 # define HAVE_ATANL 1
1063 # define atanl _atanl
1064 #endif
1065
1066 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
1067 # define HAVE_CEILF 1
1068 # define ceilf _ceilf
1069 #endif
1070
1071 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
1072 # define HAVE_CEILL 1
1073 # define ceill _ceill
1074 #endif
1075
1076 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
1077 # define HAVE_COSF 1
1078 # define cosf _cosf
1079 #endif
1080
1081 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
1082 # define HAVE_COSHF 1
1083 # define coshf _coshf
1084 #endif
1085
1086 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
1087 # define HAVE_COSHL 1
1088 # define coshl _coshl
1089 #endif
1090
1091 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
1092 # define HAVE_COSL 1
1093 # define cosl _cosl
1094 #endif
1095
1096 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
1097 # define HAVE_EXPF 1
1098 # define expf _expf
1099 #endif
1100
1101 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
1102 # define HAVE_EXPL 1
1103 # define expl _expl
1104 #endif
1105
1106 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
1107 # define HAVE_FABSF 1
1108 # define fabsf _fabsf
1109 #endif
1110
1111 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
1112 # define HAVE_FABSL 1
1113 # define fabsl _fabsl
1114 #endif
1115
1116 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
1117 # define HAVE_FINITE 1
1118 # define finite _finite
1119 #endif
1120
1121 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
1122 # define HAVE_FINITEF 1
1123 # define finitef _finitef
1124 #endif
1125
1126 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
1127 # define HAVE_FINITEL 1
1128 # define finitel _finitel
1129 #endif
1130
1131 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
1132 # define HAVE_FLOORF 1
1133 # define floorf _floorf
1134 #endif
1135
1136 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
1137 # define HAVE_FLOORL 1
1138 # define floorl _floorl
1139 #endif
1140
1141 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
1142 # define HAVE_FMODF 1
1143 # define fmodf _fmodf
1144 #endif
1145
1146 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
1147 # define HAVE_FMODL 1
1148 # define fmodl _fmodl
1149 #endif
1150
1151 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
1152 # define HAVE_FPCLASS 1
1153 # define fpclass _fpclass
1154 #endif
1155
1156 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
1157 # define HAVE_FREXPF 1
1158 # define frexpf _frexpf
1159 #endif
1160
1161 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
1162 # define HAVE_FREXPL 1
1163 # define frexpl _frexpl
1164 #endif
1165
1166 #if defined (HAVE__HYPOT) && ! defined (HAVE_HYPOT)
1167 # define HAVE_HYPOT 1
1168 # define hypot _hypot
1169 #endif
1170
1171 #if defined (HAVE__HYPOTF) && ! defined (HAVE_HYPOTF)
1172 # define HAVE_HYPOTF 1
1173 # define hypotf _hypotf
1174 #endif
1175
1176 #if defined (HAVE__HYPOTL) && ! defined (HAVE_HYPOTL)
1177 # define HAVE_HYPOTL 1
1178 # define hypotl _hypotl
1179 #endif
1180
1181 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
1182 # define HAVE_ISINF 1
1183 # define isinf _isinf
1184 #endif
1185
1186 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
1187 # define HAVE_ISINFF 1
1188 # define isinff _isinff
1189 #endif
1190
1191 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
1192 # define HAVE_ISINFL 1
1193 # define isinfl _isinfl
1194 #endif
1195
1196 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
1197 # define HAVE_ISNAN 1
1198 # define isnan _isnan
1199 #endif
1200
1201 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
1202 # define HAVE_ISNANF 1
1203 # define isnanf _isnanf
1204 #endif
1205
1206 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
1207 # define HAVE_ISNANL 1
1208 # define isnanl _isnanl
1209 #endif
1210
1211 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
1212 # define HAVE_LDEXPF 1
1213 # define ldexpf _ldexpf
1214 #endif
1215
1216 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
1217 # define HAVE_LDEXPL 1
1218 # define ldexpl _ldexpl
1219 #endif
1220
1221 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
1222 # define HAVE_LOG10F 1
1223 # define log10f _log10f
1224 #endif
1225
1226 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
1227 # define HAVE_LOG10L 1
1228 # define log10l _log10l
1229 #endif
1230
1231 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
1232 # define HAVE_LOGF 1
1233 # define logf _logf
1234 #endif
1235
1236 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
1237 # define HAVE_LOGL 1
1238 # define logl _logl
1239 #endif
1240
1241 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
1242 # define HAVE_MODF 1
1243 # define modf _modf
1244 #endif
1245
1246 #if defined (HAVE__MODFF) && ! defined (HAVE_MODFF)
1247 # define HAVE_MODFF 1
1248 # define modff _modff
1249 #endif
1250
1251 #if defined (HAVE__MODFL) && ! defined (HAVE_MODFL)
1252 # define HAVE_MODFL 1
1253 # define modfl _modfl
1254 #endif
1255
1256 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
1257 # define HAVE_POWF 1
1258 # define powf _powf
1259 #endif
1260
1261 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
1262 # define HAVE_POWL 1
1263 # define powl _powl
1264 #endif
1265
1266 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
1267 # define HAVE_QFPCLASS 1
1268 # define qfpclass _qfpclass
1269 #endif
1270
1271 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
1272 # define HAVE_SINCOS 1
1273 # define sincos _sincos
1274 #endif
1275
1276 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
1277 # define HAVE_SINCOSF 1
1278 # define sincosf _sincosf
1279 #endif
1280
1281 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
1282 # define HAVE_SINCOSL 1
1283 # define sincosl _sincosl
1284 #endif
1285
1286 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
1287 # define HAVE_SINF 1
1288 # define sinf _sinf
1289 #endif
1290
1291 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
1292 # define HAVE_SINHF 1
1293 # define sinhf _sinhf
1294 #endif
1295
1296 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
1297 # define HAVE_SINHL 1
1298 # define sinhl _sinhl
1299 #endif
1300
1301 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
1302 # define HAVE_SINL 1
1303 # define sinl _sinl
1304 #endif
1305
1306 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
1307 # define HAVE_SQRTF 1
1308 # define sqrtf _sqrtf
1309 #endif
1310
1311 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
1312 # define HAVE_SQRTL 1
1313 # define sqrtl _sqrtl
1314 #endif
1315
1316 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
1317 # define HAVE_STRTOF 1
1318 # define strtof _strtof
1319 #endif
1320
1321 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
1322 # define HAVE_STRTOLD 1
1323 # define strtold _strtold
1324 #endif
1325
1326 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
1327 # define HAVE_TANF 1
1328 # define tanf _tanf
1329 #endif
1330
1331 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
1332 # define HAVE_TANHF 1
1333 # define tanhf _tanhf
1334 #endif
1335
1336 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
1337 # define HAVE_TANHL 1
1338 # define tanhl _tanhl
1339 #endif
1340
1341 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
1342 # define HAVE_TANL 1
1343 # define tanl _tanl
1344 #endif
1345