1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: 	NetBSD: mknative-gcc,v 1.43 2009/12/01 04:59:24 uebayasi Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4
5// Predefined symbols and macros -*- C++ -*-
6
7// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
8// Free Software Foundation, Inc.
9//
10// This file is part of the GNU ISO C++ Library.  This library is free
11// software; you can redistribute it and/or modify it under the
12// terms of the GNU General Public License as published by the
13// Free Software Foundation; either version 2, or (at your option)
14// any later version.
15
16// This library is distributed in the hope that it will be useful,
17// but WITHOUT ANY WARRANTY; without even the implied warranty of
18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19// GNU General Public License for more details.
20
21// You should have received a copy of the GNU General Public License along
22// with this library; see the file COPYING.  If not, write to the Free
23// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
24// USA.
25
26// As a special exception, you may use this file as part of a free software
27// library without restriction.  Specifically, if other files instantiate
28// templates or use macros or inline functions from this file, or you compile
29// this file and link it with other files to produce an executable, this
30// file does not by itself cause the resulting executable to be covered by
31// the GNU General Public License.  This exception does not however
32// invalidate any other reasons why the executable file might be covered by
33// the GNU General Public License.
34
35#ifndef _CXXCONFIG
36#define _CXXCONFIG 1
37
38// Pick up any OS-specific definitions.
39#include <bits/os_defines.h>
40
41// Pick up any CPU-specific definitions.
42#include <bits/cpu_defines.h>
43
44// Debug mode support. Debug mode basic_string is not allowed to be
45// associated with std, because of locale and exception link
46// dependence.
47namespace __gnu_debug_def { }
48
49namespace __gnu_debug
50{
51  using namespace __gnu_debug_def;
52}
53
54#ifdef _GLIBCXX_DEBUG
55# define _GLIBCXX_STD __gnu_norm
56# define _GLIBCXX_EXTERN_TEMPLATE 0
57namespace __gnu_norm
58{
59  using namespace std;
60}
61namespace std
62{
63  using namespace __gnu_debug_def __attribute__ ((strong));
64}
65# if __NO_INLINE__ && !__GXX_WEAK__
66#  warning debug mode without inlining may fail due to lack of weak symbols
67# endif
68#else
69# define _GLIBCXX_STD std
70#endif
71
72// Allow use of "export template." This is currently not a feature
73// that g++ supports.
74// #define _GLIBCXX_EXPORT_TEMPLATE 1
75
76// Allow use of the GNU syntax extension, "extern template." This
77// extension is fully documented in the g++ manual, but in a nutshell,
78// it inhibits all implicit instantiations and is used throughout the
79// library to avoid multiple weak definitions for required types that
80// are already explicitly instantiated in the library binary. This
81// substantially reduces the binary size of resulting executables.
82#ifndef _GLIBCXX_EXTERN_TEMPLATE
83# define _GLIBCXX_EXTERN_TEMPLATE 1
84#endif
85
86// Certain function definitions that are meant to be overridable from
87// user code are decorated with this macro.  For some targets, this
88// macro causes these definitions to be weak.
89#ifndef _GLIBCXX_WEAK_DEFINITION
90# define _GLIBCXX_WEAK_DEFINITION
91#endif
92
93// The remainder of the prewritten config is automatic; all the
94// user hooks are listed above.
95
96// Create a boolean flag to be used to determine if --fast-math is set.
97#ifdef __FAST_MATH__
98# define _GLIBCXX_FAST_MATH 1
99#else
100# define _GLIBCXX_FAST_MATH 0
101#endif
102
103// This marks string literals in header files to be extracted for eventual
104// translation.  It is primarily used for messages in thrown exceptions; see
105// src/functexcept.cc.  We use __N because the more traditional _N is used
106// for something else under certain OSes (see BADNAMES).
107#define __N(msgid)     (msgid)
108
109// End of prewritten config; the discovered settings follow.
110#define __GLIBCXX__ 20080704
111/* config.h.  Generated by configure.  */
112/* config.h.in.  Generated from configure.ac by autoheader.  */
113
114/* Define to 1 if you have the `acosf' function. */
115#define _GLIBCXX_HAVE_ACOSF 1
116
117/* Define to 1 if you have the `acosl' function. */
118/* #undef _GLIBCXX_HAVE_ACOSL */
119
120/* Define to 1 if you have the `asinf' function. */
121#define _GLIBCXX_HAVE_ASINF 1
122
123/* Define to 1 if you have the `asinl' function. */
124/* #undef _GLIBCXX_HAVE_ASINL */
125
126/* Define to 1 if you have the `atan2f' function. */
127#define _GLIBCXX_HAVE_ATAN2F 1
128
129/* Define to 1 if you have the `atan2l' function. */
130/* #undef _GLIBCXX_HAVE_ATAN2L */
131
132/* Define to 1 if you have the `atanf' function. */
133#define _GLIBCXX_HAVE_ATANF 1
134
135/* Define to 1 if you have the `atanl' function. */
136/* #undef _GLIBCXX_HAVE_ATANL */
137
138/* Define to 1 if you have the `ceilf' function. */
139#define _GLIBCXX_HAVE_CEILF 1
140
141/* Define to 1 if you have the `ceill' function. */
142/* #undef _GLIBCXX_HAVE_CEILL */
143
144/* Define to 1 if you have the <complex.h> header file. */
145#define _GLIBCXX_HAVE_COMPLEX_H 1
146
147/* Define to 1 if you have the `copysign' function. */
148#define _GLIBCXX_HAVE_COPYSIGN 1
149
150/* Define to 1 if you have the `copysignf' function. */
151#define _GLIBCXX_HAVE_COPYSIGNF 1
152
153/* Define to 1 if you have the `copysignl' function. */
154/* #undef _GLIBCXX_HAVE_COPYSIGNL */
155
156/* Define to 1 if you have the `cosf' function. */
157#define _GLIBCXX_HAVE_COSF 1
158
159/* Define to 1 if you have the `coshf' function. */
160#define _GLIBCXX_HAVE_COSHF 1
161
162/* Define to 1 if you have the `coshl' function. */
163/* #undef _GLIBCXX_HAVE_COSHL */
164
165/* Define to 1 if you have the `cosl' function. */
166/* #undef _GLIBCXX_HAVE_COSL */
167
168/* Define to 1 if you have the <endian.h> header file. */
169/* #undef _GLIBCXX_HAVE_ENDIAN_H */
170
171/* Define to 1 if you have the `expf' function. */
172#define _GLIBCXX_HAVE_EXPF 1
173
174/* Define to 1 if you have the `expl' function. */
175/* #undef _GLIBCXX_HAVE_EXPL */
176
177/* Define to 1 if you have the `fabsf' function. */
178#define _GLIBCXX_HAVE_FABSF 1
179
180/* Define to 1 if you have the `fabsl' function. */
181/* #undef _GLIBCXX_HAVE_FABSL */
182
183/* Define to 1 if you have the `finite' function. */
184#define _GLIBCXX_HAVE_FINITE 1
185
186/* Define to 1 if you have the `finitef' function. */
187#define _GLIBCXX_HAVE_FINITEF 1
188
189/* Define to 1 if you have the `finitel' function. */
190/* #undef _GLIBCXX_HAVE_FINITEL */
191
192/* Define to 1 if you have the <float.h> header file. */
193#define _GLIBCXX_HAVE_FLOAT_H 1
194
195/* Define to 1 if you have the `floorf' function. */
196#define _GLIBCXX_HAVE_FLOORF 1
197
198/* Define to 1 if you have the `floorl' function. */
199/* #undef _GLIBCXX_HAVE_FLOORL */
200
201/* Define to 1 if you have the `fmodf' function. */
202#define _GLIBCXX_HAVE_FMODF 1
203
204/* Define to 1 if you have the `fmodl' function. */
205/* #undef _GLIBCXX_HAVE_FMODL */
206
207/* Define to 1 if you have the `fpclass' function. */
208/* #undef _GLIBCXX_HAVE_FPCLASS */
209
210/* Define to 1 if you have the <fp.h> header file. */
211/* #undef _GLIBCXX_HAVE_FP_H */
212
213/* Define to 1 if you have the `frexpf' function. */
214#define _GLIBCXX_HAVE_FREXPF 1
215
216/* Define to 1 if you have the `frexpl' function. */
217/* #undef _GLIBCXX_HAVE_FREXPL */
218
219/* Define to 1 if you have the <gconv.h> header file. */
220/* #undef _GLIBCXX_HAVE_GCONV_H */
221
222/* Define to 1 if you have the `getpagesize' function. */
223#define _GLIBCXX_HAVE_GETPAGESIZE 1
224
225/* Define if gthr-default.h exists (meaning that threading support is
226   enabled). */
227#define _GLIBCXX_HAVE_GTHR_DEFAULT 1
228
229/* Define to 1 if you have the `hypot' function. */
230#define _GLIBCXX_HAVE_HYPOT 1
231
232/* Define to 1 if you have the `hypotf' function. */
233#define _GLIBCXX_HAVE_HYPOTF 1
234
235/* Define to 1 if you have the `hypotl' function. */
236/* #undef _GLIBCXX_HAVE_HYPOTL */
237
238/* Define to 1 if you have the `iconv' function. */
239#define _GLIBCXX_HAVE_ICONV 1
240
241/* Define to 1 if you have the `iconv_close' function. */
242#define _GLIBCXX_HAVE_ICONV_CLOSE 1
243
244/* Define to 1 if you have the `iconv_open' function. */
245#define _GLIBCXX_HAVE_ICONV_OPEN 1
246
247/* Define to 1 if you have the <ieeefp.h> header file. */
248#define _GLIBCXX_HAVE_IEEEFP_H 1
249
250/* Define if int64_t is available in <stdint.h>. */
251/* #undef _GLIBCXX_HAVE_INT64_T */
252
253/* Define to 1 if you have the <inttypes.h> header file. */
254#define _GLIBCXX_HAVE_INTTYPES_H 1
255
256/* Define to 1 if you have the `isinf' function. */
257#define _GLIBCXX_HAVE_ISINF 1
258
259/* Define to 1 if you have the `isinff' function. */
260#define _GLIBCXX_HAVE_ISINFF 1
261
262/* Define to 1 if you have the `isinfl' function. */
263/* #undef _GLIBCXX_HAVE_ISINFL */
264
265/* Define to 1 if you have the `isnan' function. */
266#define _GLIBCXX_HAVE_ISNAN 1
267
268/* Define to 1 if you have the `isnanf' function. */
269#define _GLIBCXX_HAVE_ISNANF 1
270
271/* Define to 1 if you have the `isnanl' function. */
272/* #undef _GLIBCXX_HAVE_ISNANL */
273
274/* Defined if iswblank exists. */
275#define _GLIBCXX_HAVE_ISWBLANK 1
276
277/* Define if LC_MESSAGES is available in <locale.h>. */
278#define _GLIBCXX_HAVE_LC_MESSAGES 1
279
280/* Define to 1 if you have the `ldexpf' function. */
281#define _GLIBCXX_HAVE_LDEXPF 1
282
283/* Define to 1 if you have the `ldexpl' function. */
284/* #undef _GLIBCXX_HAVE_LDEXPL */
285
286/* Define to 1 if you have the <libintl.h> header file. */
287/* #undef _GLIBCXX_HAVE_LIBINTL_H */
288
289/* Define to 1 if you have the `m' library (-lm). */
290#define _GLIBCXX_HAVE_LIBM 1
291
292/* Only used in build directory testsuite_hooks.h. */
293/* #undef _GLIBCXX_HAVE_LIMIT_AS */
294
295/* Only used in build directory testsuite_hooks.h. */
296/* #undef _GLIBCXX_HAVE_LIMIT_DATA */
297
298/* Only used in build directory testsuite_hooks.h. */
299/* #undef _GLIBCXX_HAVE_LIMIT_FSIZE */
300
301/* Only used in build directory testsuite_hooks.h. */
302/* #undef _GLIBCXX_HAVE_LIMIT_RSS */
303
304/* Only used in build directory testsuite_hooks.h. */
305/* #undef _GLIBCXX_HAVE_LIMIT_VMEM */
306
307/* Define to 1 if you have the <locale.h> header file. */
308#define _GLIBCXX_HAVE_LOCALE_H 1
309
310/* Define to 1 if you have the `log10f' function. */
311#define _GLIBCXX_HAVE_LOG10F 1
312
313/* Define to 1 if you have the `log10l' function. */
314/* #undef _GLIBCXX_HAVE_LOG10L */
315
316/* Define to 1 if you have the `logf' function. */
317#define _GLIBCXX_HAVE_LOGF 1
318
319/* Define to 1 if you have the `logl' function. */
320/* #undef _GLIBCXX_HAVE_LOGL */
321
322/* Define to 1 if you have the <machine/endian.h> header file. */
323#define _GLIBCXX_HAVE_MACHINE_ENDIAN_H 1
324
325/* Define to 1 if you have the <machine/param.h> header file. */
326#define _GLIBCXX_HAVE_MACHINE_PARAM_H 1
327
328/* Define if mbstate_t exists in wchar.h. */
329#define _GLIBCXX_HAVE_MBSTATE_T 1
330
331/* Define to 1 if you have the <memory.h> header file. */
332#define _GLIBCXX_HAVE_MEMORY_H 1
333
334/* Define to 1 if you have a working `mmap' system call. */
335#define _GLIBCXX_HAVE_MMAP 1
336
337/* Define to 1 if you have the `modf' function. */
338#define _GLIBCXX_HAVE_MODF 1
339
340/* Define to 1 if you have the `modff' function. */
341#define _GLIBCXX_HAVE_MODFF 1
342
343/* Define to 1 if you have the `modfl' function. */
344/* #undef _GLIBCXX_HAVE_MODFL */
345
346/* Define to 1 if you have the <nan.h> header file. */
347/* #undef _GLIBCXX_HAVE_NAN_H */
348
349/* Define to 1 if you have the `nl_langinfo' function. */
350#define _GLIBCXX_HAVE_NL_LANGINFO 1
351
352/* Define if poll is available in <poll.h>. */
353#define _GLIBCXX_HAVE_POLL 1
354
355/* Define to 1 if you have the `powf' function. */
356#define _GLIBCXX_HAVE_POWF 1
357
358/* Define to 1 if you have the `powl' function. */
359/* #undef _GLIBCXX_HAVE_POWL */
360
361/* Define to 1 if you have the `qfpclass' function. */
362/* #undef _GLIBCXX_HAVE_QFPCLASS */
363
364/* Define to 1 if you have the `setenv' function. */
365#define _GLIBCXX_HAVE_SETENV 1
366
367/* Define if sigsetjmp is available. */
368#define _GLIBCXX_HAVE_SIGSETJMP 1
369
370/* Define to 1 if you have the `sincos' function. */
371/* #undef _GLIBCXX_HAVE_SINCOS */
372
373/* Define to 1 if you have the `sincosf' function. */
374/* #undef _GLIBCXX_HAVE_SINCOSF */
375
376/* Define to 1 if you have the `sincosl' function. */
377/* #undef _GLIBCXX_HAVE_SINCOSL */
378
379/* Define to 1 if you have the `sinf' function. */
380#define _GLIBCXX_HAVE_SINF 1
381
382/* Define to 1 if you have the `sinhf' function. */
383#define _GLIBCXX_HAVE_SINHF 1
384
385/* Define to 1 if you have the `sinhl' function. */
386/* #undef _GLIBCXX_HAVE_SINHL */
387
388/* Define to 1 if you have the `sinl' function. */
389/* #undef _GLIBCXX_HAVE_SINL */
390
391/* Define to 1 if you have the `sqrtf' function. */
392#define _GLIBCXX_HAVE_SQRTF 1
393
394/* Define to 1 if you have the `sqrtl' function. */
395/* #undef _GLIBCXX_HAVE_SQRTL */
396
397/* Define to 1 if you have the <stdint.h> header file. */
398#define _GLIBCXX_HAVE_STDINT_H 1
399
400/* Define to 1 if you have the <stdlib.h> header file. */
401#define _GLIBCXX_HAVE_STDLIB_H 1
402
403/* Define to 1 if you have the <strings.h> header file. */
404#define _GLIBCXX_HAVE_STRINGS_H 1
405
406/* Define to 1 if you have the <string.h> header file. */
407#define _GLIBCXX_HAVE_STRING_H 1
408
409/* Define to 1 if you have the `strtof' function. */
410#define _GLIBCXX_HAVE_STRTOF 1
411
412/* Define to 1 if you have the `strtold' function. */
413#define _GLIBCXX_HAVE_STRTOLD 1
414
415/* Define to 1 if you have the <sys/filio.h> header file. */
416#define _GLIBCXX_HAVE_SYS_FILIO_H 1
417
418/* Define to 1 if you have the <sys/ioctl.h> header file. */
419#define _GLIBCXX_HAVE_SYS_IOCTL_H 1
420
421/* Define to 1 if you have the <sys/ipc.h> header file. */
422#define _GLIBCXX_HAVE_SYS_IPC_H 1
423
424/* Define to 1 if you have the <sys/isa_defs.h> header file. */
425/* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
426
427/* Define to 1 if you have the <sys/machine.h> header file. */
428/* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
429
430/* Define to 1 if you have the <sys/param.h> header file. */
431#define _GLIBCXX_HAVE_SYS_PARAM_H 1
432
433/* Define to 1 if you have the <sys/resource.h> header file. */
434#define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
435
436/* Define to 1 if you have the <sys/sem.h> header file. */
437#define _GLIBCXX_HAVE_SYS_SEM_H 1
438
439/* Define to 1 if you have the <sys/stat.h> header file. */
440#define _GLIBCXX_HAVE_SYS_STAT_H 1
441
442/* Define to 1 if you have the <sys/time.h> header file. */
443#define _GLIBCXX_HAVE_SYS_TIME_H 1
444
445/* Define to 1 if you have the <sys/types.h> header file. */
446#define _GLIBCXX_HAVE_SYS_TYPES_H 1
447
448/* Define to 1 if you have the <sys/uio.h> header file. */
449#define _GLIBCXX_HAVE_SYS_UIO_H 1
450
451/* Define if S_IFREG is available in <sys/stat.h>. */
452/* #undef _GLIBCXX_HAVE_S_IFREG */
453
454/* Define if S_IFREG is available in <sys/stat.h>. */
455#define _GLIBCXX_HAVE_S_ISREG 1
456
457/* Define to 1 if you have the `tanf' function. */
458#define _GLIBCXX_HAVE_TANF 1
459
460/* Define to 1 if you have the `tanhf' function. */
461#define _GLIBCXX_HAVE_TANHF 1
462
463/* Define to 1 if you have the `tanhl' function. */
464/* #undef _GLIBCXX_HAVE_TANHL */
465
466/* Define to 1 if you have the `tanl' function. */
467/* #undef _GLIBCXX_HAVE_TANL */
468
469/* Define to 1 if the target supports thread-local storage. */
470/* #undef _GLIBCXX_HAVE_TLS */
471
472/* Define to 1 if you have the <unistd.h> header file. */
473#define _GLIBCXX_HAVE_UNISTD_H 1
474
475/* Defined if vfwscanf exists. */
476#define _GLIBCXX_HAVE_VFWSCANF 1
477
478/* Defined if vswscanf exists. */
479#define _GLIBCXX_HAVE_VSWSCANF 1
480
481/* Defined if vwscanf exists. */
482#define _GLIBCXX_HAVE_VWSCANF 1
483
484/* Define to 1 if you have the <wchar.h> header file. */
485#define _GLIBCXX_HAVE_WCHAR_H 1
486
487/* Defined if wcstof exists. */
488#define _GLIBCXX_HAVE_WCSTOF 1
489
490/* Define to 1 if you have the <wctype.h> header file. */
491#define _GLIBCXX_HAVE_WCTYPE_H 1
492
493/* Define if writev is available in <sys/uio.h>. */
494#define _GLIBCXX_HAVE_WRITEV 1
495
496/* Define to 1 if you have the `_acosf' function. */
497/* #undef _GLIBCXX_HAVE__ACOSF */
498
499/* Define to 1 if you have the `_acosl' function. */
500/* #undef _GLIBCXX_HAVE__ACOSL */
501
502/* Define to 1 if you have the `_asinf' function. */
503/* #undef _GLIBCXX_HAVE__ASINF */
504
505/* Define to 1 if you have the `_asinl' function. */
506/* #undef _GLIBCXX_HAVE__ASINL */
507
508/* Define to 1 if you have the `_atan2f' function. */
509/* #undef _GLIBCXX_HAVE__ATAN2F */
510
511/* Define to 1 if you have the `_atan2l' function. */
512/* #undef _GLIBCXX_HAVE__ATAN2L */
513
514/* Define to 1 if you have the `_atanf' function. */
515/* #undef _GLIBCXX_HAVE__ATANF */
516
517/* Define to 1 if you have the `_atanl' function. */
518/* #undef _GLIBCXX_HAVE__ATANL */
519
520/* Define to 1 if you have the `_ceilf' function. */
521/* #undef _GLIBCXX_HAVE__CEILF */
522
523/* Define to 1 if you have the `_ceill' function. */
524/* #undef _GLIBCXX_HAVE__CEILL */
525
526/* Define to 1 if you have the `_copysign' function. */
527/* #undef _GLIBCXX_HAVE__COPYSIGN */
528
529/* Define to 1 if you have the `_copysignl' function. */
530/* #undef _GLIBCXX_HAVE__COPYSIGNL */
531
532/* Define to 1 if you have the `_cosf' function. */
533/* #undef _GLIBCXX_HAVE__COSF */
534
535/* Define to 1 if you have the `_coshf' function. */
536/* #undef _GLIBCXX_HAVE__COSHF */
537
538/* Define to 1 if you have the `_coshl' function. */
539/* #undef _GLIBCXX_HAVE__COSHL */
540
541/* Define to 1 if you have the `_cosl' function. */
542/* #undef _GLIBCXX_HAVE__COSL */
543
544/* Define to 1 if you have the `_expf' function. */
545/* #undef _GLIBCXX_HAVE__EXPF */
546
547/* Define to 1 if you have the `_expl' function. */
548/* #undef _GLIBCXX_HAVE__EXPL */
549
550/* Define to 1 if you have the `_fabsf' function. */
551/* #undef _GLIBCXX_HAVE__FABSF */
552
553/* Define to 1 if you have the `_fabsl' function. */
554/* #undef _GLIBCXX_HAVE__FABSL */
555
556/* Define to 1 if you have the `_finite' function. */
557/* #undef _GLIBCXX_HAVE__FINITE */
558
559/* Define to 1 if you have the `_finitef' function. */
560/* #undef _GLIBCXX_HAVE__FINITEF */
561
562/* Define to 1 if you have the `_finitel' function. */
563/* #undef _GLIBCXX_HAVE__FINITEL */
564
565/* Define to 1 if you have the `_floorf' function. */
566/* #undef _GLIBCXX_HAVE__FLOORF */
567
568/* Define to 1 if you have the `_floorl' function. */
569/* #undef _GLIBCXX_HAVE__FLOORL */
570
571/* Define to 1 if you have the `_fmodf' function. */
572/* #undef _GLIBCXX_HAVE__FMODF */
573
574/* Define to 1 if you have the `_fmodl' function. */
575/* #undef _GLIBCXX_HAVE__FMODL */
576
577/* Define to 1 if you have the `_fpclass' function. */
578/* #undef _GLIBCXX_HAVE__FPCLASS */
579
580/* Define to 1 if you have the `_frexpf' function. */
581/* #undef _GLIBCXX_HAVE__FREXPF */
582
583/* Define to 1 if you have the `_frexpl' function. */
584/* #undef _GLIBCXX_HAVE__FREXPL */
585
586/* Define to 1 if you have the `_hypot' function. */
587/* #undef _GLIBCXX_HAVE__HYPOT */
588
589/* Define to 1 if you have the `_hypotf' function. */
590/* #undef _GLIBCXX_HAVE__HYPOTF */
591
592/* Define to 1 if you have the `_hypotl' function. */
593/* #undef _GLIBCXX_HAVE__HYPOTL */
594
595/* Define to 1 if you have the `_isinf' function. */
596/* #undef _GLIBCXX_HAVE__ISINF */
597
598/* Define to 1 if you have the `_isinff' function. */
599/* #undef _GLIBCXX_HAVE__ISINFF */
600
601/* Define to 1 if you have the `_isinfl' function. */
602/* #undef _GLIBCXX_HAVE__ISINFL */
603
604/* Define to 1 if you have the `_isnan' function. */
605/* #undef _GLIBCXX_HAVE__ISNAN */
606
607/* Define to 1 if you have the `_isnanf' function. */
608/* #undef _GLIBCXX_HAVE__ISNANF */
609
610/* Define to 1 if you have the `_isnanl' function. */
611/* #undef _GLIBCXX_HAVE__ISNANL */
612
613/* Define to 1 if you have the `_ldexpf' function. */
614/* #undef _GLIBCXX_HAVE__LDEXPF */
615
616/* Define to 1 if you have the `_ldexpl' function. */
617/* #undef _GLIBCXX_HAVE__LDEXPL */
618
619/* Define to 1 if you have the `_log10f' function. */
620/* #undef _GLIBCXX_HAVE__LOG10F */
621
622/* Define to 1 if you have the `_log10l' function. */
623/* #undef _GLIBCXX_HAVE__LOG10L */
624
625/* Define to 1 if you have the `_logf' function. */
626/* #undef _GLIBCXX_HAVE__LOGF */
627
628/* Define to 1 if you have the `_logl' function. */
629/* #undef _GLIBCXX_HAVE__LOGL */
630
631/* Define to 1 if you have the `_modf' function. */
632/* #undef _GLIBCXX_HAVE__MODF */
633
634/* Define to 1 if you have the `_modff' function. */
635/* #undef _GLIBCXX_HAVE__MODFF */
636
637/* Define to 1 if you have the `_modfl' function. */
638/* #undef _GLIBCXX_HAVE__MODFL */
639
640/* Define to 1 if you have the `_powf' function. */
641/* #undef _GLIBCXX_HAVE__POWF */
642
643/* Define to 1 if you have the `_powl' function. */
644/* #undef _GLIBCXX_HAVE__POWL */
645
646/* Define to 1 if you have the `_qfpclass' function. */
647/* #undef _GLIBCXX_HAVE__QFPCLASS */
648
649/* Define to 1 if you have the `_sincos' function. */
650/* #undef _GLIBCXX_HAVE__SINCOS */
651
652/* Define to 1 if you have the `_sincosf' function. */
653/* #undef _GLIBCXX_HAVE__SINCOSF */
654
655/* Define to 1 if you have the `_sincosl' function. */
656/* #undef _GLIBCXX_HAVE__SINCOSL */
657
658/* Define to 1 if you have the `_sinf' function. */
659/* #undef _GLIBCXX_HAVE__SINF */
660
661/* Define to 1 if you have the `_sinhf' function. */
662/* #undef _GLIBCXX_HAVE__SINHF */
663
664/* Define to 1 if you have the `_sinhl' function. */
665/* #undef _GLIBCXX_HAVE__SINHL */
666
667/* Define to 1 if you have the `_sinl' function. */
668/* #undef _GLIBCXX_HAVE__SINL */
669
670/* Define to 1 if you have the `_sqrtf' function. */
671/* #undef _GLIBCXX_HAVE__SQRTF */
672
673/* Define to 1 if you have the `_sqrtl' function. */
674/* #undef _GLIBCXX_HAVE__SQRTL */
675
676/* Define to 1 if you have the `_tanf' function. */
677/* #undef _GLIBCXX_HAVE__TANF */
678
679/* Define to 1 if you have the `_tanhf' function. */
680/* #undef _GLIBCXX_HAVE__TANHF */
681
682/* Define to 1 if you have the `_tanhl' function. */
683/* #undef _GLIBCXX_HAVE__TANHL */
684
685/* Define to 1 if you have the `_tanl' function. */
686/* #undef _GLIBCXX_HAVE__TANL */
687
688/* Define if the compiler/host combination has __builtin_abs. */
689/* #undef _GLIBCXX_HAVE___BUILTIN_ABS */
690
691/* Define if the compiler/host combination has __builtin_cos. */
692/* #undef _GLIBCXX_HAVE___BUILTIN_COS */
693
694/* Define if the compiler/host combination has __builtin_cosf. */
695/* #undef _GLIBCXX_HAVE___BUILTIN_COSF */
696
697/* Define if the compiler/host combination has __builtin_cosl. */
698/* #undef _GLIBCXX_HAVE___BUILTIN_COSL */
699
700/* Define if the compiler/host combination has __builtin_fabs. */
701/* #undef _GLIBCXX_HAVE___BUILTIN_FABS */
702
703/* Define if the compiler/host combination has __builtin_fabsf. */
704/* #undef _GLIBCXX_HAVE___BUILTIN_FABSF */
705
706/* Define if the compiler/host combination has __builtin_fabsl. */
707/* #undef _GLIBCXX_HAVE___BUILTIN_FABSL */
708
709/* Define if the compiler/host combination has __builtin_labs. */
710/* #undef _GLIBCXX_HAVE___BUILTIN_LABS */
711
712/* Define if the compiler/host combination has __builtin_sin. */
713/* #undef _GLIBCXX_HAVE___BUILTIN_SIN */
714
715/* Define if the compiler/host combination has __builtin_sinf. */
716/* #undef _GLIBCXX_HAVE___BUILTIN_SINF */
717
718/* Define if the compiler/host combination has __builtin_sinl. */
719/* #undef _GLIBCXX_HAVE___BUILTIN_SINL */
720
721/* Define if the compiler/host combination has __builtin_sqrt. */
722/* #undef _GLIBCXX_HAVE___BUILTIN_SQRT */
723
724/* Define if the compiler/host combination has __builtin_sqrtf. */
725/* #undef _GLIBCXX_HAVE___BUILTIN_SQRTF */
726
727/* Define if the compiler/host combination has __builtin_sqrtl. */
728/* #undef _GLIBCXX_HAVE___BUILTIN_SQRTL */
729
730/* Define to 1 if you have the `__signbit' function. */
731/* #undef _GLIBCXX_HAVE___SIGNBIT */
732
733/* Define to 1 if you have the `__signbitf' function. */
734#define _GLIBCXX_HAVE___SIGNBITF 1
735
736/* Define to 1 if you have the `__signbitl' function. */
737/* #undef _GLIBCXX_HAVE___SIGNBITL */
738
739/* Name of package */
740/* #undef _GLIBCXX_PACKAGE */
741
742/* Define to the address where bug reports for this package should be sent. */
743#define _GLIBCXX_PACKAGE_BUGREPORT ""
744
745/* Define to the full name of this package. */
746#define _GLIBCXX_PACKAGE_NAME "package-unused"
747
748/* Define to the full name and version of this package. */
749#define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
750
751/* Define to the one symbol short name of this package. */
752#define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
753
754/* Define to the version of this package. */
755#define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
756
757/* Define to 1 if you have the ANSI C header files. */
758#define STDC_HEADERS 1
759
760/* Version number of package */
761/* #undef _GLIBCXX_VERSION */
762
763/* Define to use concept checking code from the boost libraries. */
764/* #undef _GLIBCXX_CONCEPT_CHECKS */
765
766/* Define if a fully dynamic basic_string is wanted. */
767/* #undef _GLIBCXX_FULLY_DYNAMIC_STRING */
768
769/* Define to 1 if a full hosted library is built, or 0 if freestanding. */
770#define _GLIBCXX_HOSTED 1
771
772/* Define if ptrdiff_t is int. */
773/* #undef _GLIBCXX_PTRDIFF_T_IS_INT */
774
775/* Define if using setrlimit to set resource limits during "make check" */
776/* #undef _GLIBCXX_RES_LIMITS */
777
778/* Define if size_t is unsigned int. */
779/* #undef _GLIBCXX_SIZE_T_IS_UINT */
780
781/* Define if the compiler is configured for setjmp/longjmp exceptions. */
782/* #undef _GLIBCXX_SJLJ_EXCEPTIONS */
783
784/* Define to use GNU symbol versioning in the shared library. */
785/* #undef _GLIBCXX_SYMVER */
786
787/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
788   <stdio.h>, and <stdlib.h> can be used or exposed. */
789/* #undef _GLIBCXX_USE_C99 */
790
791/* Define if C99 functions in <complex.h> should be used in <complex>. Using
792   compiler builtins for these functions requires corresponding C99 library
793   functions to be present. */
794/* #undef _GLIBCXX_USE_C99_COMPLEX */
795
796/* Define if C99 functions or macros in <math.h> should be imported in <cmath>
797   in namespace std. */
798#define _GLIBCXX_USE_C99_MATH 1
799
800/* Define if iconv and related functions exist and are usable. */
801#define _GLIBCXX_USE_ICONV 1
802
803/* Define if LFS support is available. */
804/* #undef _GLIBCXX_USE_LFS */
805
806/* Define if code specialized for long long should be used. */
807#define _GLIBCXX_USE_LONG_LONG 1
808
809/* Define if NLS translations are to be used. */
810/* #undef _GLIBCXX_USE_NLS */
811
812/* Define if code specialized for wchar_t should be used. */
813#define _GLIBCXX_USE_WCHAR_T 1
814
815#if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
816# define _GLIBCXX_HAVE_ACOSF 1
817# define acosf _acosf
818#endif
819
820#if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
821# define _GLIBCXX_HAVE_ACOSL 1
822# define acosl _acosl
823#endif
824
825#if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
826# define _GLIBCXX_HAVE_ASINF 1
827# define asinf _asinf
828#endif
829
830#if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
831# define _GLIBCXX_HAVE_ASINL 1
832# define asinl _asinl
833#endif
834
835#if defined (_GLIBCXX_HAVE__ATAN2F) && ! defined (_GLIBCXX_HAVE_ATAN2F)
836# define _GLIBCXX_HAVE_ATAN2F 1
837# define atan2f _atan2f
838#endif
839
840#if defined (_GLIBCXX_HAVE__ATAN2L) && ! defined (_GLIBCXX_HAVE_ATAN2L)
841# define _GLIBCXX_HAVE_ATAN2L 1
842# define atan2l _atan2l
843#endif
844
845#if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
846# define _GLIBCXX_HAVE_ATANF 1
847# define atanf _atanf
848#endif
849
850#if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
851# define _GLIBCXX_HAVE_ATANL 1
852# define atanl _atanl
853#endif
854
855#if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
856# define _GLIBCXX_HAVE_CEILF 1
857# define ceilf _ceilf
858#endif
859
860#if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
861# define _GLIBCXX_HAVE_CEILL 1
862# define ceill _ceill
863#endif
864
865#if defined (_GLIBCXX_HAVE__COPYSIGN) && ! defined (_GLIBCXX_HAVE_COPYSIGN)
866# define _GLIBCXX_HAVE_COPYSIGN 1
867# define copysign _copysign
868#endif
869
870#if defined (_GLIBCXX_HAVE__COPYSIGNL) && ! defined (_GLIBCXX_HAVE_COPYSIGNL)
871# define _GLIBCXX_HAVE_COPYSIGNL 1
872# define copysignl _copysignl
873#endif
874
875#if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
876# define _GLIBCXX_HAVE_COSF 1
877# define cosf _cosf
878#endif
879
880#if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
881# define _GLIBCXX_HAVE_COSHF 1
882# define coshf _coshf
883#endif
884
885#if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
886# define _GLIBCXX_HAVE_COSHL 1
887# define coshl _coshl
888#endif
889
890#if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
891# define _GLIBCXX_HAVE_COSL 1
892# define cosl _cosl
893#endif
894
895#if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
896# define _GLIBCXX_HAVE_EXPF 1
897# define expf _expf
898#endif
899
900#if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
901# define _GLIBCXX_HAVE_EXPL 1
902# define expl _expl
903#endif
904
905#if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
906# define _GLIBCXX_HAVE_FABSF 1
907# define fabsf _fabsf
908#endif
909
910#if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
911# define _GLIBCXX_HAVE_FABSL 1
912# define fabsl _fabsl
913#endif
914
915#if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
916# define _GLIBCXX_HAVE_FINITE 1
917# define finite _finite
918#endif
919
920#if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
921# define _GLIBCXX_HAVE_FINITEF 1
922# define finitef _finitef
923#endif
924
925#if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
926# define _GLIBCXX_HAVE_FINITEL 1
927# define finitel _finitel
928#endif
929
930#if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
931# define _GLIBCXX_HAVE_FLOORF 1
932# define floorf _floorf
933#endif
934
935#if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
936# define _GLIBCXX_HAVE_FLOORL 1
937# define floorl _floorl
938#endif
939
940#if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
941# define _GLIBCXX_HAVE_FMODF 1
942# define fmodf _fmodf
943#endif
944
945#if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
946# define _GLIBCXX_HAVE_FMODL 1
947# define fmodl _fmodl
948#endif
949
950#if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
951# define _GLIBCXX_HAVE_FPCLASS 1
952# define fpclass _fpclass
953#endif
954
955#if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
956# define _GLIBCXX_HAVE_FREXPF 1
957# define frexpf _frexpf
958#endif
959
960#if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
961# define _GLIBCXX_HAVE_FREXPL 1
962# define frexpl _frexpl
963#endif
964
965#if defined (_GLIBCXX_HAVE__HYPOT) && ! defined (_GLIBCXX_HAVE_HYPOT)
966# define _GLIBCXX_HAVE_HYPOT 1
967# define hypot _hypot
968#endif
969
970#if defined (_GLIBCXX_HAVE__HYPOTF) && ! defined (_GLIBCXX_HAVE_HYPOTF)
971# define _GLIBCXX_HAVE_HYPOTF 1
972# define hypotf _hypotf
973#endif
974
975#if defined (_GLIBCXX_HAVE__HYPOTL) && ! defined (_GLIBCXX_HAVE_HYPOTL)
976# define _GLIBCXX_HAVE_HYPOTL 1
977# define hypotl _hypotl
978#endif
979
980#if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
981# define _GLIBCXX_HAVE_ISINF 1
982# define isinf _isinf
983#endif
984
985#if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
986# define _GLIBCXX_HAVE_ISINFF 1
987# define isinff _isinff
988#endif
989
990#if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
991# define _GLIBCXX_HAVE_ISINFL 1
992# define isinfl _isinfl
993#endif
994
995#if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
996# define _GLIBCXX_HAVE_ISNAN 1
997# define isnan _isnan
998#endif
999
1000#if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
1001# define _GLIBCXX_HAVE_ISNANF 1
1002# define isnanf _isnanf
1003#endif
1004
1005#if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
1006# define _GLIBCXX_HAVE_ISNANL 1
1007# define isnanl _isnanl
1008#endif
1009
1010#if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
1011# define _GLIBCXX_HAVE_LDEXPF 1
1012# define ldexpf _ldexpf
1013#endif
1014
1015#if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
1016# define _GLIBCXX_HAVE_LDEXPL 1
1017# define ldexpl _ldexpl
1018#endif
1019
1020#if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
1021# define _GLIBCXX_HAVE_LOG10F 1
1022# define log10f _log10f
1023#endif
1024
1025#if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
1026# define _GLIBCXX_HAVE_LOG10L 1
1027# define log10l _log10l
1028#endif
1029
1030#if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
1031# define _GLIBCXX_HAVE_LOGF 1
1032# define logf _logf
1033#endif
1034
1035#if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
1036# define _GLIBCXX_HAVE_LOGL 1
1037# define logl _logl
1038#endif
1039
1040#if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
1041# define _GLIBCXX_HAVE_MODF 1
1042# define modf _modf
1043#endif
1044
1045#if defined (_GLIBCXX_HAVE__MODFF) && ! defined (_GLIBCXX_HAVE_MODFF)
1046# define _GLIBCXX_HAVE_MODFF 1
1047# define modff _modff
1048#endif
1049
1050#if defined (_GLIBCXX_HAVE__MODFL) && ! defined (_GLIBCXX_HAVE_MODFL)
1051# define _GLIBCXX_HAVE_MODFL 1
1052# define modfl _modfl
1053#endif
1054
1055#if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
1056# define _GLIBCXX_HAVE_POWF 1
1057# define powf _powf
1058#endif
1059
1060#if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
1061# define _GLIBCXX_HAVE_POWL 1
1062# define powl _powl
1063#endif
1064
1065#if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
1066# define _GLIBCXX_HAVE_QFPCLASS 1
1067# define qfpclass _qfpclass
1068#endif
1069
1070#if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
1071# define _GLIBCXX_HAVE_SINCOS 1
1072# define sincos _sincos
1073#endif
1074
1075#if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
1076# define _GLIBCXX_HAVE_SINCOSF 1
1077# define sincosf _sincosf
1078#endif
1079
1080#if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
1081# define _GLIBCXX_HAVE_SINCOSL 1
1082# define sincosl _sincosl
1083#endif
1084
1085#if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
1086# define _GLIBCXX_HAVE_SINF 1
1087# define sinf _sinf
1088#endif
1089
1090#if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
1091# define _GLIBCXX_HAVE_SINHF 1
1092# define sinhf _sinhf
1093#endif
1094
1095#if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
1096# define _GLIBCXX_HAVE_SINHL 1
1097# define sinhl _sinhl
1098#endif
1099
1100#if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
1101# define _GLIBCXX_HAVE_SINL 1
1102# define sinl _sinl
1103#endif
1104
1105#if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
1106# define _GLIBCXX_HAVE_SQRTF 1
1107# define sqrtf _sqrtf
1108#endif
1109
1110#if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
1111# define _GLIBCXX_HAVE_SQRTL 1
1112# define sqrtl _sqrtl
1113#endif
1114
1115#if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
1116# define _GLIBCXX_HAVE_STRTOF 1
1117# define strtof _strtof
1118#endif
1119
1120#if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
1121# define _GLIBCXX_HAVE_STRTOLD 1
1122# define strtold _strtold
1123#endif
1124
1125#if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
1126# define _GLIBCXX_HAVE_TANF 1
1127# define tanf _tanf
1128#endif
1129
1130#if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
1131# define _GLIBCXX_HAVE_TANHF 1
1132# define tanhf _tanhf
1133#endif
1134
1135#if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
1136# define _GLIBCXX_HAVE_TANHL 1
1137# define tanhl _tanhl
1138#endif
1139
1140#if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
1141# define _GLIBCXX_HAVE_TANL 1
1142# define tanl _tanl
1143#endif
1144#endif // _CXXCONFIG_
1145