1#ifndef _CPP_CPPCONFIG_WRAPPER
2#define _CPP_CPPCONFIG_WRAPPER 1
3#include <bits/wordsize.h>
4#if __WORDSIZE == 32
5// Predefined symbols and macros -*- C++ -*-
6
7// Copyright (C) 1997-2024 Free Software Foundation, Inc.
8//
9// This file is part of the GNU ISO C++ Library. This library is free
10// software; you can redistribute it and/or modify it under the
11// terms of the GNU General Public License as published by the
12// Free Software Foundation; either version 3, or (at your option)
13// any later version.
14
15// This library is distributed in the hope that it will be useful,
16// but WITHOUT ANY WARRANTY; without even the implied warranty of
17// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18// GNU General Public License for more details.
19
20// Under Section 7 of GPL version 3, you are granted additional
21// permissions described in the GCC Runtime Library Exception, version
22// 3.1, as published by the Free Software Foundation.
23
24// You should have received a copy of the GNU General Public License and
25// a copy of the GCC Runtime Library Exception along with this program;
26// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
27// <http://www.gnu.org/licenses/>.
28
29/** @file bits/c++config.h
30 * This is an internal header file, included by other library headers.
31 * Do not attempt to use it directly. @headername{version}
32 */
33
34#ifndef _GLIBCXX_CXX_CONFIG_H
35#define _GLIBCXX_CXX_CONFIG_H 1
36
37#pragma GCC system_header
38
39// The major release number for the GCC release the C++ library belongs to.
40#define _GLIBCXX_RELEASE 14
41
42// The datestamp of the C++ library in compressed ISO date format.
43#define __GLIBCXX__ 20250220
44
45// Macros for various attributes.
46// _GLIBCXX_PURE
47// _GLIBCXX_CONST
48// _GLIBCXX_NORETURN
49// _GLIBCXX_NOTHROW
50// _GLIBCXX_VISIBILITY
51#ifndef _GLIBCXX_PURE
52# define _GLIBCXX_PURE __attribute__ ((__pure__))
53#endif
54
55#ifndef _GLIBCXX_CONST
56# define _GLIBCXX_CONST __attribute__ ((__const__))
57#endif
58
59#ifndef _GLIBCXX_NORETURN
60# define _GLIBCXX_NORETURN __attribute__ ((__noreturn__))
61#endif
62
63// See below for C++
64#ifndef _GLIBCXX_NOTHROW
65# ifndef __cplusplus
66# define _GLIBCXX_NOTHROW __attribute__((__nothrow__))
67# endif
68#endif
69
70// Macros for visibility attributes.
71// _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
72// _GLIBCXX_VISIBILITY
73# define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY 1
74
75#if _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
76# define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V)))
77#else
78// If this is not supplied by the OS-specific or CPU-specific
79// headers included below, it will be defined to an empty default.
80# define _GLIBCXX_VISIBILITY(V) _GLIBCXX_PSEUDO_VISIBILITY(V)
81#endif
82
83// Macros for deprecated attributes.
84// _GLIBCXX_USE_DEPRECATED
85// _GLIBCXX_DEPRECATED
86// _GLIBCXX_DEPRECATED_SUGGEST( string-literal )
87// _GLIBCXX11_DEPRECATED
88// _GLIBCXX11_DEPRECATED_SUGGEST( string-literal )
89// _GLIBCXX14_DEPRECATED
90// _GLIBCXX14_DEPRECATED_SUGGEST( string-literal )
91// _GLIBCXX17_DEPRECATED
92// _GLIBCXX17_DEPRECATED_SUGGEST( string-literal )
93// _GLIBCXX20_DEPRECATED
94// _GLIBCXX20_DEPRECATED_SUGGEST( string-literal )
95// _GLIBCXX23_DEPRECATED
96// _GLIBCXX23_DEPRECATED_SUGGEST( string-literal )
97#ifndef _GLIBCXX_USE_DEPRECATED
98# define _GLIBCXX_USE_DEPRECATED 1
99#endif
100
101#if defined(__DEPRECATED)
102# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
103# define _GLIBCXX_DEPRECATED_SUGGEST(ALT) \
104 __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
105#else
106# define _GLIBCXX_DEPRECATED
107# define _GLIBCXX_DEPRECATED_SUGGEST(ALT)
108#endif
109
110#if defined(__DEPRECATED) && (__cplusplus >= 201103L)
111# define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED
112# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
113#else
114# define _GLIBCXX11_DEPRECATED
115# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT)
116#endif
117
118#if defined(__DEPRECATED) && (__cplusplus >= 201402L)
119# define _GLIBCXX14_DEPRECATED _GLIBCXX_DEPRECATED
120# define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
121#else
122# define _GLIBCXX14_DEPRECATED
123# define _GLIBCXX14_DEPRECATED_SUGGEST(ALT)
124#endif
125
126#if defined(__DEPRECATED) && (__cplusplus >= 201703L)
127# define _GLIBCXX17_DEPRECATED [[__deprecated__]]
128# define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
129#else
130# define _GLIBCXX17_DEPRECATED
131# define _GLIBCXX17_DEPRECATED_SUGGEST(ALT)
132#endif
133
134#if defined(__DEPRECATED) && (__cplusplus >= 202002L)
135# define _GLIBCXX20_DEPRECATED [[__deprecated__]]
136# define _GLIBCXX20_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
137#else
138# define _GLIBCXX20_DEPRECATED
139# define _GLIBCXX20_DEPRECATED_SUGGEST(ALT)
140#endif
141
142#if defined(__DEPRECATED) && (__cplusplus >= 202100L)
143# define _GLIBCXX23_DEPRECATED [[__deprecated__]]
144# define _GLIBCXX23_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
145#else
146# define _GLIBCXX23_DEPRECATED
147# define _GLIBCXX23_DEPRECATED_SUGGEST(ALT)
148#endif
149
150// Macros for ABI tag attributes.
151#ifndef _GLIBCXX_ABI_TAG_CXX11
152# define _GLIBCXX_ABI_TAG_CXX11 __attribute ((__abi_tag__ ("cxx11")))
153#endif
154
155// Macro to warn about unused results.
156#if __cplusplus >= 201703L
157# define _GLIBCXX_NODISCARD [[__nodiscard__]]
158#else
159# define _GLIBCXX_NODISCARD
160#endif
161
162
163
164#if __cplusplus
165
166// Macro for constexpr, to support in mixed 03/0x mode.
167#ifndef _GLIBCXX_CONSTEXPR
168# if __cplusplus >= 201103L
169# define _GLIBCXX_CONSTEXPR constexpr
170# define _GLIBCXX_USE_CONSTEXPR constexpr
171# else
172# define _GLIBCXX_CONSTEXPR
173# define _GLIBCXX_USE_CONSTEXPR const
174# endif
175#endif
176
177#ifndef _GLIBCXX14_CONSTEXPR
178# if __cplusplus >= 201402L
179# define _GLIBCXX14_CONSTEXPR constexpr
180# else
181# define _GLIBCXX14_CONSTEXPR
182# endif
183#endif
184
185#ifndef _GLIBCXX17_CONSTEXPR
186# if __cplusplus >= 201703L
187# define _GLIBCXX17_CONSTEXPR constexpr
188# else
189# define _GLIBCXX17_CONSTEXPR
190# endif
191#endif
192
193#ifndef _GLIBCXX20_CONSTEXPR
194# if __cplusplus >= 202002L
195# define _GLIBCXX20_CONSTEXPR constexpr
196# else
197# define _GLIBCXX20_CONSTEXPR
198# endif
199#endif
200
201#ifndef _GLIBCXX23_CONSTEXPR
202# if __cplusplus >= 202100L
203# define _GLIBCXX23_CONSTEXPR constexpr
204# else
205# define _GLIBCXX23_CONSTEXPR
206# endif
207#endif
208
209#ifndef _GLIBCXX17_INLINE
210# if __cplusplus >= 201703L
211# define _GLIBCXX17_INLINE inline
212# else
213# define _GLIBCXX17_INLINE
214# endif
215#endif
216
217// Macro for noexcept, to support in mixed 03/0x mode.
218#ifndef _GLIBCXX_NOEXCEPT
219# if __cplusplus >= 201103L
220# define _GLIBCXX_NOEXCEPT noexcept
221# define _GLIBCXX_NOEXCEPT_IF(...) noexcept(__VA_ARGS__)
222# define _GLIBCXX_USE_NOEXCEPT noexcept
223# define _GLIBCXX_THROW(_EXC)
224# else
225# define _GLIBCXX_NOEXCEPT
226# define _GLIBCXX_NOEXCEPT_IF(...)
227# define _GLIBCXX_USE_NOEXCEPT throw()
228# define _GLIBCXX_THROW(_EXC) throw(_EXC)
229# endif
230#endif
231
232#ifndef _GLIBCXX_NOTHROW
233# define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
234#endif
235
236#ifndef _GLIBCXX_THROW_OR_ABORT
237# if __cpp_exceptions
238# define _GLIBCXX_THROW_OR_ABORT(_EXC) (throw (_EXC))
239# else
240# define _GLIBCXX_THROW_OR_ABORT(_EXC) (__builtin_abort())
241# endif
242#endif
243
244#if __cpp_noexcept_function_type
245#define _GLIBCXX_NOEXCEPT_PARM , bool _NE
246#define _GLIBCXX_NOEXCEPT_QUAL noexcept (_NE)
247#else
248#define _GLIBCXX_NOEXCEPT_PARM
249#define _GLIBCXX_NOEXCEPT_QUAL
250#endif
251
252// Macro for extern template, ie controlling template linkage via use
253// of extern keyword on template declaration. As documented in the g++
254// manual, it inhibits all implicit instantiations and is used
255// throughout the library to avoid multiple weak definitions for
256// required types that are already explicitly instantiated in the
257// library binary. This substantially reduces the binary size of
258// resulting executables.
259// Special case: _GLIBCXX_EXTERN_TEMPLATE == -1 disallows extern
260// templates only in basic_string, thus activating its debug-mode
261// checks even at -O0.
262# define _GLIBCXX_EXTERN_TEMPLATE 1
263
264/*
265 Outline of libstdc++ namespaces.
266
267 namespace std
268 {
269 namespace __debug { }
270 namespace __parallel { }
271 namespace __cxx1998 { }
272
273 namespace __detail {
274 namespace __variant { } // C++17
275 }
276
277 namespace rel_ops { }
278
279 namespace tr1
280 {
281 namespace placeholders { }
282 namespace regex_constants { }
283 namespace __detail { }
284 }
285
286 namespace tr2 { }
287
288 namespace decimal { }
289
290 namespace chrono { } // C++11
291 namespace placeholders { } // C++11
292 namespace regex_constants { } // C++11
293 namespace this_thread { } // C++11
294 inline namespace literals { // C++14
295 inline namespace chrono_literals { } // C++14
296 inline namespace complex_literals { } // C++14
297 inline namespace string_literals { } // C++14
298 inline namespace string_view_literals { } // C++17
299 }
300 }
301
302 namespace abi { }
303
304 namespace __gnu_cxx
305 {
306 namespace __detail { }
307 }
308
309 For full details see:
310 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html
311*/
312namespace std
313{
314 typedef __SIZE_TYPE__ size_t;
315 typedef __PTRDIFF_TYPE__ ptrdiff_t;
316
317#if __cplusplus >= 201103L
318 typedef decltype(nullptr) nullptr_t;
319#endif
320
321#pragma GCC visibility push(default)
322 // This allows the library to terminate without including all of <exception>
323 // and without making the declaration of std::terminate visible to users.
324 extern "C++" __attribute__ ((__noreturn__, __always_inline__))
325 inline void __terminate() _GLIBCXX_USE_NOEXCEPT
326 {
327 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__,__cold__));
328 terminate();
329 }
330#pragma GCC visibility pop
331}
332
333# define _GLIBCXX_USE_DUAL_ABI 1
334
335#if ! _GLIBCXX_USE_DUAL_ABI
336// Ignore any pre-defined value of _GLIBCXX_USE_CXX11_ABI
337# undef _GLIBCXX_USE_CXX11_ABI
338#endif
339
340#ifndef _GLIBCXX_USE_CXX11_ABI
341# define _GLIBCXX_USE_CXX11_ABI 1
342#endif
343
344#if _GLIBCXX_USE_CXX11_ABI
345namespace std
346{
347 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
348}
349namespace __gnu_cxx
350{
351 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
352}
353# define _GLIBCXX_NAMESPACE_CXX11 __cxx11::
354# define _GLIBCXX_BEGIN_NAMESPACE_CXX11 namespace __cxx11 {
355# define _GLIBCXX_END_NAMESPACE_CXX11 }
356# define _GLIBCXX_DEFAULT_ABI_TAG _GLIBCXX_ABI_TAG_CXX11
357#else
358# define _GLIBCXX_NAMESPACE_CXX11
359# define _GLIBCXX_BEGIN_NAMESPACE_CXX11
360# define _GLIBCXX_END_NAMESPACE_CXX11
361# define _GLIBCXX_DEFAULT_ABI_TAG
362#endif
363
364// Non-zero if inline namespaces are used for versioning the entire library.
365# define _GLIBCXX_INLINE_VERSION 0
366
367#if _GLIBCXX_INLINE_VERSION
368// Inline namespace for symbol versioning of (nearly) everything in std.
369# define _GLIBCXX_BEGIN_NAMESPACE_VERSION namespace __8 {
370# define _GLIBCXX_END_NAMESPACE_VERSION }
371// Unused when everything in std is versioned anyway.
372# define _GLIBCXX_BEGIN_INLINE_ABI_NAMESPACE(X)
373# define _GLIBCXX_END_INLINE_ABI_NAMESPACE(X)
374
375namespace std
376{
377inline _GLIBCXX_BEGIN_NAMESPACE_VERSION
378#if __cplusplus >= 201402L
379 inline namespace literals {
380 inline namespace chrono_literals { }
381 inline namespace complex_literals { }
382 inline namespace string_literals { }
383#if __cplusplus > 201402L
384 inline namespace string_view_literals { }
385#endif // C++17
386 }
387#endif // C++14
388_GLIBCXX_END_NAMESPACE_VERSION
389}
390
391namespace __gnu_cxx
392{
393inline _GLIBCXX_BEGIN_NAMESPACE_VERSION
394_GLIBCXX_END_NAMESPACE_VERSION
395}
396
397#else
398// Unused.
399# define _GLIBCXX_BEGIN_NAMESPACE_VERSION
400# define _GLIBCXX_END_NAMESPACE_VERSION
401// Used to version individual components, e.g. std::_V2::error_category.
402# define _GLIBCXX_BEGIN_INLINE_ABI_NAMESPACE(X) inline namespace X {
403# define _GLIBCXX_END_INLINE_ABI_NAMESPACE(X) } // inline namespace X
404#endif
405
406// In the case that we don't have a hosted environment, we can't provide the
407// debugging mode. Instead, we do our best and downgrade to assertions.
408#if defined(_GLIBCXX_DEBUG) && !__STDC_HOSTED__
409#undef _GLIBCXX_DEBUG
410#define _GLIBCXX_ASSERTIONS 1
411#endif
412
413// Inline namespaces for special modes: debug, parallel.
414#if defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL)
415namespace std
416{
417_GLIBCXX_BEGIN_NAMESPACE_VERSION
418
419 // Non-inline namespace for components replaced by alternates in active mode.
420 namespace __cxx1998
421 {
422# if _GLIBCXX_USE_CXX11_ABI
423 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
424# endif
425 }
426
427_GLIBCXX_END_NAMESPACE_VERSION
428
429 // Inline namespace for debug mode.
430# ifdef _GLIBCXX_DEBUG
431 inline namespace __debug { }
432# endif
433
434 // Inline namespaces for parallel mode.
435# ifdef _GLIBCXX_PARALLEL
436 inline namespace __parallel { }
437# endif
438}
439
440// Check for invalid usage and unsupported mixed-mode use.
441# if defined(_GLIBCXX_DEBUG) && defined(_GLIBCXX_PARALLEL)
442# error illegal use of multiple inlined namespaces
443# endif
444
445// Check for invalid use due to lack for weak symbols.
446# if __NO_INLINE__ && !__GXX_WEAK__
447# warning currently using inlined namespace mode which may fail \
448 without inlining due to lack of weak symbols
449# endif
450#endif
451
452// Macros for namespace scope. Either namespace std:: or the name
453// of some nested namespace within it corresponding to the active mode.
454// _GLIBCXX_STD_A
455// _GLIBCXX_STD_C
456//
457// Macros for opening/closing conditional namespaces.
458// _GLIBCXX_BEGIN_NAMESPACE_ALGO
459// _GLIBCXX_END_NAMESPACE_ALGO
460// _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
461// _GLIBCXX_END_NAMESPACE_CONTAINER
462#if defined(_GLIBCXX_DEBUG)
463# define _GLIBCXX_STD_C __cxx1998
464# define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER \
465 namespace _GLIBCXX_STD_C {
466# define _GLIBCXX_END_NAMESPACE_CONTAINER }
467#else
468# define _GLIBCXX_STD_C std
469# define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
470# define _GLIBCXX_END_NAMESPACE_CONTAINER
471#endif
472
473#ifdef _GLIBCXX_PARALLEL
474# define _GLIBCXX_STD_A __cxx1998
475# define _GLIBCXX_BEGIN_NAMESPACE_ALGO \
476 namespace _GLIBCXX_STD_A {
477# define _GLIBCXX_END_NAMESPACE_ALGO }
478#else
479# define _GLIBCXX_STD_A std
480# define _GLIBCXX_BEGIN_NAMESPACE_ALGO
481# define _GLIBCXX_END_NAMESPACE_ALGO
482#endif
483
484// GLIBCXX_ABI Deprecated
485// Define if compatibility should be provided for -mlong-double-64.
486#undef _GLIBCXX_LONG_DOUBLE_COMPAT
487
488// Define if compatibility should be provided for alternative 128-bit long
489// double formats. Not possible for Clang until __ibm128 is supported.
490#ifndef __clang__
491#undef _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT
492#endif
493
494// Inline namespaces for long double 128 modes.
495#if defined _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT \
496 && defined __LONG_DOUBLE_IEEE128__
497namespace std
498{
499 // Namespaces for 128-bit IEEE long double format on 64-bit POWER LE.
500 inline namespace __gnu_cxx_ieee128 { }
501 inline namespace __gnu_cxx11_ieee128 { }
502}
503# define _GLIBCXX_NAMESPACE_LDBL __gnu_cxx_ieee128::
504# define _GLIBCXX_BEGIN_NAMESPACE_LDBL namespace __gnu_cxx_ieee128 {
505# define _GLIBCXX_END_NAMESPACE_LDBL }
506# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 __gnu_cxx11_ieee128::
507# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 namespace __gnu_cxx11_ieee128 {
508# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 }
509
510#else // _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && IEEE128
511
512#if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__
513namespace std
514{
515 inline namespace __gnu_cxx_ldbl128 { }
516}
517# define _GLIBCXX_NAMESPACE_LDBL __gnu_cxx_ldbl128::
518# define _GLIBCXX_BEGIN_NAMESPACE_LDBL namespace __gnu_cxx_ldbl128 {
519# define _GLIBCXX_END_NAMESPACE_LDBL }
520#else
521# define _GLIBCXX_NAMESPACE_LDBL
522# define _GLIBCXX_BEGIN_NAMESPACE_LDBL
523# define _GLIBCXX_END_NAMESPACE_LDBL
524#endif
525
526#if _GLIBCXX_USE_CXX11_ABI
527# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_NAMESPACE_CXX11
528# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_BEGIN_NAMESPACE_CXX11
529# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_END_NAMESPACE_CXX11
530#else
531# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_NAMESPACE_LDBL
532# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_BEGIN_NAMESPACE_LDBL
533# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_END_NAMESPACE_LDBL
534#endif
535
536#endif // _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && IEEE128
537
538namespace std
539{
540#pragma GCC visibility push(default)
541 // Internal version of std::is_constant_evaluated().
542 // This can be used without checking if the compiler supports the feature.
543 // The macro _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED can be used to check if
544 // the compiler support is present to make this function work as expected.
545 __attribute__((__always_inline__))
546 _GLIBCXX_CONSTEXPR inline bool
547 __is_constant_evaluated() _GLIBCXX_NOEXCEPT
548 {
549#if __cpp_if_consteval >= 202106L
550# define _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED 1
551 if consteval { return true; } else { return false; }
552#elif __cplusplus >= 201103L && __has_builtin(__builtin_is_constant_evaluated)
553# define _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED 1
554 return __builtin_is_constant_evaluated();
555#else
556 return false;
557#endif
558 }
559#pragma GCC visibility pop
560}
561
562// Debug Mode implies checking assertions.
563#if defined(_GLIBCXX_DEBUG) && !defined(_GLIBCXX_ASSERTIONS)
564# define _GLIBCXX_ASSERTIONS 1
565#endif
566
567// Disable std::string explicit instantiation declarations in order to assert.
568#ifdef _GLIBCXX_ASSERTIONS
569# undef _GLIBCXX_EXTERN_TEMPLATE
570# define _GLIBCXX_EXTERN_TEMPLATE -1
571#endif
572
573#define _GLIBCXX_VERBOSE_ASSERT 1
574
575// Assert.
576#ifdef _GLIBCXX_VERBOSE_ASSERT
577namespace std
578{
579#pragma GCC visibility push(default)
580 // Don't use <cassert> because this should be unaffected by NDEBUG.
581 extern "C++" _GLIBCXX_NORETURN
582 void
583 __glibcxx_assert_fail /* Called when a precondition violation is detected. */
584 (const char* __file, int __line, const char* __function,
585 const char* __condition)
586 _GLIBCXX_NOEXCEPT;
587#pragma GCC visibility pop
588}
589# define _GLIBCXX_ASSERT_FAIL(_Condition) \
590 std::__glibcxx_assert_fail(__FILE__, __LINE__, __PRETTY_FUNCTION__, \
591 #_Condition)
592#else // ! VERBOSE_ASSERT
593# define _GLIBCXX_ASSERT_FAIL(_Condition) __builtin_abort()
594#endif
595
596#if defined(_GLIBCXX_ASSERTIONS)
597// When _GLIBCXX_ASSERTIONS is defined we enable runtime assertion checks.
598// These checks will also be done during constant evaluation.
599# define __glibcxx_assert(cond) \
600 do { \
601 if (__builtin_expect(!bool(cond), false)) \
602 _GLIBCXX_ASSERT_FAIL(cond); \
603 } while (false)
604#elif _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED
605// _GLIBCXX_ASSERTIONS is not defined, so assertions checks are only enabled
606// during constant evaluation. This ensures we diagnose undefined behaviour
607// in constant expressions.
608namespace std
609{
610 __attribute__((__always_inline__,__visibility__("default")))
611 inline void
612 __glibcxx_assert_fail()
613 { }
614}
615# define __glibcxx_assert(cond) \
616 do { \
617 if (std::__is_constant_evaluated() && !bool(cond)) \
618 std::__glibcxx_assert_fail(); \
619 } while (false)
620#else
621// _GLIBCXX_ASSERTIONS is not defined and __is_constant_evaluated() doesn't
622// work so don't check any assertions.
623# define __glibcxx_assert(cond)
624#endif
625
626// Macro indicating that TSAN is in use.
627#if __SANITIZE_THREAD__
628# define _GLIBCXX_TSAN 1
629#elif defined __has_feature
630# if __has_feature(thread_sanitizer)
631# define _GLIBCXX_TSAN 1
632# endif
633#endif
634
635// Macros for race detectors.
636// _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A) and
637// _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A) should be used to explain
638// atomic (lock-free) synchronization to race detectors:
639// the race detector will infer a happens-before arc from the former to the
640// latter when they share the same argument pointer.
641//
642// The most frequent use case for these macros (and the only case in the
643// current implementation of the library) is atomic reference counting:
644// void _M_remove_reference()
645// {
646// _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&this->_M_refcount);
647// if (__gnu_cxx::__exchange_and_add_dispatch(&this->_M_refcount, -1) <= 0)
648// {
649// _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&this->_M_refcount);
650// _M_destroy(__a);
651// }
652// }
653// The annotations in this example tell the race detector that all memory
654// accesses occurred when the refcount was positive do not race with
655// memory accesses which occurred after the refcount became zero.
656#ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE
657# define _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A)
658#endif
659#ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER
660# define _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A)
661#endif
662
663// Macros for C linkage: define extern "C" linkage only when using C++.
664# define _GLIBCXX_BEGIN_EXTERN_C extern "C" {
665# define _GLIBCXX_END_EXTERN_C }
666
667# define _GLIBCXX_USE_ALLOCATOR_NEW 1
668
669#ifdef __SIZEOF_INT128__
670#if ! defined __GLIBCXX_TYPE_INT_N_0 && ! defined __STRICT_ANSI__
671// If __int128 is supported, we expect __GLIBCXX_TYPE_INT_N_0 to be defined
672// unless the compiler is in strict mode. If it's not defined and the strict
673// macro is not defined, something is wrong.
674#warning "__STRICT_ANSI__ seems to have been undefined; this is not supported"
675#endif
676#endif
677
678#else // !__cplusplus
679# define _GLIBCXX_BEGIN_EXTERN_C
680# define _GLIBCXX_END_EXTERN_C
681#endif
682
683
684// First includes.
685
686// Pick up any OS-specific definitions.
687#include <bits/os_defines.h>
688
689// Pick up any CPU-specific definitions.
690#include <bits/cpu_defines.h>
691
692// If platform uses neither visibility nor psuedo-visibility,
693// specify empty default for namespace annotation macros.
694#ifndef _GLIBCXX_PSEUDO_VISIBILITY
695# define _GLIBCXX_PSEUDO_VISIBILITY(V)
696#endif
697
698// Certain function definitions that are meant to be overridable from
699// user code are decorated with this macro. For some targets, this
700// macro causes these definitions to be weak.
701#ifndef _GLIBCXX_WEAK_DEFINITION
702# define _GLIBCXX_WEAK_DEFINITION
703#endif
704
705// By default, we assume that __GXX_WEAK__ also means that there is support
706// for declaring functions as weak while not defining such functions. This
707// allows for referring to functions provided by other libraries (e.g.,
708// libitm) without depending on them if the respective features are not used.
709#ifndef _GLIBCXX_USE_WEAK_REF
710# define _GLIBCXX_USE_WEAK_REF __GXX_WEAK__
711#endif
712
713// Conditionally enable annotations for the Transactional Memory TS on C++11.
714// Most of the following conditions are due to limitations in the current
715// implementation.
716#if __cplusplus >= 201103L && _GLIBCXX_USE_CXX11_ABI \
717 && _GLIBCXX_USE_DUAL_ABI && __cpp_transactional_memory >= 201500L \
718 && !_GLIBCXX_FULLY_DYNAMIC_STRING && _GLIBCXX_USE_WEAK_REF \
719 && _GLIBCXX_USE_ALLOCATOR_NEW
720#define _GLIBCXX_TXN_SAFE transaction_safe
721#define _GLIBCXX_TXN_SAFE_DYN transaction_safe_dynamic
722#else
723#define _GLIBCXX_TXN_SAFE
724#define _GLIBCXX_TXN_SAFE_DYN
725#endif
726
727#if __cplusplus > 201402L
728// In C++17 mathematical special functions are in namespace std.
729# define _GLIBCXX_USE_STD_SPEC_FUNCS 1
730#elif __cplusplus >= 201103L && __STDCPP_WANT_MATH_SPEC_FUNCS__ != 0
731// For C++11 and C++14 they are in namespace std when requested.
732# define _GLIBCXX_USE_STD_SPEC_FUNCS 1
733#endif
734
735// The remainder of the prewritten config is automatic; all the
736// user hooks are listed above.
737
738// Create a boolean flag to be used to determine if --fast-math is set.
739#ifdef __FAST_MATH__
740# define _GLIBCXX_FAST_MATH 1
741#else
742# define _GLIBCXX_FAST_MATH 0
743#endif
744
745// This marks string literals in header files to be extracted for eventual
746// translation. It is primarily used for messages in thrown exceptions; see
747// src/functexcept.cc. We use __N because the more traditional _N is used
748// for something else under certain OSes (see BADNAMES).
749#define __N(msgid) (msgid)
750
751// For example, <windows.h> is known to #define min and max as macros...
752#undef min
753#undef max
754
755// N.B. these _GLIBCXX_USE_C99_XXX macros are defined unconditionally
756// so they should be tested with #if not with #ifdef.
757#if __cplusplus >= 201103L
758# ifndef _GLIBCXX_USE_C99_MATH
759# define _GLIBCXX_USE_C99_MATH _GLIBCXX11_USE_C99_MATH
760# endif
761# ifndef _GLIBCXX_USE_C99_COMPLEX
762# define _GLIBCXX_USE_C99_COMPLEX _GLIBCXX11_USE_C99_COMPLEX
763# endif
764# ifndef _GLIBCXX_USE_C99_STDIO
765# define _GLIBCXX_USE_C99_STDIO _GLIBCXX11_USE_C99_STDIO
766# endif
767# ifndef _GLIBCXX_USE_C99_STDLIB
768# define _GLIBCXX_USE_C99_STDLIB _GLIBCXX11_USE_C99_STDLIB
769# endif
770# ifndef _GLIBCXX_USE_C99_WCHAR
771# define _GLIBCXX_USE_C99_WCHAR _GLIBCXX11_USE_C99_WCHAR
772# endif
773#else
774# ifndef _GLIBCXX_USE_C99_MATH
775# define _GLIBCXX_USE_C99_MATH _GLIBCXX98_USE_C99_MATH
776# endif
777# ifndef _GLIBCXX_USE_C99_COMPLEX
778# define _GLIBCXX_USE_C99_COMPLEX _GLIBCXX98_USE_C99_COMPLEX
779# endif
780# ifndef _GLIBCXX_USE_C99_STDIO
781# define _GLIBCXX_USE_C99_STDIO _GLIBCXX98_USE_C99_STDIO
782# endif
783# ifndef _GLIBCXX_USE_C99_STDLIB
784# define _GLIBCXX_USE_C99_STDLIB _GLIBCXX98_USE_C99_STDLIB
785# endif
786# ifndef _GLIBCXX_USE_C99_WCHAR
787# define _GLIBCXX_USE_C99_WCHAR _GLIBCXX98_USE_C99_WCHAR
788# endif
789#endif
790
791// Unless explicitly specified, enable char8_t extensions only if the core
792// language char8_t feature macro is defined.
793#ifndef _GLIBCXX_USE_CHAR8_T
794# ifdef __cpp_char8_t
795# define _GLIBCXX_USE_CHAR8_T 1
796# endif
797#endif
798#ifdef _GLIBCXX_USE_CHAR8_T
799# define __cpp_lib_char8_t 201907L
800#endif
801
802/* Define if __float128 is supported on this host. */
803#if defined(__FLOAT128__) || defined(__SIZEOF_FLOAT128__)
804/* For powerpc64 don't use __float128 when it's the same type as long double. */
805# if !(defined(_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT) && defined(__LONG_DOUBLE_IEEE128__))
806# define _GLIBCXX_USE_FLOAT128 1
807# endif
808#endif
809
810// Define if float has the IEEE binary32 format.
811#if __FLT_MANT_DIG__ == 24 \
812 && __FLT_MIN_EXP__ == -125 \
813 && __FLT_MAX_EXP__ == 128
814# define _GLIBCXX_FLOAT_IS_IEEE_BINARY32 1
815#endif
816
817// Define if double has the IEEE binary64 format.
818#if __DBL_MANT_DIG__ == 53 \
819 && __DBL_MIN_EXP__ == -1021 \
820 && __DBL_MAX_EXP__ == 1024
821# define _GLIBCXX_DOUBLE_IS_IEEE_BINARY64 1
822#endif
823
824// Define if long double has the IEEE binary128 format.
825#if __LDBL_MANT_DIG__ == 113 \
826 && __LDBL_MIN_EXP__ == -16381 \
827 && __LDBL_MAX_EXP__ == 16384
828# define _GLIBCXX_LDOUBLE_IS_IEEE_BINARY128 1
829#endif
830
831#if defined __cplusplus && defined __BFLT16_DIG__
832namespace __gnu_cxx
833{
834 typedef __decltype(0.0bf16) __bfloat16_t;
835}
836#endif
837
838#ifdef __has_builtin
839# ifdef __is_identifier
840// Intel and older Clang require !__is_identifier for some built-ins:
841# define _GLIBCXX_HAS_BUILTIN(B) __has_builtin(B) || ! __is_identifier(B)
842# else
843# define _GLIBCXX_HAS_BUILTIN(B) __has_builtin(B)
844# endif
845#endif
846
847#if _GLIBCXX_HAS_BUILTIN(__has_unique_object_representations)
848# define _GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP 1
849#endif
850
851#if _GLIBCXX_HAS_BUILTIN(__is_aggregate)
852# define _GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE 1
853#endif
854
855#if _GLIBCXX_HAS_BUILTIN(__builtin_launder)
856# define _GLIBCXX_HAVE_BUILTIN_LAUNDER 1
857#endif
858
859// Returns 1 if _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS is not defined and the
860// compiler has a corresponding built-in type trait, 0 otherwise.
861// _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS can be defined to disable the use of
862// built-in traits.
863#ifndef _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS
864# define _GLIBCXX_USE_BUILTIN_TRAIT(BT) _GLIBCXX_HAS_BUILTIN(BT)
865#else
866# define _GLIBCXX_USE_BUILTIN_TRAIT(BT) 0
867#endif
868
869// Mark code that should be ignored by the compiler, but seen by Doxygen.
870#define _GLIBCXX_DOXYGEN_ONLY(X)
871
872// PSTL configuration
873
874#if __cplusplus >= 201703L
875// This header is not installed for freestanding:
876#if __has_include(<pstl/pstl_config.h>)
877// Preserved here so we have some idea which version of upstream we've pulled in
878// #define PSTL_VERSION 9000
879
880// For now this defaults to being based on the presence of Thread Building Blocks
881# ifndef _GLIBCXX_USE_TBB_PAR_BACKEND
882# define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
883# endif
884// This section will need some rework when a new (default) backend type is added
885# if _GLIBCXX_USE_TBB_PAR_BACKEND
886# define _PSTL_PAR_BACKEND_TBB
887# else
888# define _PSTL_PAR_BACKEND_SERIAL
889# endif
890
891# define _PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition)
892# define _PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition)
893
894#include <pstl/pstl_config.h>
895#endif // __has_include
896#endif // C++17
897
898// End of prewritten config; the settings discovered at configure time follow.
899/* config.h. Generated from config.h.in by configure. */
900/* config.h.in. Generated from configure.ac by autoheader. */
901
902/* Define to 1 if you have the `acosf' function. */
903#define _GLIBCXX_HAVE_ACOSF 1
904
905/* Define to 1 if you have the `acosl' function. */
906#define _GLIBCXX_HAVE_ACOSL 1
907
908/* Define to 1 if you have the `aligned_alloc' function. */
909#define _GLIBCXX_HAVE_ALIGNED_ALLOC 1
910
911/* Define if arc4random is available in <stdlib.h>. */
912#define _GLIBCXX_HAVE_ARC4RANDOM 1
913
914/* Define to 1 if you have the <arpa/inet.h> header file. */
915#define _GLIBCXX_HAVE_ARPA_INET_H 1
916
917/* Define to 1 if you have the `asinf' function. */
918#define _GLIBCXX_HAVE_ASINF 1
919
920/* Define to 1 if you have the `asinl' function. */
921#define _GLIBCXX_HAVE_ASINL 1
922
923/* Define to 1 if the target assembler supports .symver directive. */
924#define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1
925
926/* Define to 1 if you have the `atan2f' function. */
927#define _GLIBCXX_HAVE_ATAN2F 1
928
929/* Define to 1 if you have the `atan2l' function. */
930#define _GLIBCXX_HAVE_ATAN2L 1
931
932/* Define to 1 if you have the `atanf' function. */
933#define _GLIBCXX_HAVE_ATANF 1
934
935/* Define to 1 if you have the `atanl' function. */
936#define _GLIBCXX_HAVE_ATANL 1
937
938/* Defined if shared_ptr reference counting should use atomic operations. */
939#define _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY 1
940
941/* Define to 1 if you have the `at_quick_exit' function. */
942#define _GLIBCXX_HAVE_AT_QUICK_EXIT 1
943
944/* Define if C99 float_t and double_t in <math.h> should be imported in
945 <cmath> in namespace std for C++11. */
946#define _GLIBCXX_HAVE_C99_FLT_EVAL_TYPES 1
947
948/* Define to 1 if the target assembler supports thread-local storage. */
949/* #undef _GLIBCXX_HAVE_CC_TLS */
950
951/* Define to 1 if you have the `ceilf' function. */
952#define _GLIBCXX_HAVE_CEILF 1
953
954/* Define to 1 if you have the `ceill' function. */
955#define _GLIBCXX_HAVE_CEILL 1
956
957/* Define to 1 if you have the <complex.h> header file. */
958#define _GLIBCXX_HAVE_COMPLEX_H 1
959
960/* Define to 1 if you have the `cosf' function. */
961#define _GLIBCXX_HAVE_COSF 1
962
963/* Define to 1 if you have the `coshf' function. */
964#define _GLIBCXX_HAVE_COSHF 1
965
966/* Define to 1 if you have the `coshl' function. */
967#define _GLIBCXX_HAVE_COSHL 1
968
969/* Define to 1 if you have the `cosl' function. */
970#define _GLIBCXX_HAVE_COSL 1
971
972/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
973 don't. */
974#define _GLIBCXX_HAVE_DECL_STRNLEN 1
975
976/* Define to 1 if you have the <dirent.h> header file. */
977#define _GLIBCXX_HAVE_DIRENT_H 1
978
979/* Define if dirfd is available in <dirent.h>. */
980#define _GLIBCXX_HAVE_DIRFD 1
981
982/* Define to 1 if you have the <dlfcn.h> header file. */
983#define _GLIBCXX_HAVE_DLFCN_H 1
984
985/* Define to 1 if you have the <endian.h> header file. */
986#define _GLIBCXX_HAVE_ENDIAN_H 1
987
988/* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
989#define _GLIBCXX_HAVE_EXCEPTION_PTR_SINCE_GCC46 1
990
991/* Define to 1 if you have the <execinfo.h> header file. */
992#define _GLIBCXX_HAVE_EXECINFO_H 1
993
994/* Define to 1 if you have the `expf' function. */
995#define _GLIBCXX_HAVE_EXPF 1
996
997/* Define to 1 if you have the `expl' function. */
998#define _GLIBCXX_HAVE_EXPL 1
999
1000/* Define to 1 if you have the `fabsf' function. */
1001#define _GLIBCXX_HAVE_FABSF 1
1002
1003/* Define to 1 if you have the `fabsl' function. */
1004#define _GLIBCXX_HAVE_FABSL 1
1005
1006/* Define to 1 if you have the <fcntl.h> header file. */
1007#define _GLIBCXX_HAVE_FCNTL_H 1
1008
1009/* Define if fdopendir is available in <dirent.h>. */
1010#define _GLIBCXX_HAVE_FDOPENDIR 1
1011
1012/* Define to 1 if you have the <fenv.h> header file. */
1013#define _GLIBCXX_HAVE_FENV_H 1
1014
1015/* Define to 1 if you have the `finite' function. */
1016#define _GLIBCXX_HAVE_FINITE 1
1017
1018/* Define to 1 if you have the `finitef' function. */
1019#define _GLIBCXX_HAVE_FINITEF 1
1020
1021/* Define to 1 if you have the `finitel' function. */
1022#define _GLIBCXX_HAVE_FINITEL 1
1023
1024/* Define to 1 if you have the <float.h> header file. */
1025#define _GLIBCXX_HAVE_FLOAT_H 1
1026
1027/* Define to 1 if you have the `floorf' function. */
1028#define _GLIBCXX_HAVE_FLOORF 1
1029
1030/* Define to 1 if you have the `floorl' function. */
1031#define _GLIBCXX_HAVE_FLOORL 1
1032
1033/* Define to 1 if you have the `fmodf' function. */
1034#define _GLIBCXX_HAVE_FMODF 1
1035
1036/* Define to 1 if you have the `fmodl' function. */
1037#define _GLIBCXX_HAVE_FMODL 1
1038
1039/* Define to 1 if you have the `fpclass' function. */
1040/* #undef _GLIBCXX_HAVE_FPCLASS */
1041
1042/* Define to 1 if you have the <fp.h> header file. */
1043/* #undef _GLIBCXX_HAVE_FP_H */
1044
1045/* Define to 1 if you have the `frexpf' function. */
1046#define _GLIBCXX_HAVE_FREXPF 1
1047
1048/* Define to 1 if you have the `frexpl' function. */
1049#define _GLIBCXX_HAVE_FREXPL 1
1050
1051/* Define if getentropy is available in <unistd.h>. */
1052#define _GLIBCXX_HAVE_GETENTROPY 1
1053
1054/* Define if _Unwind_GetIPInfo is available. */
1055#define _GLIBCXX_HAVE_GETIPINFO 1
1056
1057/* Define if gets is available in <stdio.h> before C++14. */
1058#define _GLIBCXX_HAVE_GETS 1
1059
1060/* Define to 1 if you have the `hypot' function. */
1061#define _GLIBCXX_HAVE_HYPOT 1
1062
1063/* Define to 1 if you have the `hypotf' function. */
1064#define _GLIBCXX_HAVE_HYPOTF 1
1065
1066/* Define to 1 if you have the `hypotl' function. */
1067#define _GLIBCXX_HAVE_HYPOTL 1
1068
1069/* Define if you have the iconv() function and it works. */
1070/* #undef _GLIBCXX_HAVE_ICONV */
1071
1072/* Define to 1 if you have the <ieeefp.h> header file. */
1073/* #undef _GLIBCXX_HAVE_IEEEFP_H */
1074
1075/* Define to 1 if you have the <inttypes.h> header file. */
1076#define _GLIBCXX_HAVE_INTTYPES_H 1
1077
1078/* Define to 1 if you have the `isinf' function. */
1079/* #undef _GLIBCXX_HAVE_ISINF */
1080
1081/* Define to 1 if you have the `isinff' function. */
1082#define _GLIBCXX_HAVE_ISINFF 1
1083
1084/* Define to 1 if you have the `isinfl' function. */
1085#define _GLIBCXX_HAVE_ISINFL 1
1086
1087/* Define to 1 if you have the `isnan' function. */
1088/* #undef _GLIBCXX_HAVE_ISNAN */
1089
1090/* Define to 1 if you have the `isnanf' function. */
1091#define _GLIBCXX_HAVE_ISNANF 1
1092
1093/* Define to 1 if you have the `isnanl' function. */
1094#define _GLIBCXX_HAVE_ISNANL 1
1095
1096/* Defined if iswblank exists. */
1097#define _GLIBCXX_HAVE_ISWBLANK 1
1098
1099/* Define if LC_MESSAGES is available in <locale.h>. */
1100#define _GLIBCXX_HAVE_LC_MESSAGES 1
1101
1102/* Define to 1 if you have the `ldexpf' function. */
1103#define _GLIBCXX_HAVE_LDEXPF 1
1104
1105/* Define to 1 if you have the `ldexpl' function. */
1106#define _GLIBCXX_HAVE_LDEXPL 1
1107
1108/* Define to 1 if you have the <libintl.h> header file. */
1109#define _GLIBCXX_HAVE_LIBINTL_H 1
1110
1111/* Only used in build directory testsuite_hooks.h. */
1112#define _GLIBCXX_HAVE_LIMIT_AS 1
1113
1114/* Only used in build directory testsuite_hooks.h. */
1115#define _GLIBCXX_HAVE_LIMIT_DATA 1
1116
1117/* Only used in build directory testsuite_hooks.h. */
1118#define _GLIBCXX_HAVE_LIMIT_FSIZE 1
1119
1120/* Only used in build directory testsuite_hooks.h. */
1121#define _GLIBCXX_HAVE_LIMIT_RSS 1
1122
1123/* Only used in build directory testsuite_hooks.h. */
1124#define _GLIBCXX_HAVE_LIMIT_VMEM 0
1125
1126/* Define if link is available in <unistd.h>. */
1127#define _GLIBCXX_HAVE_LINK 1
1128
1129/* Define to 1 if you have the <link.h> header file. */
1130#define _GLIBCXX_HAVE_LINK_H 1
1131
1132/* Define if futex syscall is available. */
1133#define _GLIBCXX_HAVE_LINUX_FUTEX 1
1134
1135/* Define to 1 if you have the <linux/random.h> header file. */
1136#define _GLIBCXX_HAVE_LINUX_RANDOM_H 1
1137
1138/* Define to 1 if you have the <linux/types.h> header file. */
1139#define _GLIBCXX_HAVE_LINUX_TYPES_H 1
1140
1141/* Define to 1 if you have the <locale.h> header file. */
1142#define _GLIBCXX_HAVE_LOCALE_H 1
1143
1144/* Define to 1 if you have the `log10f' function. */
1145#define _GLIBCXX_HAVE_LOG10F 1
1146
1147/* Define to 1 if you have the `log10l' function. */
1148#define _GLIBCXX_HAVE_LOG10L 1
1149
1150/* Define to 1 if you have the `logf' function. */
1151#define _GLIBCXX_HAVE_LOGF 1
1152
1153/* Define to 1 if you have the `logl' function. */
1154#define _GLIBCXX_HAVE_LOGL 1
1155
1156/* Define if lseek is available in <unistd.h>. */
1157#define _GLIBCXX_HAVE_LSEEK 1
1158
1159/* Define to 1 if you have the <machine/endian.h> header file. */
1160/* #undef _GLIBCXX_HAVE_MACHINE_ENDIAN_H */
1161
1162/* Define to 1 if you have the <machine/param.h> header file. */
1163/* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */
1164
1165/* Define if mbstate_t exists in wchar.h. */
1166#define _GLIBCXX_HAVE_MBSTATE_T 1
1167
1168/* Define to 1 if you have the `memalign' function. */
1169#define _GLIBCXX_HAVE_MEMALIGN 1
1170
1171/* Define to 1 if you have the <memory.h> header file. */
1172#define _GLIBCXX_HAVE_MEMORY_H 1
1173
1174/* Define to 1 if you have the `modf' function. */
1175#define _GLIBCXX_HAVE_MODF 1
1176
1177/* Define to 1 if you have the `modff' function. */
1178#define _GLIBCXX_HAVE_MODFF 1
1179
1180/* Define to 1 if you have the `modfl' function. */
1181#define _GLIBCXX_HAVE_MODFL 1
1182
1183/* Define to 1 if you have the <nan.h> header file. */
1184/* #undef _GLIBCXX_HAVE_NAN_H */
1185
1186/* Define to 1 if you have the <netdb.h> header file. */
1187#define _GLIBCXX_HAVE_NETDB_H 1
1188
1189/* Define to 1 if you have the <netinet/in.h> header file. */
1190#define _GLIBCXX_HAVE_NETINET_IN_H 1
1191
1192/* Define to 1 if you have the <netinet/tcp.h> header file. */
1193#define _GLIBCXX_HAVE_NETINET_TCP_H 1
1194
1195/* Define if <math.h> defines obsolete isinf function. */
1196/* #undef _GLIBCXX_HAVE_OBSOLETE_ISINF */
1197
1198/* Define if <math.h> defines obsolete isnan function. */
1199/* #undef _GLIBCXX_HAVE_OBSOLETE_ISNAN */
1200
1201/* Define if openat is available in <fcntl.h>. */
1202#define _GLIBCXX_HAVE_OPENAT 1
1203
1204/* Define if O_NONBLOCK is defined in <fcntl.h> */
1205#define _GLIBCXX_HAVE_O_NONBLOCK 1
1206
1207/* Define if poll is available in <poll.h>. */
1208#define _GLIBCXX_HAVE_POLL 1
1209
1210/* Define to 1 if you have the <poll.h> header file. */
1211#define _GLIBCXX_HAVE_POLL_H 1
1212
1213/* Define to 1 if you have the `posix_memalign' function. */
1214#define _GLIBCXX_HAVE_POSIX_MEMALIGN 1
1215
1216/* Define to 1 if POSIX Semaphores with sem_timedwait are available in
1217 <semaphore.h>. */
1218#define _GLIBCXX_HAVE_POSIX_SEMAPHORE 1
1219
1220/* Define to 1 if you have the `powf' function. */
1221#define _GLIBCXX_HAVE_POWF 1
1222
1223/* Define to 1 if you have the `powl' function. */
1224#define _GLIBCXX_HAVE_POWL 1
1225
1226/* Define to 1 if you have the `qfpclass' function. */
1227/* #undef _GLIBCXX_HAVE_QFPCLASS */
1228
1229/* Define to 1 if you have the `quick_exit' function. */
1230#define _GLIBCXX_HAVE_QUICK_EXIT 1
1231
1232/* Define if readlink is available in <unistd.h>. */
1233#define _GLIBCXX_HAVE_READLINK 1
1234
1235/* Define to 1 if you have the `secure_getenv' function. */
1236#define _GLIBCXX_HAVE_SECURE_GETENV 1
1237
1238/* Define to 1 if you have the `setenv' function. */
1239#define _GLIBCXX_HAVE_SETENV 1
1240
1241/* Define to 1 if you have the `sincos' function. */
1242#define _GLIBCXX_HAVE_SINCOS 1
1243
1244/* Define to 1 if you have the `sincosf' function. */
1245#define _GLIBCXX_HAVE_SINCOSF 1
1246
1247/* Define to 1 if you have the `sincosl' function. */
1248#define _GLIBCXX_HAVE_SINCOSL 1
1249
1250/* Define to 1 if you have the `sinf' function. */
1251#define _GLIBCXX_HAVE_SINF 1
1252
1253/* Define to 1 if you have the `sinhf' function. */
1254#define _GLIBCXX_HAVE_SINHF 1
1255
1256/* Define to 1 if you have the `sinhl' function. */
1257#define _GLIBCXX_HAVE_SINHL 1
1258
1259/* Define to 1 if you have the `sinl' function. */
1260#define _GLIBCXX_HAVE_SINL 1
1261
1262/* Defined if sleep exists. */
1263/* #undef _GLIBCXX_HAVE_SLEEP */
1264
1265/* Define to 1 if you have the `sockatmark' function. */
1266#define _GLIBCXX_HAVE_SOCKATMARK 1
1267
1268/* Define to 1 if you have the `sqrtf' function. */
1269#define _GLIBCXX_HAVE_SQRTF 1
1270
1271/* Define to 1 if you have the `sqrtl' function. */
1272#define _GLIBCXX_HAVE_SQRTL 1
1273
1274/* Define if the <stacktrace> header is supported. */
1275#define _GLIBCXX_HAVE_STACKTRACE 1
1276
1277/* Define to 1 if you have the <stdalign.h> header file. */
1278#define _GLIBCXX_HAVE_STDALIGN_H 1
1279
1280/* Define to 1 if you have the <stdbool.h> header file. */
1281#define _GLIBCXX_HAVE_STDBOOL_H 1
1282
1283/* Define to 1 if you have the <stdint.h> header file. */
1284#define _GLIBCXX_HAVE_STDINT_H 1
1285
1286/* Define to 1 if you have the <stdlib.h> header file. */
1287#define _GLIBCXX_HAVE_STDLIB_H 1
1288
1289/* Define if strerror_l is available in <string.h>. */
1290#define _GLIBCXX_HAVE_STRERROR_L 1
1291
1292/* Define if strerror_r is available in <string.h>. */
1293#define _GLIBCXX_HAVE_STRERROR_R 1
1294
1295/* Define to 1 if you have the <strings.h> header file. */
1296#define _GLIBCXX_HAVE_STRINGS_H 1
1297
1298/* Define to 1 if you have the <string.h> header file. */
1299#define _GLIBCXX_HAVE_STRING_H 1
1300
1301/* Define to 1 if you have the `strtof' function. */
1302#define _GLIBCXX_HAVE_STRTOF 1
1303
1304/* Define to 1 if you have the `strtold' function. */
1305#define _GLIBCXX_HAVE_STRTOLD 1
1306
1307/* Define to 1 if `d_type' is a member of `struct dirent'. */
1308#define _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE 1
1309
1310/* Define if strxfrm_l is available in <string.h>. */
1311#define _GLIBCXX_HAVE_STRXFRM_L 1
1312
1313/* Define if symlink is available in <unistd.h>. */
1314#define _GLIBCXX_HAVE_SYMLINK 1
1315
1316/* Define to 1 if the target runtime linker supports binding the same symbol
1317 to different versions. */
1318#define _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
1319
1320/* Define to 1 if you have the <sys/filio.h> header file. */
1321/* #undef _GLIBCXX_HAVE_SYS_FILIO_H */
1322
1323/* Define to 1 if you have the <sys/ioctl.h> header file. */
1324#define _GLIBCXX_HAVE_SYS_IOCTL_H 1
1325
1326/* Define to 1 if you have the <sys/ipc.h> header file. */
1327#define _GLIBCXX_HAVE_SYS_IPC_H 1
1328
1329/* Define to 1 if you have the <sys/isa_defs.h> header file. */
1330/* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
1331
1332/* Define to 1 if you have the <sys/machine.h> header file. */
1333/* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
1334
1335/* Define to 1 if you have the <sys/mman.h> header file. */
1336#define _GLIBCXX_HAVE_SYS_MMAN_H 1
1337
1338/* Define to 1 if you have the <sys/param.h> header file. */
1339#define _GLIBCXX_HAVE_SYS_PARAM_H 1
1340
1341/* Define to 1 if you have the <sys/resource.h> header file. */
1342#define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
1343
1344/* Define to 1 if you have a suitable <sys/sdt.h> header file */
1345#define _GLIBCXX_HAVE_SYS_SDT_H 1
1346
1347/* Define to 1 if you have the <sys/sem.h> header file. */
1348#define _GLIBCXX_HAVE_SYS_SEM_H 1
1349
1350/* Define to 1 if you have the <sys/socket.h> header file. */
1351#define _GLIBCXX_HAVE_SYS_SOCKET_H 1
1352
1353/* Define to 1 if you have the <sys/statvfs.h> header file. */
1354#define _GLIBCXX_HAVE_SYS_STATVFS_H 1
1355
1356/* Define to 1 if you have the <sys/stat.h> header file. */
1357#define _GLIBCXX_HAVE_SYS_STAT_H 1
1358
1359/* Define to 1 if you have the <sys/sysinfo.h> header file. */
1360#define _GLIBCXX_HAVE_SYS_SYSINFO_H 1
1361
1362/* Define to 1 if you have the <sys/time.h> header file. */
1363#define _GLIBCXX_HAVE_SYS_TIME_H 1
1364
1365/* Define to 1 if you have the <sys/types.h> header file. */
1366#define _GLIBCXX_HAVE_SYS_TYPES_H 1
1367
1368/* Define to 1 if you have the <sys/uio.h> header file. */
1369#define _GLIBCXX_HAVE_SYS_UIO_H 1
1370
1371/* Define if S_IFREG is available in <sys/stat.h>. */
1372/* #undef _GLIBCXX_HAVE_S_IFREG */
1373
1374/* Define if S_ISREG is available in <sys/stat.h>. */
1375#define _GLIBCXX_HAVE_S_ISREG 1
1376
1377/* Define to 1 if you have the `tanf' function. */
1378#define _GLIBCXX_HAVE_TANF 1
1379
1380/* Define to 1 if you have the `tanhf' function. */
1381#define _GLIBCXX_HAVE_TANHF 1
1382
1383/* Define to 1 if you have the `tanhl' function. */
1384#define _GLIBCXX_HAVE_TANHL 1
1385
1386/* Define to 1 if you have the `tanl' function. */
1387#define _GLIBCXX_HAVE_TANL 1
1388
1389/* Define to 1 if you have the <tgmath.h> header file. */
1390#define _GLIBCXX_HAVE_TGMATH_H 1
1391
1392/* Define to 1 if you have the `timespec_get' function. */
1393#define _GLIBCXX_HAVE_TIMESPEC_GET 1
1394
1395/* Define to 1 if the target supports thread-local storage. */
1396#define _GLIBCXX_HAVE_TLS 1
1397
1398/* Define if truncate is available in <unistd.h>. */
1399#define _GLIBCXX_HAVE_TRUNCATE 1
1400
1401/* Define to 1 if you have the <uchar.h> header file. */
1402#define _GLIBCXX_HAVE_UCHAR_H 1
1403
1404/* Define to 1 if you have the <unistd.h> header file. */
1405#define _GLIBCXX_HAVE_UNISTD_H 1
1406
1407/* Define if unlinkat is available in <fcntl.h>. */
1408#define _GLIBCXX_HAVE_UNLINKAT 1
1409
1410/* Define to 1 if you have the `uselocale' function. */
1411#define _GLIBCXX_HAVE_USELOCALE 1
1412
1413/* Defined if usleep exists. */
1414/* #undef _GLIBCXX_HAVE_USLEEP */
1415
1416/* Define to 1 if you have the <utime.h> header file. */
1417#define _GLIBCXX_HAVE_UTIME_H 1
1418
1419/* Defined if vfwscanf exists. */
1420#define _GLIBCXX_HAVE_VFWSCANF 1
1421
1422/* Defined if vswscanf exists. */
1423#define _GLIBCXX_HAVE_VSWSCANF 1
1424
1425/* Defined if vwscanf exists. */
1426#define _GLIBCXX_HAVE_VWSCANF 1
1427
1428/* Define to 1 if you have the <wchar.h> header file. */
1429#define _GLIBCXX_HAVE_WCHAR_H 1
1430
1431/* Defined if wcstof exists. */
1432#define _GLIBCXX_HAVE_WCSTOF 1
1433
1434/* Define to 1 if you have the <wctype.h> header file. */
1435#define _GLIBCXX_HAVE_WCTYPE_H 1
1436
1437/* Define to 1 if you have the <windows.h> header file. */
1438/* #undef _GLIBCXX_HAVE_WINDOWS_H */
1439
1440/* Define if writev is available in <sys/uio.h>. */
1441#define _GLIBCXX_HAVE_WRITEV 1
1442
1443/* Define to 1 if you have the <xlocale.h> header file. */
1444/* #undef _GLIBCXX_HAVE_XLOCALE_H */
1445
1446/* Define to 1 if you have the `_aligned_malloc' function. */
1447/* #undef _GLIBCXX_HAVE__ALIGNED_MALLOC */
1448
1449/* Define to 1 if you have the `_wfopen' function. */
1450/* #undef _GLIBCXX_HAVE__WFOPEN */
1451
1452/* Define to 1 if you have the `__cxa_thread_atexit' function. */
1453/* #undef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT */
1454
1455/* Define to 1 if you have the `__cxa_thread_atexit_impl' function. */
1456#define _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL 1
1457
1458/* Define as const if the declaration of iconv() needs const. */
1459#define _GLIBCXX_ICONV_CONST
1460
1461/* Define to the sub-directory in which libtool stores uninstalled libraries.
1462 */
1463#define _GLIBCXX_LT_OBJDIR ".libs/"
1464
1465/* Name of package */
1466/* #undef _GLIBCXX_PACKAGE */
1467
1468/* Define to the address where bug reports for this package should be sent. */
1469#define _GLIBCXX_PACKAGE_BUGREPORT ""
1470
1471/* Define to the full name of this package. */
1472#define _GLIBCXX_PACKAGE_NAME "package-unused"
1473
1474/* Define to the full name and version of this package. */
1475#define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
1476
1477/* Define to the one symbol short name of this package. */
1478#define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
1479
1480/* Define to the home page for this package. */
1481#define _GLIBCXX_PACKAGE_URL ""
1482
1483/* Define to the version of this package. */
1484#define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
1485
1486/* Define to 1 if you have the ANSI C header files. */
1487#define _GLIBCXX_STDC_HEADERS 1
1488
1489/* Version number of package */
1490/* #undef _GLIBCXX_VERSION */
1491
1492/* Enable large inode numbers on Mac OS X 10.5. */
1493#ifndef _GLIBCXX_DARWIN_USE_64_BIT_INODE
1494# define _GLIBCXX_DARWIN_USE_64_BIT_INODE 1
1495#endif
1496
1497/* Number of bits in a file offset, on hosts where this is settable. */
1498#define _GLIBCXX_FILE_OFFSET_BITS 64
1499
1500/* Define if C99 functions in <complex.h> should be used in <complex> for
1501 C++11. Using compiler builtins for these functions requires corresponding
1502 C99 library functions to be present. */
1503#define _GLIBCXX11_USE_C99_COMPLEX 1
1504
1505/* Define if C99 generic macros in <math.h> should be imported in <cmath> in
1506 namespace std for C++11. */
1507#define _GLIBCXX11_USE_C99_MATH 1
1508
1509/* Define if C99 functions or macros in <stdio.h> should be imported in
1510 <cstdio> in namespace std for C++11. */
1511#define _GLIBCXX11_USE_C99_STDIO 1
1512
1513/* Define if C99 functions or macros in <stdlib.h> should be imported in
1514 <cstdlib> in namespace std for C++11. */
1515#define _GLIBCXX11_USE_C99_STDLIB 1
1516
1517/* Define if C99 functions or macros in <wchar.h> should be imported in
1518 <cwchar> in namespace std for C++11. */
1519#define _GLIBCXX11_USE_C99_WCHAR 1
1520
1521/* Define if C99 functions in <complex.h> should be used in <complex> for
1522 C++98. Using compiler builtins for these functions requires corresponding
1523 C99 library functions to be present. */
1524#define _GLIBCXX98_USE_C99_COMPLEX 1
1525
1526/* Define if C99 functions or macros in <math.h> should be imported in <cmath>
1527 in namespace std for C++98. */
1528#define _GLIBCXX98_USE_C99_MATH 1
1529
1530/* Define if C99 functions or macros in <stdio.h> should be imported in
1531 <cstdio> in namespace std for C++98. */
1532#define _GLIBCXX98_USE_C99_STDIO 1
1533
1534/* Define if C99 functions or macros in <stdlib.h> should be imported in
1535 <cstdlib> in namespace std for C++98. */
1536#define _GLIBCXX98_USE_C99_STDLIB 1
1537
1538/* Define if C99 functions or macros in <wchar.h> should be imported in
1539 <cwchar> in namespace std for C++98. */
1540#define _GLIBCXX98_USE_C99_WCHAR 1
1541
1542/* Define if the compiler supports C++11 atomics. */
1543#define _GLIBCXX_ATOMIC_BUILTINS 1
1544
1545/* Define if global objects can be aligned to
1546 std::hardware_destructive_interference_size. */
1547#define _GLIBCXX_CAN_ALIGNAS_DESTRUCTIVE_SIZE 1
1548
1549/* Define to use concept checking code from the boost libraries. */
1550/* #undef _GLIBCXX_CONCEPT_CHECKS */
1551
1552/* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
1553 undefined for platform defaults */
1554#define _GLIBCXX_FULLY_DYNAMIC_STRING 0
1555
1556/* Define if gthreads library is available. */
1557#define _GLIBCXX_HAS_GTHREADS 1
1558
1559/* Define to 1 if a full hosted library is built, or 0 if freestanding. */
1560#define _GLIBCXX_HOSTED __STDC_HOSTED__
1561
1562/* Define if compatibility should be provided for alternative 128-bit long
1563 double formats. */
1564
1565/* Define if compatibility should be provided for -mlong-double-64. */
1566
1567/* Define to the letter to which size_t is mangled. */
1568#define _GLIBCXX_MANGLE_SIZE_T j
1569
1570/* Define if C99 llrint and llround functions are missing from <math.h>. */
1571/* #undef _GLIBCXX_NO_C99_ROUNDING_FUNCS */
1572
1573/* Defined if no way to sleep is available. */
1574/* #undef _GLIBCXX_NO_SLEEP */
1575
1576/* Define if ptrdiff_t is int. */
1577#define _GLIBCXX_PTRDIFF_T_IS_INT 1
1578
1579/* Define if using setrlimit to set resource limits during "make check" */
1580#define _GLIBCXX_RES_LIMITS 1
1581
1582/* Define if size_t is unsigned int. */
1583#define _GLIBCXX_SIZE_T_IS_UINT 1
1584
1585/* Define if static tzdata should be compiled into the library. */
1586/* #undef _GLIBCXX_STATIC_TZDATA */
1587
1588/* Define to the value of the EOF integer constant. */
1589#define _GLIBCXX_STDIO_EOF -1
1590
1591/* Define to the value of the SEEK_CUR integer constant. */
1592#define _GLIBCXX_STDIO_SEEK_CUR 1
1593
1594/* Define to the value of the SEEK_END integer constant. */
1595#define _GLIBCXX_STDIO_SEEK_END 2
1596
1597/* Define to use symbol versioning in the shared library. */
1598#define _GLIBCXX_SYMVER 1
1599
1600/* Define to use darwin versioning in the shared library. */
1601/* #undef _GLIBCXX_SYMVER_DARWIN */
1602
1603/* Define to use GNU versioning in the shared library. */
1604#define _GLIBCXX_SYMVER_GNU 1
1605
1606/* Define to use GNU namespace versioning in the shared library. */
1607/* #undef _GLIBCXX_SYMVER_GNU_NAMESPACE */
1608
1609/* Define to use Sun versioning in the shared library. */
1610/* #undef _GLIBCXX_SYMVER_SUN */
1611
1612/* Define if C11 functions in <uchar.h> should be imported into namespace std
1613 in <cuchar>. */
1614#define _GLIBCXX_USE_C11_UCHAR_CXX11 1
1615
1616/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
1617 <stdio.h>, and <stdlib.h> can be used or exposed. */
1618#define _GLIBCXX_USE_C99 1
1619
1620/* Define if C99 inverse trig functions in <complex.h> should be used in
1621 <complex>. Using compiler builtins for these functions requires
1622 corresponding C99 library functions to be present. */
1623#define _GLIBCXX_USE_C99_COMPLEX_ARC 1
1624
1625/* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
1626 Using compiler builtins for these functions requires corresponding C99
1627 library functions to be present. */
1628#define _GLIBCXX_USE_C99_COMPLEX_TR1 1
1629
1630/* Define if C99 functions in <ctype.h> should be imported in <cctype> in
1631 namespace std for C++11. */
1632#define _GLIBCXX_USE_C99_CTYPE 1
1633
1634/* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
1635 namespace std::tr1. */
1636#define _GLIBCXX_USE_C99_CTYPE_TR1 1
1637
1638/* Define if C99 functions in <fenv.h> should be imported in <cfenv> in
1639 namespace std for C++11. */
1640#define _GLIBCXX_USE_C99_FENV 1
1641
1642/* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
1643 namespace std::tr1. */
1644#define _GLIBCXX_USE_C99_FENV_TR1 1
1645
1646/* Define if C99 functions in <inttypes.h> should be imported in <cinttypes>
1647 in namespace std in C++11. */
1648#define _GLIBCXX_USE_C99_INTTYPES 1
1649
1650/* Define if C99 functions in <inttypes.h> should be imported in
1651 <tr1/cinttypes> in namespace std::tr1. */
1652#define _GLIBCXX_USE_C99_INTTYPES_TR1 1
1653
1654/* Define if wchar_t C99 functions in <inttypes.h> should be imported in
1655 <cinttypes> in namespace std in C++11. */
1656#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T 1
1657
1658/* Define if wchar_t C99 functions in <inttypes.h> should be imported in
1659 <tr1/cinttypes> in namespace std::tr1. */
1660#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1
1661
1662/* Define if C99 functions in <math.h> should be imported in <cmath> in
1663 namespace std for C++11. */
1664#define _GLIBCXX_USE_C99_MATH_FUNCS 1
1665
1666/* Define if C99 functions or macros in <math.h> should be imported in
1667 <tr1/cmath> in namespace std::tr1. */
1668#define _GLIBCXX_USE_C99_MATH_TR1 1
1669
1670/* Define if C99 types in <stdint.h> should be imported in <cstdint> in
1671 namespace std for C++11. */
1672#define _GLIBCXX_USE_C99_STDINT 1
1673
1674/* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
1675 namespace std::tr1. */
1676#define _GLIBCXX_USE_C99_STDINT_TR1 1
1677
1678/* Define if usable chdir is available in <unistd.h>. */
1679#define _GLIBCXX_USE_CHDIR 1
1680
1681/* Define if usable chmod is available in <sys/stat.h>. */
1682#define _GLIBCXX_USE_CHMOD 1
1683
1684/* Defined if clock_gettime syscall has monotonic and realtime clock support.
1685 */
1686/* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */
1687
1688/* Defined if clock_gettime has monotonic clock support. */
1689#define _GLIBCXX_USE_CLOCK_MONOTONIC 1
1690
1691/* Defined if clock_gettime has realtime clock support. */
1692#define _GLIBCXX_USE_CLOCK_REALTIME 1
1693
1694/* Define if copy_file_range is available in <unistd.h>. */
1695/* #undef _GLIBCXX_USE_COPY_FILE_RANGE */
1696
1697/* Define if ISO/IEC TR 24733 decimal floating point types are supported on
1698 this host. */
1699#define _GLIBCXX_USE_DECIMAL_FLOAT 1
1700
1701/* Define if /dev/random and /dev/urandom are available for
1702 std::random_device. */
1703#define _GLIBCXX_USE_DEV_RANDOM 1
1704
1705/* Define if fchmod is available in <sys/stat.h>. */
1706#define _GLIBCXX_USE_FCHMOD 1
1707
1708/* Define if fchmodat is available in <sys/stat.h>. */
1709#define _GLIBCXX_USE_FCHMODAT 1
1710
1711/* Define if fseeko and ftello are available. */
1712#define _GLIBCXX_USE_FSEEKO_FTELLO 1
1713
1714/* Define if usable getcwd is available in <unistd.h>. */
1715#define _GLIBCXX_USE_GETCWD 1
1716
1717/* Defined if gettimeofday is available. */
1718#define _GLIBCXX_USE_GETTIMEOFDAY 1
1719
1720/* Define if get_nprocs is available in <sys/sysinfo.h>. */
1721#define _GLIBCXX_USE_GET_NPROCS 1
1722
1723/* Define if init_priority should be used for iostream initialization. */
1724#define _GLIBCXX_USE_INIT_PRIORITY_ATTRIBUTE 1
1725
1726/* Define if LFS support is available. */
1727#define _GLIBCXX_USE_LFS 1
1728
1729/* Define if code specialized for long long should be used. */
1730#define _GLIBCXX_USE_LONG_LONG 1
1731
1732/* Define if lstat is available in <sys/stat.h>. */
1733#define _GLIBCXX_USE_LSTAT 1
1734
1735/* Define if usable mkdir is available in <sys/stat.h>. */
1736#define _GLIBCXX_USE_MKDIR 1
1737
1738/* Defined if nanosleep is available. */
1739#define _GLIBCXX_USE_NANOSLEEP 1
1740
1741/* Define if NLS translations are to be used. */
1742#define _GLIBCXX_USE_NLS 1
1743
1744/* Define if nl_langinfo_l should be used for std::text_encoding. */
1745#define _GLIBCXX_USE_NL_LANGINFO_L 1
1746
1747/* Define if pthreads_num_processors_np is available in <pthread.h>. */
1748/* #undef _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP */
1749
1750/* Define if pthread_cond_clockwait is available in <pthread.h>. */
1751#define _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT 1
1752
1753/* Define if pthread_mutex_clocklock is available in <pthread.h>. */
1754#define _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK (_GLIBCXX_TSAN==0)
1755
1756/* Define if pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock are
1757 available in <pthread.h>. */
1758#define _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK 1
1759
1760/* Define if POSIX read/write locks are available in <gthr.h>. */
1761#define _GLIBCXX_USE_PTHREAD_RWLOCK_T 1
1762
1763/* Define if /dev/random and /dev/urandom are available for the random_device
1764 of TR1 (Chapter 5.1). */
1765#define _GLIBCXX_USE_RANDOM_TR1 1
1766
1767/* Define if usable realpath is available in <stdlib.h>. */
1768#define _GLIBCXX_USE_REALPATH 1
1769
1770/* Defined if sched_yield is available. */
1771#define _GLIBCXX_USE_SCHED_YIELD 1
1772
1773/* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
1774#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
1775
1776/* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
1777/* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
1778
1779/* Define if sendfile is available in <sys/sendfile.h>. */
1780#define _GLIBCXX_USE_SENDFILE 1
1781
1782/* Define to restrict std::__basic_file<> to stdio APIs. */
1783/* #undef _GLIBCXX_USE_STDIO_PURE */
1784
1785/* Define if struct stat has timespec members. */
1786#define _GLIBCXX_USE_ST_MTIM 1
1787
1788/* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
1789/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */
1790
1791/* Define if obsolescent tmpnam is available in <stdio.h>. */
1792#define _GLIBCXX_USE_TMPNAM 1
1793
1794/* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
1795 into namespace std in <cuchar> for C++20. */
1796#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_CXX20 1
1797
1798/* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
1799 into namespace std in <cuchar> for -fchar8_t. */
1800#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_FCHAR8_T 1
1801
1802/* Define if utime is available in <utime.h>. */
1803#define _GLIBCXX_USE_UTIME 1
1804
1805/* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and
1806 AT_FDCWD in <fcntl.h>. */
1807#define _GLIBCXX_USE_UTIMENSAT 1
1808
1809/* Define if code specialized for wchar_t should be used. */
1810#define _GLIBCXX_USE_WCHAR_T 1
1811
1812/* Defined if Sleep exists. */
1813/* #undef _GLIBCXX_USE_WIN32_SLEEP */
1814
1815/* Define if _get_osfhandle should be used for filebuf::native_handle(). */
1816/* #undef _GLIBCXX_USE__GET_OSFHANDLE */
1817
1818/* Define to 1 if a verbose library is built, or 0 otherwise. */
1819#define _GLIBCXX_VERBOSE 1
1820
1821/* Defined if as can handle rdrand. */
1822#define _GLIBCXX_X86_RDRAND 1
1823
1824/* Defined if as can handle rdseed. */
1825#define _GLIBCXX_X86_RDSEED 1
1826
1827/* Define if a directory should be searched for tzdata files. */
1828#define _GLIBCXX_ZONEINFO_DIR "/usr/share/zoneinfo"
1829
1830/* Define to 1 if mutex_timedlock is available. */
1831#define _GTHREAD_USE_MUTEX_TIMEDLOCK 1
1832
1833/* Define for large files, on AIX-style hosts. */
1834/* #undef _GLIBCXX_LARGE_FILES */
1835
1836/* Define if all C++11 floating point overloads are available in <math.h>. */
1837#if __cplusplus >= 201103L
1838/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
1839#endif
1840
1841/* Define if all C++11 integral type overloads are available in <math.h>. */
1842#if __cplusplus >= 201103L
1843/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
1844#endif
1845
1846#endif // _GLIBCXX_CXX_CONFIG_H
1847#else
1848// Predefined symbols and macros -*- C++ -*-
1849
1850// Copyright (C) 1997-2024 Free Software Foundation, Inc.
1851//
1852// This file is part of the GNU ISO C++ Library. This library is free
1853// software; you can redistribute it and/or modify it under the
1854// terms of the GNU General Public License as published by the
1855// Free Software Foundation; either version 3, or (at your option)
1856// any later version.
1857
1858// This library is distributed in the hope that it will be useful,
1859// but WITHOUT ANY WARRANTY; without even the implied warranty of
1860// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1861// GNU General Public License for more details.
1862
1863// Under Section 7 of GPL version 3, you are granted additional
1864// permissions described in the GCC Runtime Library Exception, version
1865// 3.1, as published by the Free Software Foundation.
1866
1867// You should have received a copy of the GNU General Public License and
1868// a copy of the GCC Runtime Library Exception along with this program;
1869// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
1870// <http://www.gnu.org/licenses/>.
1871
1872/** @file bits/c++config.h
1873 * This is an internal header file, included by other library headers.
1874 * Do not attempt to use it directly. @headername{version}
1875 */
1876
1877#ifndef _GLIBCXX_CXX_CONFIG_H
1878#define _GLIBCXX_CXX_CONFIG_H 1
1879
1880#pragma GCC system_header
1881
1882// The major release number for the GCC release the C++ library belongs to.
1883#define _GLIBCXX_RELEASE 14
1884
1885// The datestamp of the C++ library in compressed ISO date format.
1886#define __GLIBCXX__ 20250220
1887
1888// Macros for various attributes.
1889// _GLIBCXX_PURE
1890// _GLIBCXX_CONST
1891// _GLIBCXX_NORETURN
1892// _GLIBCXX_NOTHROW
1893// _GLIBCXX_VISIBILITY
1894#ifndef _GLIBCXX_PURE
1895# define _GLIBCXX_PURE __attribute__ ((__pure__))
1896#endif
1897
1898#ifndef _GLIBCXX_CONST
1899# define _GLIBCXX_CONST __attribute__ ((__const__))
1900#endif
1901
1902#ifndef _GLIBCXX_NORETURN
1903# define _GLIBCXX_NORETURN __attribute__ ((__noreturn__))
1904#endif
1905
1906// See below for C++
1907#ifndef _GLIBCXX_NOTHROW
1908# ifndef __cplusplus
1909# define _GLIBCXX_NOTHROW __attribute__((__nothrow__))
1910# endif
1911#endif
1912
1913// Macros for visibility attributes.
1914// _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
1915// _GLIBCXX_VISIBILITY
1916# define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY 1
1917
1918#if _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
1919# define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V)))
1920#else
1921// If this is not supplied by the OS-specific or CPU-specific
1922// headers included below, it will be defined to an empty default.
1923# define _GLIBCXX_VISIBILITY(V) _GLIBCXX_PSEUDO_VISIBILITY(V)
1924#endif
1925
1926// Macros for deprecated attributes.
1927// _GLIBCXX_USE_DEPRECATED
1928// _GLIBCXX_DEPRECATED
1929// _GLIBCXX_DEPRECATED_SUGGEST( string-literal )
1930// _GLIBCXX11_DEPRECATED
1931// _GLIBCXX11_DEPRECATED_SUGGEST( string-literal )
1932// _GLIBCXX14_DEPRECATED
1933// _GLIBCXX14_DEPRECATED_SUGGEST( string-literal )
1934// _GLIBCXX17_DEPRECATED
1935// _GLIBCXX17_DEPRECATED_SUGGEST( string-literal )
1936// _GLIBCXX20_DEPRECATED
1937// _GLIBCXX20_DEPRECATED_SUGGEST( string-literal )
1938// _GLIBCXX23_DEPRECATED
1939// _GLIBCXX23_DEPRECATED_SUGGEST( string-literal )
1940#ifndef _GLIBCXX_USE_DEPRECATED
1941# define _GLIBCXX_USE_DEPRECATED 1
1942#endif
1943
1944#if defined(__DEPRECATED)
1945# define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
1946# define _GLIBCXX_DEPRECATED_SUGGEST(ALT) \
1947 __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
1948#else
1949# define _GLIBCXX_DEPRECATED
1950# define _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1951#endif
1952
1953#if defined(__DEPRECATED) && (__cplusplus >= 201103L)
1954# define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED
1955# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1956#else
1957# define _GLIBCXX11_DEPRECATED
1958# define _GLIBCXX11_DEPRECATED_SUGGEST(ALT)
1959#endif
1960
1961#if defined(__DEPRECATED) && (__cplusplus >= 201402L)
1962# define _GLIBCXX14_DEPRECATED _GLIBCXX_DEPRECATED
1963# define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1964#else
1965# define _GLIBCXX14_DEPRECATED
1966# define _GLIBCXX14_DEPRECATED_SUGGEST(ALT)
1967#endif
1968
1969#if defined(__DEPRECATED) && (__cplusplus >= 201703L)
1970# define _GLIBCXX17_DEPRECATED [[__deprecated__]]
1971# define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1972#else
1973# define _GLIBCXX17_DEPRECATED
1974# define _GLIBCXX17_DEPRECATED_SUGGEST(ALT)
1975#endif
1976
1977#if defined(__DEPRECATED) && (__cplusplus >= 202002L)
1978# define _GLIBCXX20_DEPRECATED [[__deprecated__]]
1979# define _GLIBCXX20_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1980#else
1981# define _GLIBCXX20_DEPRECATED
1982# define _GLIBCXX20_DEPRECATED_SUGGEST(ALT)
1983#endif
1984
1985#if defined(__DEPRECATED) && (__cplusplus >= 202100L)
1986# define _GLIBCXX23_DEPRECATED [[__deprecated__]]
1987# define _GLIBCXX23_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
1988#else
1989# define _GLIBCXX23_DEPRECATED
1990# define _GLIBCXX23_DEPRECATED_SUGGEST(ALT)
1991#endif
1992
1993// Macros for ABI tag attributes.
1994#ifndef _GLIBCXX_ABI_TAG_CXX11
1995# define _GLIBCXX_ABI_TAG_CXX11 __attribute ((__abi_tag__ ("cxx11")))
1996#endif
1997
1998// Macro to warn about unused results.
1999#if __cplusplus >= 201703L
2000# define _GLIBCXX_NODISCARD [[__nodiscard__]]
2001#else
2002# define _GLIBCXX_NODISCARD
2003#endif
2004
2005
2006
2007#if __cplusplus
2008
2009// Macro for constexpr, to support in mixed 03/0x mode.
2010#ifndef _GLIBCXX_CONSTEXPR
2011# if __cplusplus >= 201103L
2012# define _GLIBCXX_CONSTEXPR constexpr
2013# define _GLIBCXX_USE_CONSTEXPR constexpr
2014# else
2015# define _GLIBCXX_CONSTEXPR
2016# define _GLIBCXX_USE_CONSTEXPR const
2017# endif
2018#endif
2019
2020#ifndef _GLIBCXX14_CONSTEXPR
2021# if __cplusplus >= 201402L
2022# define _GLIBCXX14_CONSTEXPR constexpr
2023# else
2024# define _GLIBCXX14_CONSTEXPR
2025# endif
2026#endif
2027
2028#ifndef _GLIBCXX17_CONSTEXPR
2029# if __cplusplus >= 201703L
2030# define _GLIBCXX17_CONSTEXPR constexpr
2031# else
2032# define _GLIBCXX17_CONSTEXPR
2033# endif
2034#endif
2035
2036#ifndef _GLIBCXX20_CONSTEXPR
2037# if __cplusplus >= 202002L
2038# define _GLIBCXX20_CONSTEXPR constexpr
2039# else
2040# define _GLIBCXX20_CONSTEXPR
2041# endif
2042#endif
2043
2044#ifndef _GLIBCXX23_CONSTEXPR
2045# if __cplusplus >= 202100L
2046# define _GLIBCXX23_CONSTEXPR constexpr
2047# else
2048# define _GLIBCXX23_CONSTEXPR
2049# endif
2050#endif
2051
2052#ifndef _GLIBCXX17_INLINE
2053# if __cplusplus >= 201703L
2054# define _GLIBCXX17_INLINE inline
2055# else
2056# define _GLIBCXX17_INLINE
2057# endif
2058#endif
2059
2060// Macro for noexcept, to support in mixed 03/0x mode.
2061#ifndef _GLIBCXX_NOEXCEPT
2062# if __cplusplus >= 201103L
2063# define _GLIBCXX_NOEXCEPT noexcept
2064# define _GLIBCXX_NOEXCEPT_IF(...) noexcept(__VA_ARGS__)
2065# define _GLIBCXX_USE_NOEXCEPT noexcept
2066# define _GLIBCXX_THROW(_EXC)
2067# else
2068# define _GLIBCXX_NOEXCEPT
2069# define _GLIBCXX_NOEXCEPT_IF(...)
2070# define _GLIBCXX_USE_NOEXCEPT throw()
2071# define _GLIBCXX_THROW(_EXC) throw(_EXC)
2072# endif
2073#endif
2074
2075#ifndef _GLIBCXX_NOTHROW
2076# define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
2077#endif
2078
2079#ifndef _GLIBCXX_THROW_OR_ABORT
2080# if __cpp_exceptions
2081# define _GLIBCXX_THROW_OR_ABORT(_EXC) (throw (_EXC))
2082# else
2083# define _GLIBCXX_THROW_OR_ABORT(_EXC) (__builtin_abort())
2084# endif
2085#endif
2086
2087#if __cpp_noexcept_function_type
2088#define _GLIBCXX_NOEXCEPT_PARM , bool _NE
2089#define _GLIBCXX_NOEXCEPT_QUAL noexcept (_NE)
2090#else
2091#define _GLIBCXX_NOEXCEPT_PARM
2092#define _GLIBCXX_NOEXCEPT_QUAL
2093#endif
2094
2095// Macro for extern template, ie controlling template linkage via use
2096// of extern keyword on template declaration. As documented in the g++
2097// manual, it inhibits all implicit instantiations and is used
2098// throughout the library to avoid multiple weak definitions for
2099// required types that are already explicitly instantiated in the
2100// library binary. This substantially reduces the binary size of
2101// resulting executables.
2102// Special case: _GLIBCXX_EXTERN_TEMPLATE == -1 disallows extern
2103// templates only in basic_string, thus activating its debug-mode
2104// checks even at -O0.
2105# define _GLIBCXX_EXTERN_TEMPLATE 1
2106
2107/*
2108 Outline of libstdc++ namespaces.
2109
2110 namespace std
2111 {
2112 namespace __debug { }
2113 namespace __parallel { }
2114 namespace __cxx1998 { }
2115
2116 namespace __detail {
2117 namespace __variant { } // C++17
2118 }
2119
2120 namespace rel_ops { }
2121
2122 namespace tr1
2123 {
2124 namespace placeholders { }
2125 namespace regex_constants { }
2126 namespace __detail { }
2127 }
2128
2129 namespace tr2 { }
2130
2131 namespace decimal { }
2132
2133 namespace chrono { } // C++11
2134 namespace placeholders { } // C++11
2135 namespace regex_constants { } // C++11
2136 namespace this_thread { } // C++11
2137 inline namespace literals { // C++14
2138 inline namespace chrono_literals { } // C++14
2139 inline namespace complex_literals { } // C++14
2140 inline namespace string_literals { } // C++14
2141 inline namespace string_view_literals { } // C++17
2142 }
2143 }
2144
2145 namespace abi { }
2146
2147 namespace __gnu_cxx
2148 {
2149 namespace __detail { }
2150 }
2151
2152 For full details see:
2153 http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html
2154*/
2155namespace std
2156{
2157 typedef __SIZE_TYPE__ size_t;
2158 typedef __PTRDIFF_TYPE__ ptrdiff_t;
2159
2160#if __cplusplus >= 201103L
2161 typedef decltype(nullptr) nullptr_t;
2162#endif
2163
2164#pragma GCC visibility push(default)
2165 // This allows the library to terminate without including all of <exception>
2166 // and without making the declaration of std::terminate visible to users.
2167 extern "C++" __attribute__ ((__noreturn__, __always_inline__))
2168 inline void __terminate() _GLIBCXX_USE_NOEXCEPT
2169 {
2170 void terminate() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__noreturn__,__cold__));
2171 terminate();
2172 }
2173#pragma GCC visibility pop
2174}
2175
2176# define _GLIBCXX_USE_DUAL_ABI 1
2177
2178#if ! _GLIBCXX_USE_DUAL_ABI
2179// Ignore any pre-defined value of _GLIBCXX_USE_CXX11_ABI
2180# undef _GLIBCXX_USE_CXX11_ABI
2181#endif
2182
2183#ifndef _GLIBCXX_USE_CXX11_ABI
2184# define _GLIBCXX_USE_CXX11_ABI 1
2185#endif
2186
2187#if _GLIBCXX_USE_CXX11_ABI
2188namespace std
2189{
2190 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
2191}
2192namespace __gnu_cxx
2193{
2194 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
2195}
2196# define _GLIBCXX_NAMESPACE_CXX11 __cxx11::
2197# define _GLIBCXX_BEGIN_NAMESPACE_CXX11 namespace __cxx11 {
2198# define _GLIBCXX_END_NAMESPACE_CXX11 }
2199# define _GLIBCXX_DEFAULT_ABI_TAG _GLIBCXX_ABI_TAG_CXX11
2200#else
2201# define _GLIBCXX_NAMESPACE_CXX11
2202# define _GLIBCXX_BEGIN_NAMESPACE_CXX11
2203# define _GLIBCXX_END_NAMESPACE_CXX11
2204# define _GLIBCXX_DEFAULT_ABI_TAG
2205#endif
2206
2207// Non-zero if inline namespaces are used for versioning the entire library.
2208# define _GLIBCXX_INLINE_VERSION 0
2209
2210#if _GLIBCXX_INLINE_VERSION
2211// Inline namespace for symbol versioning of (nearly) everything in std.
2212# define _GLIBCXX_BEGIN_NAMESPACE_VERSION namespace __8 {
2213# define _GLIBCXX_END_NAMESPACE_VERSION }
2214// Unused when everything in std is versioned anyway.
2215# define _GLIBCXX_BEGIN_INLINE_ABI_NAMESPACE(X)
2216# define _GLIBCXX_END_INLINE_ABI_NAMESPACE(X)
2217
2218namespace std
2219{
2220inline _GLIBCXX_BEGIN_NAMESPACE_VERSION
2221#if __cplusplus >= 201402L
2222 inline namespace literals {
2223 inline namespace chrono_literals { }
2224 inline namespace complex_literals { }
2225 inline namespace string_literals { }
2226#if __cplusplus > 201402L
2227 inline namespace string_view_literals { }
2228#endif // C++17
2229 }
2230#endif // C++14
2231_GLIBCXX_END_NAMESPACE_VERSION
2232}
2233
2234namespace __gnu_cxx
2235{
2236inline _GLIBCXX_BEGIN_NAMESPACE_VERSION
2237_GLIBCXX_END_NAMESPACE_VERSION
2238}
2239
2240#else
2241// Unused.
2242# define _GLIBCXX_BEGIN_NAMESPACE_VERSION
2243# define _GLIBCXX_END_NAMESPACE_VERSION
2244// Used to version individual components, e.g. std::_V2::error_category.
2245# define _GLIBCXX_BEGIN_INLINE_ABI_NAMESPACE(X) inline namespace X {
2246# define _GLIBCXX_END_INLINE_ABI_NAMESPACE(X) } // inline namespace X
2247#endif
2248
2249// In the case that we don't have a hosted environment, we can't provide the
2250// debugging mode. Instead, we do our best and downgrade to assertions.
2251#if defined(_GLIBCXX_DEBUG) && !__STDC_HOSTED__
2252#undef _GLIBCXX_DEBUG
2253#define _GLIBCXX_ASSERTIONS 1
2254#endif
2255
2256// Inline namespaces for special modes: debug, parallel.
2257#if defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL)
2258namespace std
2259{
2260_GLIBCXX_BEGIN_NAMESPACE_VERSION
2261
2262 // Non-inline namespace for components replaced by alternates in active mode.
2263 namespace __cxx1998
2264 {
2265# if _GLIBCXX_USE_CXX11_ABI
2266 inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
2267# endif
2268 }
2269
2270_GLIBCXX_END_NAMESPACE_VERSION
2271
2272 // Inline namespace for debug mode.
2273# ifdef _GLIBCXX_DEBUG
2274 inline namespace __debug { }
2275# endif
2276
2277 // Inline namespaces for parallel mode.
2278# ifdef _GLIBCXX_PARALLEL
2279 inline namespace __parallel { }
2280# endif
2281}
2282
2283// Check for invalid usage and unsupported mixed-mode use.
2284# if defined(_GLIBCXX_DEBUG) && defined(_GLIBCXX_PARALLEL)
2285# error illegal use of multiple inlined namespaces
2286# endif
2287
2288// Check for invalid use due to lack for weak symbols.
2289# if __NO_INLINE__ && !__GXX_WEAK__
2290# warning currently using inlined namespace mode which may fail \
2291 without inlining due to lack of weak symbols
2292# endif
2293#endif
2294
2295// Macros for namespace scope. Either namespace std:: or the name
2296// of some nested namespace within it corresponding to the active mode.
2297// _GLIBCXX_STD_A
2298// _GLIBCXX_STD_C
2299//
2300// Macros for opening/closing conditional namespaces.
2301// _GLIBCXX_BEGIN_NAMESPACE_ALGO
2302// _GLIBCXX_END_NAMESPACE_ALGO
2303// _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
2304// _GLIBCXX_END_NAMESPACE_CONTAINER
2305#if defined(_GLIBCXX_DEBUG)
2306# define _GLIBCXX_STD_C __cxx1998
2307# define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER \
2308 namespace _GLIBCXX_STD_C {
2309# define _GLIBCXX_END_NAMESPACE_CONTAINER }
2310#else
2311# define _GLIBCXX_STD_C std
2312# define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
2313# define _GLIBCXX_END_NAMESPACE_CONTAINER
2314#endif
2315
2316#ifdef _GLIBCXX_PARALLEL
2317# define _GLIBCXX_STD_A __cxx1998
2318# define _GLIBCXX_BEGIN_NAMESPACE_ALGO \
2319 namespace _GLIBCXX_STD_A {
2320# define _GLIBCXX_END_NAMESPACE_ALGO }
2321#else
2322# define _GLIBCXX_STD_A std
2323# define _GLIBCXX_BEGIN_NAMESPACE_ALGO
2324# define _GLIBCXX_END_NAMESPACE_ALGO
2325#endif
2326
2327// GLIBCXX_ABI Deprecated
2328// Define if compatibility should be provided for -mlong-double-64.
2329#undef _GLIBCXX_LONG_DOUBLE_COMPAT
2330
2331// Define if compatibility should be provided for alternative 128-bit long
2332// double formats. Not possible for Clang until __ibm128 is supported.
2333#ifndef __clang__
2334#undef _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT
2335#endif
2336
2337// Inline namespaces for long double 128 modes.
2338#if defined _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT \
2339 && defined __LONG_DOUBLE_IEEE128__
2340namespace std
2341{
2342 // Namespaces for 128-bit IEEE long double format on 64-bit POWER LE.
2343 inline namespace __gnu_cxx_ieee128 { }
2344 inline namespace __gnu_cxx11_ieee128 { }
2345}
2346# define _GLIBCXX_NAMESPACE_LDBL __gnu_cxx_ieee128::
2347# define _GLIBCXX_BEGIN_NAMESPACE_LDBL namespace __gnu_cxx_ieee128 {
2348# define _GLIBCXX_END_NAMESPACE_LDBL }
2349# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 __gnu_cxx11_ieee128::
2350# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 namespace __gnu_cxx11_ieee128 {
2351# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 }
2352
2353#else // _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && IEEE128
2354
2355#if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__
2356namespace std
2357{
2358 inline namespace __gnu_cxx_ldbl128 { }
2359}
2360# define _GLIBCXX_NAMESPACE_LDBL __gnu_cxx_ldbl128::
2361# define _GLIBCXX_BEGIN_NAMESPACE_LDBL namespace __gnu_cxx_ldbl128 {
2362# define _GLIBCXX_END_NAMESPACE_LDBL }
2363#else
2364# define _GLIBCXX_NAMESPACE_LDBL
2365# define _GLIBCXX_BEGIN_NAMESPACE_LDBL
2366# define _GLIBCXX_END_NAMESPACE_LDBL
2367#endif
2368
2369#if _GLIBCXX_USE_CXX11_ABI
2370# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_NAMESPACE_CXX11
2371# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_BEGIN_NAMESPACE_CXX11
2372# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_END_NAMESPACE_CXX11
2373#else
2374# define _GLIBCXX_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_NAMESPACE_LDBL
2375# define _GLIBCXX_BEGIN_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_BEGIN_NAMESPACE_LDBL
2376# define _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 _GLIBCXX_END_NAMESPACE_LDBL
2377#endif
2378
2379#endif // _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT && IEEE128
2380
2381namespace std
2382{
2383#pragma GCC visibility push(default)
2384 // Internal version of std::is_constant_evaluated().
2385 // This can be used without checking if the compiler supports the feature.
2386 // The macro _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED can be used to check if
2387 // the compiler support is present to make this function work as expected.
2388 __attribute__((__always_inline__))
2389 _GLIBCXX_CONSTEXPR inline bool
2390 __is_constant_evaluated() _GLIBCXX_NOEXCEPT
2391 {
2392#if __cpp_if_consteval >= 202106L
2393# define _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED 1
2394 if consteval { return true; } else { return false; }
2395#elif __cplusplus >= 201103L && __has_builtin(__builtin_is_constant_evaluated)
2396# define _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED 1
2397 return __builtin_is_constant_evaluated();
2398#else
2399 return false;
2400#endif
2401 }
2402#pragma GCC visibility pop
2403}
2404
2405// Debug Mode implies checking assertions.
2406#if defined(_GLIBCXX_DEBUG) && !defined(_GLIBCXX_ASSERTIONS)
2407# define _GLIBCXX_ASSERTIONS 1
2408#endif
2409
2410// Disable std::string explicit instantiation declarations in order to assert.
2411#ifdef _GLIBCXX_ASSERTIONS
2412# undef _GLIBCXX_EXTERN_TEMPLATE
2413# define _GLIBCXX_EXTERN_TEMPLATE -1
2414#endif
2415
2416#define _GLIBCXX_VERBOSE_ASSERT 1
2417
2418// Assert.
2419#ifdef _GLIBCXX_VERBOSE_ASSERT
2420namespace std
2421{
2422#pragma GCC visibility push(default)
2423 // Don't use <cassert> because this should be unaffected by NDEBUG.
2424 extern "C++" _GLIBCXX_NORETURN
2425 void
2426 __glibcxx_assert_fail /* Called when a precondition violation is detected. */
2427 (const char* __file, int __line, const char* __function,
2428 const char* __condition)
2429 _GLIBCXX_NOEXCEPT;
2430#pragma GCC visibility pop
2431}
2432# define _GLIBCXX_ASSERT_FAIL(_Condition) \
2433 std::__glibcxx_assert_fail(__FILE__, __LINE__, __PRETTY_FUNCTION__, \
2434 #_Condition)
2435#else // ! VERBOSE_ASSERT
2436# define _GLIBCXX_ASSERT_FAIL(_Condition) __builtin_abort()
2437#endif
2438
2439#if defined(_GLIBCXX_ASSERTIONS)
2440// When _GLIBCXX_ASSERTIONS is defined we enable runtime assertion checks.
2441// These checks will also be done during constant evaluation.
2442# define __glibcxx_assert(cond) \
2443 do { \
2444 if (__builtin_expect(!bool(cond), false)) \
2445 _GLIBCXX_ASSERT_FAIL(cond); \
2446 } while (false)
2447#elif _GLIBCXX_HAVE_IS_CONSTANT_EVALUATED
2448// _GLIBCXX_ASSERTIONS is not defined, so assertions checks are only enabled
2449// during constant evaluation. This ensures we diagnose undefined behaviour
2450// in constant expressions.
2451namespace std
2452{
2453 __attribute__((__always_inline__,__visibility__("default")))
2454 inline void
2455 __glibcxx_assert_fail()
2456 { }
2457}
2458# define __glibcxx_assert(cond) \
2459 do { \
2460 if (std::__is_constant_evaluated() && !bool(cond)) \
2461 std::__glibcxx_assert_fail(); \
2462 } while (false)
2463#else
2464// _GLIBCXX_ASSERTIONS is not defined and __is_constant_evaluated() doesn't
2465// work so don't check any assertions.
2466# define __glibcxx_assert(cond)
2467#endif
2468
2469// Macro indicating that TSAN is in use.
2470#if __SANITIZE_THREAD__
2471# define _GLIBCXX_TSAN 1
2472#elif defined __has_feature
2473# if __has_feature(thread_sanitizer)
2474# define _GLIBCXX_TSAN 1
2475# endif
2476#endif
2477
2478// Macros for race detectors.
2479// _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A) and
2480// _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A) should be used to explain
2481// atomic (lock-free) synchronization to race detectors:
2482// the race detector will infer a happens-before arc from the former to the
2483// latter when they share the same argument pointer.
2484//
2485// The most frequent use case for these macros (and the only case in the
2486// current implementation of the library) is atomic reference counting:
2487// void _M_remove_reference()
2488// {
2489// _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&this->_M_refcount);
2490// if (__gnu_cxx::__exchange_and_add_dispatch(&this->_M_refcount, -1) <= 0)
2491// {
2492// _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&this->_M_refcount);
2493// _M_destroy(__a);
2494// }
2495// }
2496// The annotations in this example tell the race detector that all memory
2497// accesses occurred when the refcount was positive do not race with
2498// memory accesses which occurred after the refcount became zero.
2499#ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE
2500# define _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A)
2501#endif
2502#ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER
2503# define _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A)
2504#endif
2505
2506// Macros for C linkage: define extern "C" linkage only when using C++.
2507# define _GLIBCXX_BEGIN_EXTERN_C extern "C" {
2508# define _GLIBCXX_END_EXTERN_C }
2509
2510# define _GLIBCXX_USE_ALLOCATOR_NEW 1
2511
2512#ifdef __SIZEOF_INT128__
2513#if ! defined __GLIBCXX_TYPE_INT_N_0 && ! defined __STRICT_ANSI__
2514// If __int128 is supported, we expect __GLIBCXX_TYPE_INT_N_0 to be defined
2515// unless the compiler is in strict mode. If it's not defined and the strict
2516// macro is not defined, something is wrong.
2517#warning "__STRICT_ANSI__ seems to have been undefined; this is not supported"
2518#endif
2519#endif
2520
2521#else // !__cplusplus
2522# define _GLIBCXX_BEGIN_EXTERN_C
2523# define _GLIBCXX_END_EXTERN_C
2524#endif
2525
2526
2527// First includes.
2528
2529// Pick up any OS-specific definitions.
2530#include <bits/os_defines.h>
2531
2532// Pick up any CPU-specific definitions.
2533#include <bits/cpu_defines.h>
2534
2535// If platform uses neither visibility nor psuedo-visibility,
2536// specify empty default for namespace annotation macros.
2537#ifndef _GLIBCXX_PSEUDO_VISIBILITY
2538# define _GLIBCXX_PSEUDO_VISIBILITY(V)
2539#endif
2540
2541// Certain function definitions that are meant to be overridable from
2542// user code are decorated with this macro. For some targets, this
2543// macro causes these definitions to be weak.
2544#ifndef _GLIBCXX_WEAK_DEFINITION
2545# define _GLIBCXX_WEAK_DEFINITION
2546#endif
2547
2548// By default, we assume that __GXX_WEAK__ also means that there is support
2549// for declaring functions as weak while not defining such functions. This
2550// allows for referring to functions provided by other libraries (e.g.,
2551// libitm) without depending on them if the respective features are not used.
2552#ifndef _GLIBCXX_USE_WEAK_REF
2553# define _GLIBCXX_USE_WEAK_REF __GXX_WEAK__
2554#endif
2555
2556// Conditionally enable annotations for the Transactional Memory TS on C++11.
2557// Most of the following conditions are due to limitations in the current
2558// implementation.
2559#if __cplusplus >= 201103L && _GLIBCXX_USE_CXX11_ABI \
2560 && _GLIBCXX_USE_DUAL_ABI && __cpp_transactional_memory >= 201500L \
2561 && !_GLIBCXX_FULLY_DYNAMIC_STRING && _GLIBCXX_USE_WEAK_REF \
2562 && _GLIBCXX_USE_ALLOCATOR_NEW
2563#define _GLIBCXX_TXN_SAFE transaction_safe
2564#define _GLIBCXX_TXN_SAFE_DYN transaction_safe_dynamic
2565#else
2566#define _GLIBCXX_TXN_SAFE
2567#define _GLIBCXX_TXN_SAFE_DYN
2568#endif
2569
2570#if __cplusplus > 201402L
2571// In C++17 mathematical special functions are in namespace std.
2572# define _GLIBCXX_USE_STD_SPEC_FUNCS 1
2573#elif __cplusplus >= 201103L && __STDCPP_WANT_MATH_SPEC_FUNCS__ != 0
2574// For C++11 and C++14 they are in namespace std when requested.
2575# define _GLIBCXX_USE_STD_SPEC_FUNCS 1
2576#endif
2577
2578// The remainder of the prewritten config is automatic; all the
2579// user hooks are listed above.
2580
2581// Create a boolean flag to be used to determine if --fast-math is set.
2582#ifdef __FAST_MATH__
2583# define _GLIBCXX_FAST_MATH 1
2584#else
2585# define _GLIBCXX_FAST_MATH 0
2586#endif
2587
2588// This marks string literals in header files to be extracted for eventual
2589// translation. It is primarily used for messages in thrown exceptions; see
2590// src/functexcept.cc. We use __N because the more traditional _N is used
2591// for something else under certain OSes (see BADNAMES).
2592#define __N(msgid) (msgid)
2593
2594// For example, <windows.h> is known to #define min and max as macros...
2595#undef min
2596#undef max
2597
2598// N.B. these _GLIBCXX_USE_C99_XXX macros are defined unconditionally
2599// so they should be tested with #if not with #ifdef.
2600#if __cplusplus >= 201103L
2601# ifndef _GLIBCXX_USE_C99_MATH
2602# define _GLIBCXX_USE_C99_MATH _GLIBCXX11_USE_C99_MATH
2603# endif
2604# ifndef _GLIBCXX_USE_C99_COMPLEX
2605# define _GLIBCXX_USE_C99_COMPLEX _GLIBCXX11_USE_C99_COMPLEX
2606# endif
2607# ifndef _GLIBCXX_USE_C99_STDIO
2608# define _GLIBCXX_USE_C99_STDIO _GLIBCXX11_USE_C99_STDIO
2609# endif
2610# ifndef _GLIBCXX_USE_C99_STDLIB
2611# define _GLIBCXX_USE_C99_STDLIB _GLIBCXX11_USE_C99_STDLIB
2612# endif
2613# ifndef _GLIBCXX_USE_C99_WCHAR
2614# define _GLIBCXX_USE_C99_WCHAR _GLIBCXX11_USE_C99_WCHAR
2615# endif
2616#else
2617# ifndef _GLIBCXX_USE_C99_MATH
2618# define _GLIBCXX_USE_C99_MATH _GLIBCXX98_USE_C99_MATH
2619# endif
2620# ifndef _GLIBCXX_USE_C99_COMPLEX
2621# define _GLIBCXX_USE_C99_COMPLEX _GLIBCXX98_USE_C99_COMPLEX
2622# endif
2623# ifndef _GLIBCXX_USE_C99_STDIO
2624# define _GLIBCXX_USE_C99_STDIO _GLIBCXX98_USE_C99_STDIO
2625# endif
2626# ifndef _GLIBCXX_USE_C99_STDLIB
2627# define _GLIBCXX_USE_C99_STDLIB _GLIBCXX98_USE_C99_STDLIB
2628# endif
2629# ifndef _GLIBCXX_USE_C99_WCHAR
2630# define _GLIBCXX_USE_C99_WCHAR _GLIBCXX98_USE_C99_WCHAR
2631# endif
2632#endif
2633
2634// Unless explicitly specified, enable char8_t extensions only if the core
2635// language char8_t feature macro is defined.
2636#ifndef _GLIBCXX_USE_CHAR8_T
2637# ifdef __cpp_char8_t
2638# define _GLIBCXX_USE_CHAR8_T 1
2639# endif
2640#endif
2641#ifdef _GLIBCXX_USE_CHAR8_T
2642# define __cpp_lib_char8_t 201907L
2643#endif
2644
2645/* Define if __float128 is supported on this host. */
2646#if defined(__FLOAT128__) || defined(__SIZEOF_FLOAT128__)
2647/* For powerpc64 don't use __float128 when it's the same type as long double. */
2648# if !(defined(_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT) && defined(__LONG_DOUBLE_IEEE128__))
2649# define _GLIBCXX_USE_FLOAT128 1
2650# endif
2651#endif
2652
2653// Define if float has the IEEE binary32 format.
2654#if __FLT_MANT_DIG__ == 24 \
2655 && __FLT_MIN_EXP__ == -125 \
2656 && __FLT_MAX_EXP__ == 128
2657# define _GLIBCXX_FLOAT_IS_IEEE_BINARY32 1
2658#endif
2659
2660// Define if double has the IEEE binary64 format.
2661#if __DBL_MANT_DIG__ == 53 \
2662 && __DBL_MIN_EXP__ == -1021 \
2663 && __DBL_MAX_EXP__ == 1024
2664# define _GLIBCXX_DOUBLE_IS_IEEE_BINARY64 1
2665#endif
2666
2667// Define if long double has the IEEE binary128 format.
2668#if __LDBL_MANT_DIG__ == 113 \
2669 && __LDBL_MIN_EXP__ == -16381 \
2670 && __LDBL_MAX_EXP__ == 16384
2671# define _GLIBCXX_LDOUBLE_IS_IEEE_BINARY128 1
2672#endif
2673
2674#if defined __cplusplus && defined __BFLT16_DIG__
2675namespace __gnu_cxx
2676{
2677 typedef __decltype(0.0bf16) __bfloat16_t;
2678}
2679#endif
2680
2681#ifdef __has_builtin
2682# ifdef __is_identifier
2683// Intel and older Clang require !__is_identifier for some built-ins:
2684# define _GLIBCXX_HAS_BUILTIN(B) __has_builtin(B) || ! __is_identifier(B)
2685# else
2686# define _GLIBCXX_HAS_BUILTIN(B) __has_builtin(B)
2687# endif
2688#endif
2689
2690#if _GLIBCXX_HAS_BUILTIN(__has_unique_object_representations)
2691# define _GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP 1
2692#endif
2693
2694#if _GLIBCXX_HAS_BUILTIN(__is_aggregate)
2695# define _GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE 1
2696#endif
2697
2698#if _GLIBCXX_HAS_BUILTIN(__builtin_launder)
2699# define _GLIBCXX_HAVE_BUILTIN_LAUNDER 1
2700#endif
2701
2702// Returns 1 if _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS is not defined and the
2703// compiler has a corresponding built-in type trait, 0 otherwise.
2704// _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS can be defined to disable the use of
2705// built-in traits.
2706#ifndef _GLIBCXX_DO_NOT_USE_BUILTIN_TRAITS
2707# define _GLIBCXX_USE_BUILTIN_TRAIT(BT) _GLIBCXX_HAS_BUILTIN(BT)
2708#else
2709# define _GLIBCXX_USE_BUILTIN_TRAIT(BT) 0
2710#endif
2711
2712// Mark code that should be ignored by the compiler, but seen by Doxygen.
2713#define _GLIBCXX_DOXYGEN_ONLY(X)
2714
2715// PSTL configuration
2716
2717#if __cplusplus >= 201703L
2718// This header is not installed for freestanding:
2719#if __has_include(<pstl/pstl_config.h>)
2720// Preserved here so we have some idea which version of upstream we've pulled in
2721// #define PSTL_VERSION 9000
2722
2723// For now this defaults to being based on the presence of Thread Building Blocks
2724# ifndef _GLIBCXX_USE_TBB_PAR_BACKEND
2725# define _GLIBCXX_USE_TBB_PAR_BACKEND __has_include(<tbb/tbb.h>)
2726# endif
2727// This section will need some rework when a new (default) backend type is added
2728# if _GLIBCXX_USE_TBB_PAR_BACKEND
2729# define _PSTL_PAR_BACKEND_TBB
2730# else
2731# define _PSTL_PAR_BACKEND_SERIAL
2732# endif
2733
2734# define _PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition)
2735# define _PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition)
2736
2737#include <pstl/pstl_config.h>
2738#endif // __has_include
2739#endif // C++17
2740
2741// End of prewritten config; the settings discovered at configure time follow.
2742/* config.h. Generated from config.h.in by configure. */
2743/* config.h.in. Generated from configure.ac by autoheader. */
2744
2745/* Define to 1 if you have the `acosf' function. */
2746#define _GLIBCXX_HAVE_ACOSF 1
2747
2748/* Define to 1 if you have the `acosl' function. */
2749#define _GLIBCXX_HAVE_ACOSL 1
2750
2751/* Define to 1 if you have the `aligned_alloc' function. */
2752#define _GLIBCXX_HAVE_ALIGNED_ALLOC 1
2753
2754/* Define if arc4random is available in <stdlib.h>. */
2755#define _GLIBCXX_HAVE_ARC4RANDOM 1
2756
2757/* Define to 1 if you have the <arpa/inet.h> header file. */
2758#define _GLIBCXX_HAVE_ARPA_INET_H 1
2759
2760/* Define to 1 if you have the `asinf' function. */
2761#define _GLIBCXX_HAVE_ASINF 1
2762
2763/* Define to 1 if you have the `asinl' function. */
2764#define _GLIBCXX_HAVE_ASINL 1
2765
2766/* Define to 1 if the target assembler supports .symver directive. */
2767#define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1
2768
2769/* Define to 1 if you have the `atan2f' function. */
2770#define _GLIBCXX_HAVE_ATAN2F 1
2771
2772/* Define to 1 if you have the `atan2l' function. */
2773#define _GLIBCXX_HAVE_ATAN2L 1
2774
2775/* Define to 1 if you have the `atanf' function. */
2776#define _GLIBCXX_HAVE_ATANF 1
2777
2778/* Define to 1 if you have the `atanl' function. */
2779#define _GLIBCXX_HAVE_ATANL 1
2780
2781/* Defined if shared_ptr reference counting should use atomic operations. */
2782#define _GLIBCXX_HAVE_ATOMIC_LOCK_POLICY 1
2783
2784/* Define to 1 if you have the `at_quick_exit' function. */
2785#define _GLIBCXX_HAVE_AT_QUICK_EXIT 1
2786
2787/* Define if C99 float_t and double_t in <math.h> should be imported in
2788 <cmath> in namespace std for C++11. */
2789#define _GLIBCXX_HAVE_C99_FLT_EVAL_TYPES 1
2790
2791/* Define to 1 if the target assembler supports thread-local storage. */
2792/* #undef _GLIBCXX_HAVE_CC_TLS */
2793
2794/* Define to 1 if you have the `ceilf' function. */
2795#define _GLIBCXX_HAVE_CEILF 1
2796
2797/* Define to 1 if you have the `ceill' function. */
2798#define _GLIBCXX_HAVE_CEILL 1
2799
2800/* Define to 1 if you have the <complex.h> header file. */
2801#define _GLIBCXX_HAVE_COMPLEX_H 1
2802
2803/* Define to 1 if you have the `cosf' function. */
2804#define _GLIBCXX_HAVE_COSF 1
2805
2806/* Define to 1 if you have the `coshf' function. */
2807#define _GLIBCXX_HAVE_COSHF 1
2808
2809/* Define to 1 if you have the `coshl' function. */
2810#define _GLIBCXX_HAVE_COSHL 1
2811
2812/* Define to 1 if you have the `cosl' function. */
2813#define _GLIBCXX_HAVE_COSL 1
2814
2815/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
2816 don't. */
2817#define _GLIBCXX_HAVE_DECL_STRNLEN 1
2818
2819/* Define to 1 if you have the <dirent.h> header file. */
2820#define _GLIBCXX_HAVE_DIRENT_H 1
2821
2822/* Define if dirfd is available in <dirent.h>. */
2823#define _GLIBCXX_HAVE_DIRFD 1
2824
2825/* Define to 1 if you have the <dlfcn.h> header file. */
2826#define _GLIBCXX_HAVE_DLFCN_H 1
2827
2828/* Define to 1 if you have the <endian.h> header file. */
2829#define _GLIBCXX_HAVE_ENDIAN_H 1
2830
2831/* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
2832#define _GLIBCXX_HAVE_EXCEPTION_PTR_SINCE_GCC46 1
2833
2834/* Define to 1 if you have the <execinfo.h> header file. */
2835#define _GLIBCXX_HAVE_EXECINFO_H 1
2836
2837/* Define to 1 if you have the `expf' function. */
2838#define _GLIBCXX_HAVE_EXPF 1
2839
2840/* Define to 1 if you have the `expl' function. */
2841#define _GLIBCXX_HAVE_EXPL 1
2842
2843/* Define to 1 if you have the `fabsf' function. */
2844#define _GLIBCXX_HAVE_FABSF 1
2845
2846/* Define to 1 if you have the `fabsl' function. */
2847#define _GLIBCXX_HAVE_FABSL 1
2848
2849/* Define to 1 if you have the <fcntl.h> header file. */
2850#define _GLIBCXX_HAVE_FCNTL_H 1
2851
2852/* Define if fdopendir is available in <dirent.h>. */
2853#define _GLIBCXX_HAVE_FDOPENDIR 1
2854
2855/* Define to 1 if you have the <fenv.h> header file. */
2856#define _GLIBCXX_HAVE_FENV_H 1
2857
2858/* Define to 1 if you have the `finite' function. */
2859#define _GLIBCXX_HAVE_FINITE 1
2860
2861/* Define to 1 if you have the `finitef' function. */
2862#define _GLIBCXX_HAVE_FINITEF 1
2863
2864/* Define to 1 if you have the `finitel' function. */
2865#define _GLIBCXX_HAVE_FINITEL 1
2866
2867/* Define to 1 if you have the <float.h> header file. */
2868#define _GLIBCXX_HAVE_FLOAT_H 1
2869
2870/* Define to 1 if you have the `floorf' function. */
2871#define _GLIBCXX_HAVE_FLOORF 1
2872
2873/* Define to 1 if you have the `floorl' function. */
2874#define _GLIBCXX_HAVE_FLOORL 1
2875
2876/* Define to 1 if you have the `fmodf' function. */
2877#define _GLIBCXX_HAVE_FMODF 1
2878
2879/* Define to 1 if you have the `fmodl' function. */
2880#define _GLIBCXX_HAVE_FMODL 1
2881
2882/* Define to 1 if you have the `fpclass' function. */
2883/* #undef _GLIBCXX_HAVE_FPCLASS */
2884
2885/* Define to 1 if you have the <fp.h> header file. */
2886/* #undef _GLIBCXX_HAVE_FP_H */
2887
2888/* Define to 1 if you have the `frexpf' function. */
2889#define _GLIBCXX_HAVE_FREXPF 1
2890
2891/* Define to 1 if you have the `frexpl' function. */
2892#define _GLIBCXX_HAVE_FREXPL 1
2893
2894/* Define if getentropy is available in <unistd.h>. */
2895#define _GLIBCXX_HAVE_GETENTROPY 1
2896
2897/* Define if _Unwind_GetIPInfo is available. */
2898#define _GLIBCXX_HAVE_GETIPINFO 1
2899
2900/* Define if gets is available in <stdio.h> before C++14. */
2901#define _GLIBCXX_HAVE_GETS 1
2902
2903/* Define to 1 if you have the `hypot' function. */
2904#define _GLIBCXX_HAVE_HYPOT 1
2905
2906/* Define to 1 if you have the `hypotf' function. */
2907#define _GLIBCXX_HAVE_HYPOTF 1
2908
2909/* Define to 1 if you have the `hypotl' function. */
2910#define _GLIBCXX_HAVE_HYPOTL 1
2911
2912/* Define if you have the iconv() function and it works. */
2913#define _GLIBCXX_HAVE_ICONV 1
2914
2915/* Define to 1 if you have the <ieeefp.h> header file. */
2916/* #undef _GLIBCXX_HAVE_IEEEFP_H */
2917
2918/* Define to 1 if you have the <inttypes.h> header file. */
2919#define _GLIBCXX_HAVE_INTTYPES_H 1
2920
2921/* Define to 1 if you have the `isinf' function. */
2922/* #undef _GLIBCXX_HAVE_ISINF */
2923
2924/* Define to 1 if you have the `isinff' function. */
2925#define _GLIBCXX_HAVE_ISINFF 1
2926
2927/* Define to 1 if you have the `isinfl' function. */
2928#define _GLIBCXX_HAVE_ISINFL 1
2929
2930/* Define to 1 if you have the `isnan' function. */
2931/* #undef _GLIBCXX_HAVE_ISNAN */
2932
2933/* Define to 1 if you have the `isnanf' function. */
2934#define _GLIBCXX_HAVE_ISNANF 1
2935
2936/* Define to 1 if you have the `isnanl' function. */
2937#define _GLIBCXX_HAVE_ISNANL 1
2938
2939/* Defined if iswblank exists. */
2940#define _GLIBCXX_HAVE_ISWBLANK 1
2941
2942/* Define if LC_MESSAGES is available in <locale.h>. */
2943#define _GLIBCXX_HAVE_LC_MESSAGES 1
2944
2945/* Define to 1 if you have the `ldexpf' function. */
2946#define _GLIBCXX_HAVE_LDEXPF 1
2947
2948/* Define to 1 if you have the `ldexpl' function. */
2949#define _GLIBCXX_HAVE_LDEXPL 1
2950
2951/* Define to 1 if you have the <libintl.h> header file. */
2952#define _GLIBCXX_HAVE_LIBINTL_H 1
2953
2954/* Only used in build directory testsuite_hooks.h. */
2955#define _GLIBCXX_HAVE_LIMIT_AS 1
2956
2957/* Only used in build directory testsuite_hooks.h. */
2958#define _GLIBCXX_HAVE_LIMIT_DATA 1
2959
2960/* Only used in build directory testsuite_hooks.h. */
2961#define _GLIBCXX_HAVE_LIMIT_FSIZE 1
2962
2963/* Only used in build directory testsuite_hooks.h. */
2964#define _GLIBCXX_HAVE_LIMIT_RSS 1
2965
2966/* Only used in build directory testsuite_hooks.h. */
2967#define _GLIBCXX_HAVE_LIMIT_VMEM 0
2968
2969/* Define if link is available in <unistd.h>. */
2970#define _GLIBCXX_HAVE_LINK 1
2971
2972/* Define to 1 if you have the <link.h> header file. */
2973#define _GLIBCXX_HAVE_LINK_H 1
2974
2975/* Define if futex syscall is available. */
2976#define _GLIBCXX_HAVE_LINUX_FUTEX 1
2977
2978/* Define to 1 if you have the <linux/random.h> header file. */
2979#define _GLIBCXX_HAVE_LINUX_RANDOM_H 1
2980
2981/* Define to 1 if you have the <linux/types.h> header file. */
2982#define _GLIBCXX_HAVE_LINUX_TYPES_H 1
2983
2984/* Define to 1 if you have the <locale.h> header file. */
2985#define _GLIBCXX_HAVE_LOCALE_H 1
2986
2987/* Define to 1 if you have the `log10f' function. */
2988#define _GLIBCXX_HAVE_LOG10F 1
2989
2990/* Define to 1 if you have the `log10l' function. */
2991#define _GLIBCXX_HAVE_LOG10L 1
2992
2993/* Define to 1 if you have the `logf' function. */
2994#define _GLIBCXX_HAVE_LOGF 1
2995
2996/* Define to 1 if you have the `logl' function. */
2997#define _GLIBCXX_HAVE_LOGL 1
2998
2999/* Define if lseek is available in <unistd.h>. */
3000#define _GLIBCXX_HAVE_LSEEK 1
3001
3002/* Define to 1 if you have the <machine/endian.h> header file. */
3003/* #undef _GLIBCXX_HAVE_MACHINE_ENDIAN_H */
3004
3005/* Define to 1 if you have the <machine/param.h> header file. */
3006/* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */
3007
3008/* Define if mbstate_t exists in wchar.h. */
3009#define _GLIBCXX_HAVE_MBSTATE_T 1
3010
3011/* Define to 1 if you have the `memalign' function. */
3012#define _GLIBCXX_HAVE_MEMALIGN 1
3013
3014/* Define to 1 if you have the <memory.h> header file. */
3015#define _GLIBCXX_HAVE_MEMORY_H 1
3016
3017/* Define to 1 if you have the `modf' function. */
3018#define _GLIBCXX_HAVE_MODF 1
3019
3020/* Define to 1 if you have the `modff' function. */
3021#define _GLIBCXX_HAVE_MODFF 1
3022
3023/* Define to 1 if you have the `modfl' function. */
3024#define _GLIBCXX_HAVE_MODFL 1
3025
3026/* Define to 1 if you have the <nan.h> header file. */
3027/* #undef _GLIBCXX_HAVE_NAN_H */
3028
3029/* Define to 1 if you have the <netdb.h> header file. */
3030#define _GLIBCXX_HAVE_NETDB_H 1
3031
3032/* Define to 1 if you have the <netinet/in.h> header file. */
3033#define _GLIBCXX_HAVE_NETINET_IN_H 1
3034
3035/* Define to 1 if you have the <netinet/tcp.h> header file. */
3036#define _GLIBCXX_HAVE_NETINET_TCP_H 1
3037
3038/* Define if <math.h> defines obsolete isinf function. */
3039/* #undef _GLIBCXX_HAVE_OBSOLETE_ISINF */
3040
3041/* Define if <math.h> defines obsolete isnan function. */
3042/* #undef _GLIBCXX_HAVE_OBSOLETE_ISNAN */
3043
3044/* Define if openat is available in <fcntl.h>. */
3045#define _GLIBCXX_HAVE_OPENAT 1
3046
3047/* Define if O_NONBLOCK is defined in <fcntl.h> */
3048#define _GLIBCXX_HAVE_O_NONBLOCK 1
3049
3050/* Define if poll is available in <poll.h>. */
3051#define _GLIBCXX_HAVE_POLL 1
3052
3053/* Define to 1 if you have the <poll.h> header file. */
3054#define _GLIBCXX_HAVE_POLL_H 1
3055
3056/* Define to 1 if you have the `posix_memalign' function. */
3057#define _GLIBCXX_HAVE_POSIX_MEMALIGN 1
3058
3059/* Define to 1 if POSIX Semaphores with sem_timedwait are available in
3060 <semaphore.h>. */
3061#define _GLIBCXX_HAVE_POSIX_SEMAPHORE 1
3062
3063/* Define to 1 if you have the `powf' function. */
3064#define _GLIBCXX_HAVE_POWF 1
3065
3066/* Define to 1 if you have the `powl' function. */
3067#define _GLIBCXX_HAVE_POWL 1
3068
3069/* Define to 1 if you have the `qfpclass' function. */
3070/* #undef _GLIBCXX_HAVE_QFPCLASS */
3071
3072/* Define to 1 if you have the `quick_exit' function. */
3073#define _GLIBCXX_HAVE_QUICK_EXIT 1
3074
3075/* Define if readlink is available in <unistd.h>. */
3076#define _GLIBCXX_HAVE_READLINK 1
3077
3078/* Define to 1 if you have the `secure_getenv' function. */
3079#define _GLIBCXX_HAVE_SECURE_GETENV 1
3080
3081/* Define to 1 if you have the `setenv' function. */
3082#define _GLIBCXX_HAVE_SETENV 1
3083
3084/* Define to 1 if you have the `sincos' function. */
3085#define _GLIBCXX_HAVE_SINCOS 1
3086
3087/* Define to 1 if you have the `sincosf' function. */
3088#define _GLIBCXX_HAVE_SINCOSF 1
3089
3090/* Define to 1 if you have the `sincosl' function. */
3091#define _GLIBCXX_HAVE_SINCOSL 1
3092
3093/* Define to 1 if you have the `sinf' function. */
3094#define _GLIBCXX_HAVE_SINF 1
3095
3096/* Define to 1 if you have the `sinhf' function. */
3097#define _GLIBCXX_HAVE_SINHF 1
3098
3099/* Define to 1 if you have the `sinhl' function. */
3100#define _GLIBCXX_HAVE_SINHL 1
3101
3102/* Define to 1 if you have the `sinl' function. */
3103#define _GLIBCXX_HAVE_SINL 1
3104
3105/* Defined if sleep exists. */
3106/* #undef _GLIBCXX_HAVE_SLEEP */
3107
3108/* Define to 1 if you have the `sockatmark' function. */
3109#define _GLIBCXX_HAVE_SOCKATMARK 1
3110
3111/* Define to 1 if you have the `sqrtf' function. */
3112#define _GLIBCXX_HAVE_SQRTF 1
3113
3114/* Define to 1 if you have the `sqrtl' function. */
3115#define _GLIBCXX_HAVE_SQRTL 1
3116
3117/* Define if the <stacktrace> header is supported. */
3118#define _GLIBCXX_HAVE_STACKTRACE 1
3119
3120/* Define to 1 if you have the <stdalign.h> header file. */
3121#define _GLIBCXX_HAVE_STDALIGN_H 1
3122
3123/* Define to 1 if you have the <stdbool.h> header file. */
3124#define _GLIBCXX_HAVE_STDBOOL_H 1
3125
3126/* Define to 1 if you have the <stdint.h> header file. */
3127#define _GLIBCXX_HAVE_STDINT_H 1
3128
3129/* Define to 1 if you have the <stdlib.h> header file. */
3130#define _GLIBCXX_HAVE_STDLIB_H 1
3131
3132/* Define if strerror_l is available in <string.h>. */
3133#define _GLIBCXX_HAVE_STRERROR_L 1
3134
3135/* Define if strerror_r is available in <string.h>. */
3136#define _GLIBCXX_HAVE_STRERROR_R 1
3137
3138/* Define to 1 if you have the <strings.h> header file. */
3139#define _GLIBCXX_HAVE_STRINGS_H 1
3140
3141/* Define to 1 if you have the <string.h> header file. */
3142#define _GLIBCXX_HAVE_STRING_H 1
3143
3144/* Define to 1 if you have the `strtof' function. */
3145#define _GLIBCXX_HAVE_STRTOF 1
3146
3147/* Define to 1 if you have the `strtold' function. */
3148#define _GLIBCXX_HAVE_STRTOLD 1
3149
3150/* Define to 1 if `d_type' is a member of `struct dirent'. */
3151#define _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE 1
3152
3153/* Define if strxfrm_l is available in <string.h>. */
3154#define _GLIBCXX_HAVE_STRXFRM_L 1
3155
3156/* Define if symlink is available in <unistd.h>. */
3157#define _GLIBCXX_HAVE_SYMLINK 1
3158
3159/* Define to 1 if the target runtime linker supports binding the same symbol
3160 to different versions. */
3161#define _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
3162
3163/* Define to 1 if you have the <sys/filio.h> header file. */
3164/* #undef _GLIBCXX_HAVE_SYS_FILIO_H */
3165
3166/* Define to 1 if you have the <sys/ioctl.h> header file. */
3167#define _GLIBCXX_HAVE_SYS_IOCTL_H 1
3168
3169/* Define to 1 if you have the <sys/ipc.h> header file. */
3170#define _GLIBCXX_HAVE_SYS_IPC_H 1
3171
3172/* Define to 1 if you have the <sys/isa_defs.h> header file. */
3173/* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
3174
3175/* Define to 1 if you have the <sys/machine.h> header file. */
3176/* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
3177
3178/* Define to 1 if you have the <sys/mman.h> header file. */
3179#define _GLIBCXX_HAVE_SYS_MMAN_H 1
3180
3181/* Define to 1 if you have the <sys/param.h> header file. */
3182#define _GLIBCXX_HAVE_SYS_PARAM_H 1
3183
3184/* Define to 1 if you have the <sys/resource.h> header file. */
3185#define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
3186
3187/* Define to 1 if you have a suitable <sys/sdt.h> header file */
3188#define _GLIBCXX_HAVE_SYS_SDT_H 1
3189
3190/* Define to 1 if you have the <sys/sem.h> header file. */
3191#define _GLIBCXX_HAVE_SYS_SEM_H 1
3192
3193/* Define to 1 if you have the <sys/socket.h> header file. */
3194#define _GLIBCXX_HAVE_SYS_SOCKET_H 1
3195
3196/* Define to 1 if you have the <sys/statvfs.h> header file. */
3197#define _GLIBCXX_HAVE_SYS_STATVFS_H 1
3198
3199/* Define to 1 if you have the <sys/stat.h> header file. */
3200#define _GLIBCXX_HAVE_SYS_STAT_H 1
3201
3202/* Define to 1 if you have the <sys/sysinfo.h> header file. */
3203#define _GLIBCXX_HAVE_SYS_SYSINFO_H 1
3204
3205/* Define to 1 if you have the <sys/time.h> header file. */
3206#define _GLIBCXX_HAVE_SYS_TIME_H 1
3207
3208/* Define to 1 if you have the <sys/types.h> header file. */
3209#define _GLIBCXX_HAVE_SYS_TYPES_H 1
3210
3211/* Define to 1 if you have the <sys/uio.h> header file. */
3212#define _GLIBCXX_HAVE_SYS_UIO_H 1
3213
3214/* Define if S_IFREG is available in <sys/stat.h>. */
3215/* #undef _GLIBCXX_HAVE_S_IFREG */
3216
3217/* Define if S_ISREG is available in <sys/stat.h>. */
3218#define _GLIBCXX_HAVE_S_ISREG 1
3219
3220/* Define to 1 if you have the `tanf' function. */
3221#define _GLIBCXX_HAVE_TANF 1
3222
3223/* Define to 1 if you have the `tanhf' function. */
3224#define _GLIBCXX_HAVE_TANHF 1
3225
3226/* Define to 1 if you have the `tanhl' function. */
3227#define _GLIBCXX_HAVE_TANHL 1
3228
3229/* Define to 1 if you have the `tanl' function. */
3230#define _GLIBCXX_HAVE_TANL 1
3231
3232/* Define to 1 if you have the <tgmath.h> header file. */
3233#define _GLIBCXX_HAVE_TGMATH_H 1
3234
3235/* Define to 1 if you have the `timespec_get' function. */
3236#define _GLIBCXX_HAVE_TIMESPEC_GET 1
3237
3238/* Define to 1 if the target supports thread-local storage. */
3239#define _GLIBCXX_HAVE_TLS 1
3240
3241/* Define if truncate is available in <unistd.h>. */
3242#define _GLIBCXX_HAVE_TRUNCATE 1
3243
3244/* Define to 1 if you have the <uchar.h> header file. */
3245#define _GLIBCXX_HAVE_UCHAR_H 1
3246
3247/* Define to 1 if you have the <unistd.h> header file. */
3248#define _GLIBCXX_HAVE_UNISTD_H 1
3249
3250/* Define if unlinkat is available in <fcntl.h>. */
3251#define _GLIBCXX_HAVE_UNLINKAT 1
3252
3253/* Define to 1 if you have the `uselocale' function. */
3254#define _GLIBCXX_HAVE_USELOCALE 1
3255
3256/* Defined if usleep exists. */
3257/* #undef _GLIBCXX_HAVE_USLEEP */
3258
3259/* Define to 1 if you have the <utime.h> header file. */
3260#define _GLIBCXX_HAVE_UTIME_H 1
3261
3262/* Defined if vfwscanf exists. */
3263#define _GLIBCXX_HAVE_VFWSCANF 1
3264
3265/* Defined if vswscanf exists. */
3266#define _GLIBCXX_HAVE_VSWSCANF 1
3267
3268/* Defined if vwscanf exists. */
3269#define _GLIBCXX_HAVE_VWSCANF 1
3270
3271/* Define to 1 if you have the <wchar.h> header file. */
3272#define _GLIBCXX_HAVE_WCHAR_H 1
3273
3274/* Defined if wcstof exists. */
3275#define _GLIBCXX_HAVE_WCSTOF 1
3276
3277/* Define to 1 if you have the <wctype.h> header file. */
3278#define _GLIBCXX_HAVE_WCTYPE_H 1
3279
3280/* Define to 1 if you have the <windows.h> header file. */
3281/* #undef _GLIBCXX_HAVE_WINDOWS_H */
3282
3283/* Define if writev is available in <sys/uio.h>. */
3284#define _GLIBCXX_HAVE_WRITEV 1
3285
3286/* Define to 1 if you have the <xlocale.h> header file. */
3287/* #undef _GLIBCXX_HAVE_XLOCALE_H */
3288
3289/* Define to 1 if you have the `_aligned_malloc' function. */
3290/* #undef _GLIBCXX_HAVE__ALIGNED_MALLOC */
3291
3292/* Define to 1 if you have the `_wfopen' function. */
3293/* #undef _GLIBCXX_HAVE__WFOPEN */
3294
3295/* Define to 1 if you have the `__cxa_thread_atexit' function. */
3296/* #undef _GLIBCXX_HAVE___CXA_THREAD_ATEXIT */
3297
3298/* Define to 1 if you have the `__cxa_thread_atexit_impl' function. */
3299#define _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL 1
3300
3301/* Define as const if the declaration of iconv() needs const. */
3302#define _GLIBCXX_ICONV_CONST
3303
3304/* Define to the sub-directory in which libtool stores uninstalled libraries.
3305 */
3306#define _GLIBCXX_LT_OBJDIR ".libs/"
3307
3308/* Name of package */
3309/* #undef _GLIBCXX_PACKAGE */
3310
3311/* Define to the address where bug reports for this package should be sent. */
3312#define _GLIBCXX_PACKAGE_BUGREPORT ""
3313
3314/* Define to the full name of this package. */
3315#define _GLIBCXX_PACKAGE_NAME "package-unused"
3316
3317/* Define to the full name and version of this package. */
3318#define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
3319
3320/* Define to the one symbol short name of this package. */
3321#define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
3322
3323/* Define to the home page for this package. */
3324#define _GLIBCXX_PACKAGE_URL ""
3325
3326/* Define to the version of this package. */
3327#define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
3328
3329/* Define to 1 if you have the ANSI C header files. */
3330#define _GLIBCXX_STDC_HEADERS 1
3331
3332/* Version number of package */
3333/* #undef _GLIBCXX_VERSION */
3334
3335/* Enable large inode numbers on Mac OS X 10.5. */
3336#ifndef _GLIBCXX_DARWIN_USE_64_BIT_INODE
3337# define _GLIBCXX_DARWIN_USE_64_BIT_INODE 1
3338#endif
3339
3340/* Number of bits in a file offset, on hosts where this is settable. */
3341/* #undef _GLIBCXX_FILE_OFFSET_BITS */
3342
3343/* Define if C99 functions in <complex.h> should be used in <complex> for
3344 C++11. Using compiler builtins for these functions requires corresponding
3345 C99 library functions to be present. */
3346#define _GLIBCXX11_USE_C99_COMPLEX 1
3347
3348/* Define if C99 generic macros in <math.h> should be imported in <cmath> in
3349 namespace std for C++11. */
3350#define _GLIBCXX11_USE_C99_MATH 1
3351
3352/* Define if C99 functions or macros in <stdio.h> should be imported in
3353 <cstdio> in namespace std for C++11. */
3354#define _GLIBCXX11_USE_C99_STDIO 1
3355
3356/* Define if C99 functions or macros in <stdlib.h> should be imported in
3357 <cstdlib> in namespace std for C++11. */
3358#define _GLIBCXX11_USE_C99_STDLIB 1
3359
3360/* Define if C99 functions or macros in <wchar.h> should be imported in
3361 <cwchar> in namespace std for C++11. */
3362#define _GLIBCXX11_USE_C99_WCHAR 1
3363
3364/* Define if C99 functions in <complex.h> should be used in <complex> for
3365 C++98. Using compiler builtins for these functions requires corresponding
3366 C99 library functions to be present. */
3367#define _GLIBCXX98_USE_C99_COMPLEX 1
3368
3369/* Define if C99 functions or macros in <math.h> should be imported in <cmath>
3370 in namespace std for C++98. */
3371#define _GLIBCXX98_USE_C99_MATH 1
3372
3373/* Define if C99 functions or macros in <stdio.h> should be imported in
3374 <cstdio> in namespace std for C++98. */
3375#define _GLIBCXX98_USE_C99_STDIO 1
3376
3377/* Define if C99 functions or macros in <stdlib.h> should be imported in
3378 <cstdlib> in namespace std for C++98. */
3379#define _GLIBCXX98_USE_C99_STDLIB 1
3380
3381/* Define if C99 functions or macros in <wchar.h> should be imported in
3382 <cwchar> in namespace std for C++98. */
3383#define _GLIBCXX98_USE_C99_WCHAR 1
3384
3385/* Define if the compiler supports C++11 atomics. */
3386#define _GLIBCXX_ATOMIC_BUILTINS 1
3387
3388/* Define if global objects can be aligned to
3389 std::hardware_destructive_interference_size. */
3390#define _GLIBCXX_CAN_ALIGNAS_DESTRUCTIVE_SIZE 1
3391
3392/* Define to use concept checking code from the boost libraries. */
3393/* #undef _GLIBCXX_CONCEPT_CHECKS */
3394
3395/* Define to 1 if a fully dynamic basic_string is wanted, 0 to disable,
3396 undefined for platform defaults */
3397#define _GLIBCXX_FULLY_DYNAMIC_STRING 0
3398
3399/* Define if gthreads library is available. */
3400#define _GLIBCXX_HAS_GTHREADS 1
3401
3402/* Define to 1 if a full hosted library is built, or 0 if freestanding. */
3403#define _GLIBCXX_HOSTED __STDC_HOSTED__
3404
3405/* Define if compatibility should be provided for alternative 128-bit long
3406 double formats. */
3407
3408/* Define if compatibility should be provided for -mlong-double-64. */
3409
3410/* Define to the letter to which size_t is mangled. */
3411#define _GLIBCXX_MANGLE_SIZE_T m
3412
3413/* Define if C99 llrint and llround functions are missing from <math.h>. */
3414/* #undef _GLIBCXX_NO_C99_ROUNDING_FUNCS */
3415
3416/* Defined if no way to sleep is available. */
3417/* #undef _GLIBCXX_NO_SLEEP */
3418
3419/* Define if ptrdiff_t is int. */
3420/* #undef _GLIBCXX_PTRDIFF_T_IS_INT */
3421
3422/* Define if using setrlimit to set resource limits during "make check" */
3423#define _GLIBCXX_RES_LIMITS 1
3424
3425/* Define if size_t is unsigned int. */
3426/* #undef _GLIBCXX_SIZE_T_IS_UINT */
3427
3428/* Define if static tzdata should be compiled into the library. */
3429/* #undef _GLIBCXX_STATIC_TZDATA */
3430
3431/* Define to the value of the EOF integer constant. */
3432#define _GLIBCXX_STDIO_EOF -1
3433
3434/* Define to the value of the SEEK_CUR integer constant. */
3435#define _GLIBCXX_STDIO_SEEK_CUR 1
3436
3437/* Define to the value of the SEEK_END integer constant. */
3438#define _GLIBCXX_STDIO_SEEK_END 2
3439
3440/* Define to use symbol versioning in the shared library. */
3441#define _GLIBCXX_SYMVER 1
3442
3443/* Define to use darwin versioning in the shared library. */
3444/* #undef _GLIBCXX_SYMVER_DARWIN */
3445
3446/* Define to use GNU versioning in the shared library. */
3447#define _GLIBCXX_SYMVER_GNU 1
3448
3449/* Define to use GNU namespace versioning in the shared library. */
3450/* #undef _GLIBCXX_SYMVER_GNU_NAMESPACE */
3451
3452/* Define to use Sun versioning in the shared library. */
3453/* #undef _GLIBCXX_SYMVER_SUN */
3454
3455/* Define if C11 functions in <uchar.h> should be imported into namespace std
3456 in <cuchar>. */
3457#define _GLIBCXX_USE_C11_UCHAR_CXX11 1
3458
3459/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
3460 <stdio.h>, and <stdlib.h> can be used or exposed. */
3461#define _GLIBCXX_USE_C99 1
3462
3463/* Define if C99 inverse trig functions in <complex.h> should be used in
3464 <complex>. Using compiler builtins for these functions requires
3465 corresponding C99 library functions to be present. */
3466#define _GLIBCXX_USE_C99_COMPLEX_ARC 1
3467
3468/* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
3469 Using compiler builtins for these functions requires corresponding C99
3470 library functions to be present. */
3471#define _GLIBCXX_USE_C99_COMPLEX_TR1 1
3472
3473/* Define if C99 functions in <ctype.h> should be imported in <cctype> in
3474 namespace std for C++11. */
3475#define _GLIBCXX_USE_C99_CTYPE 1
3476
3477/* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
3478 namespace std::tr1. */
3479#define _GLIBCXX_USE_C99_CTYPE_TR1 1
3480
3481/* Define if C99 functions in <fenv.h> should be imported in <cfenv> in
3482 namespace std for C++11. */
3483#define _GLIBCXX_USE_C99_FENV 1
3484
3485/* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
3486 namespace std::tr1. */
3487#define _GLIBCXX_USE_C99_FENV_TR1 1
3488
3489/* Define if C99 functions in <inttypes.h> should be imported in <cinttypes>
3490 in namespace std in C++11. */
3491#define _GLIBCXX_USE_C99_INTTYPES 1
3492
3493/* Define if C99 functions in <inttypes.h> should be imported in
3494 <tr1/cinttypes> in namespace std::tr1. */
3495#define _GLIBCXX_USE_C99_INTTYPES_TR1 1
3496
3497/* Define if wchar_t C99 functions in <inttypes.h> should be imported in
3498 <cinttypes> in namespace std in C++11. */
3499#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T 1
3500
3501/* Define if wchar_t C99 functions in <inttypes.h> should be imported in
3502 <tr1/cinttypes> in namespace std::tr1. */
3503#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1
3504
3505/* Define if C99 functions in <math.h> should be imported in <cmath> in
3506 namespace std for C++11. */
3507#define _GLIBCXX_USE_C99_MATH_FUNCS 1
3508
3509/* Define if C99 functions or macros in <math.h> should be imported in
3510 <tr1/cmath> in namespace std::tr1. */
3511#define _GLIBCXX_USE_C99_MATH_TR1 1
3512
3513/* Define if C99 types in <stdint.h> should be imported in <cstdint> in
3514 namespace std for C++11. */
3515#define _GLIBCXX_USE_C99_STDINT 1
3516
3517/* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
3518 namespace std::tr1. */
3519#define _GLIBCXX_USE_C99_STDINT_TR1 1
3520
3521/* Define if usable chdir is available in <unistd.h>. */
3522#define _GLIBCXX_USE_CHDIR 1
3523
3524/* Define if usable chmod is available in <sys/stat.h>. */
3525#define _GLIBCXX_USE_CHMOD 1
3526
3527/* Defined if clock_gettime syscall has monotonic and realtime clock support.
3528 */
3529/* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */
3530
3531/* Defined if clock_gettime has monotonic clock support. */
3532#define _GLIBCXX_USE_CLOCK_MONOTONIC 1
3533
3534/* Defined if clock_gettime has realtime clock support. */
3535#define _GLIBCXX_USE_CLOCK_REALTIME 1
3536
3537/* Define if copy_file_range is available in <unistd.h>. */
3538/* #undef _GLIBCXX_USE_COPY_FILE_RANGE */
3539
3540/* Define if ISO/IEC TR 24733 decimal floating point types are supported on
3541 this host. */
3542#define _GLIBCXX_USE_DECIMAL_FLOAT 1
3543
3544/* Define if /dev/random and /dev/urandom are available for
3545 std::random_device. */
3546#define _GLIBCXX_USE_DEV_RANDOM 1
3547
3548/* Define if fchmod is available in <sys/stat.h>. */
3549#define _GLIBCXX_USE_FCHMOD 1
3550
3551/* Define if fchmodat is available in <sys/stat.h>. */
3552#define _GLIBCXX_USE_FCHMODAT 1
3553
3554/* Define if fseeko and ftello are available. */
3555#define _GLIBCXX_USE_FSEEKO_FTELLO 1
3556
3557/* Define if usable getcwd is available in <unistd.h>. */
3558#define _GLIBCXX_USE_GETCWD 1
3559
3560/* Defined if gettimeofday is available. */
3561#define _GLIBCXX_USE_GETTIMEOFDAY 1
3562
3563/* Define if get_nprocs is available in <sys/sysinfo.h>. */
3564#define _GLIBCXX_USE_GET_NPROCS 1
3565
3566/* Define if init_priority should be used for iostream initialization. */
3567#define _GLIBCXX_USE_INIT_PRIORITY_ATTRIBUTE 1
3568
3569/* Define if LFS support is available. */
3570#define _GLIBCXX_USE_LFS 1
3571
3572/* Define if code specialized for long long should be used. */
3573#define _GLIBCXX_USE_LONG_LONG 1
3574
3575/* Define if lstat is available in <sys/stat.h>. */
3576#define _GLIBCXX_USE_LSTAT 1
3577
3578/* Define if usable mkdir is available in <sys/stat.h>. */
3579#define _GLIBCXX_USE_MKDIR 1
3580
3581/* Defined if nanosleep is available. */
3582#define _GLIBCXX_USE_NANOSLEEP 1
3583
3584/* Define if NLS translations are to be used. */
3585#define _GLIBCXX_USE_NLS 1
3586
3587/* Define if nl_langinfo_l should be used for std::text_encoding. */
3588#define _GLIBCXX_USE_NL_LANGINFO_L 1
3589
3590/* Define if pthreads_num_processors_np is available in <pthread.h>. */
3591/* #undef _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP */
3592
3593/* Define if pthread_cond_clockwait is available in <pthread.h>. */
3594#define _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT 1
3595
3596/* Define if pthread_mutex_clocklock is available in <pthread.h>. */
3597#define _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK (_GLIBCXX_TSAN==0)
3598
3599/* Define if pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock are
3600 available in <pthread.h>. */
3601#define _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK 1
3602
3603/* Define if POSIX read/write locks are available in <gthr.h>. */
3604#define _GLIBCXX_USE_PTHREAD_RWLOCK_T 1
3605
3606/* Define if /dev/random and /dev/urandom are available for the random_device
3607 of TR1 (Chapter 5.1). */
3608#define _GLIBCXX_USE_RANDOM_TR1 1
3609
3610/* Define if usable realpath is available in <stdlib.h>. */
3611#define _GLIBCXX_USE_REALPATH 1
3612
3613/* Defined if sched_yield is available. */
3614#define _GLIBCXX_USE_SCHED_YIELD 1
3615
3616/* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */
3617#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
3618
3619/* Define if _SC_NPROC_ONLN is available in <unistd.h>. */
3620/* #undef _GLIBCXX_USE_SC_NPROC_ONLN */
3621
3622/* Define if sendfile is available in <sys/sendfile.h>. */
3623#define _GLIBCXX_USE_SENDFILE 1
3624
3625/* Define to restrict std::__basic_file<> to stdio APIs. */
3626/* #undef _GLIBCXX_USE_STDIO_PURE */
3627
3628/* Define if struct stat has timespec members. */
3629#define _GLIBCXX_USE_ST_MTIM 1
3630
3631/* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */
3632/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */
3633
3634/* Define if obsolescent tmpnam is available in <stdio.h>. */
3635#define _GLIBCXX_USE_TMPNAM 1
3636
3637/* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
3638 into namespace std in <cuchar> for C++20. */
3639#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_CXX20 1
3640
3641/* Define if c8rtomb and mbrtoc8 functions in <uchar.h> should be imported
3642 into namespace std in <cuchar> for -fchar8_t. */
3643#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_FCHAR8_T 1
3644
3645/* Define if utime is available in <utime.h>. */
3646#define _GLIBCXX_USE_UTIME 1
3647
3648/* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and
3649 AT_FDCWD in <fcntl.h>. */
3650#define _GLIBCXX_USE_UTIMENSAT 1
3651
3652/* Define if code specialized for wchar_t should be used. */
3653#define _GLIBCXX_USE_WCHAR_T 1
3654
3655/* Defined if Sleep exists. */
3656/* #undef _GLIBCXX_USE_WIN32_SLEEP */
3657
3658/* Define if _get_osfhandle should be used for filebuf::native_handle(). */
3659/* #undef _GLIBCXX_USE__GET_OSFHANDLE */
3660
3661/* Define to 1 if a verbose library is built, or 0 otherwise. */
3662#define _GLIBCXX_VERBOSE 1
3663
3664/* Defined if as can handle rdrand. */
3665#define _GLIBCXX_X86_RDRAND 1
3666
3667/* Defined if as can handle rdseed. */
3668#define _GLIBCXX_X86_RDSEED 1
3669
3670/* Define if a directory should be searched for tzdata files. */
3671#define _GLIBCXX_ZONEINFO_DIR "/usr/share/zoneinfo"
3672
3673/* Define to 1 if mutex_timedlock is available. */
3674#define _GTHREAD_USE_MUTEX_TIMEDLOCK 1
3675
3676/* Define for large files, on AIX-style hosts. */
3677/* #undef _GLIBCXX_LARGE_FILES */
3678
3679/* Define if all C++11 floating point overloads are available in <math.h>. */
3680#if __cplusplus >= 201103L
3681/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */
3682#endif
3683
3684/* Define if all C++11 integral type overloads are available in <math.h>. */
3685#if __cplusplus >= 201103L
3686/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */
3687#endif
3688
3689#endif // _GLIBCXX_CXX_CONFIG_H
3690#endif
3691#endif
3692