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