Warning, /include/x86_64-unknown-linux-gnu/c++/v1/__config_site is written in an unsupported language. File is not indexed.
0001 //===----------------------------------------------------------------------===//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008
0009 #ifndef _LIBCPP___CONFIG_SITE
0010 #define _LIBCPP___CONFIG_SITE
0011
0012 #define _LIBCPP_ABI_VERSION 1
0013 #define _LIBCPP_ABI_NAMESPACE __1
0014 #define _LIBCPP_ABI_FORCE_ITANIUM 0
0015 #define _LIBCPP_ABI_FORCE_MICROSOFT 0
0016 #define _LIBCPP_HAS_THREADS 1
0017 #define _LIBCPP_HAS_MONOTONIC_CLOCK 1
0018 #define _LIBCPP_HAS_TERMINAL 1
0019 #define _LIBCPP_HAS_MUSL_LIBC 0
0020 #define _LIBCPP_HAS_THREAD_API_PTHREAD 0
0021 #define _LIBCPP_HAS_THREAD_API_EXTERNAL 0
0022 #define _LIBCPP_HAS_THREAD_API_WIN32 0
0023 #define _LIBCPP_HAS_THREAD_API_C11 0 // FIXME: Is this guarding dead code?
0024 /* #undef _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS */
0025 #define _LIBCPP_HAS_VENDOR_AVAILABILITY_ANNOTATIONS 0
0026 /* #undef _LIBCPP_NO_VCRUNTIME */
0027 /* #undef _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION */
0028 #define _LIBCPP_HAS_FILESYSTEM 1
0029 #define _LIBCPP_HAS_RANDOM_DEVICE 1
0030 #define _LIBCPP_HAS_LOCALIZATION 1
0031 #define _LIBCPP_HAS_UNICODE 1
0032 #define _LIBCPP_HAS_WIDE_CHARACTERS 1
0033 /* #undef _LIBCPP_HAS_NO_STD_MODULES */
0034 #define _LIBCPP_HAS_TIME_ZONE_DATABASE 1
0035 #define _LIBCPP_INSTRUMENTED_WITH_ASAN 0
0036
0037 // PSTL backends
0038 /* #undef _LIBCPP_PSTL_BACKEND_SERIAL */
0039 #define _LIBCPP_PSTL_BACKEND_STD_THREAD
0040 /* #undef _LIBCPP_PSTL_BACKEND_LIBDISPATCH */
0041
0042 // Hardening.
0043 #define _LIBCPP_HARDENING_MODE_DEFAULT 2
0044
0045 // __USE_MINGW_ANSI_STDIO gets redefined on MinGW
0046 #ifdef __clang__
0047 # pragma clang diagnostic push
0048 # pragma clang diagnostic ignored "-Wmacro-redefined"
0049 #endif
0050
0051
0052
0053
0054 #ifdef __clang__
0055 # pragma clang diagnostic pop
0056 #endif
0057
0058 #endif // _LIBCPP___CONFIG_SITE