xref: /freebsd/lib/libc++/__config_site (revision 19261079)
1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef _LIBCPP_CONFIG_SITE
10#define _LIBCPP_CONFIG_SITE
11
12/* #undef _LIBCPP_ABI_VERSION */
13/* #undef _LIBCPP_ABI_UNSTABLE */
14/* #undef _LIBCPP_ABI_FORCE_ITANIUM */
15/* #undef _LIBCPP_ABI_FORCE_MICROSOFT */
16/* #undef _LIBCPP_HIDE_FROM_ABI_PER_TU_BY_DEFAULT */
17/* #undef _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE */
18/* #undef _LIBCPP_HAS_NO_STDIN */
19/* #undef _LIBCPP_HAS_NO_STDOUT */
20/* #undef _LIBCPP_HAS_NO_THREADS */
21/* #undef _LIBCPP_HAS_NO_MONOTONIC_CLOCK */
22/* #undef _LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS */
23/* #undef _LIBCPP_HAS_MUSL_LIBC */
24/* #undef _LIBCPP_HAS_THREAD_API_PTHREAD */
25/* #undef _LIBCPP_HAS_THREAD_API_EXTERNAL */
26/* #undef _LIBCPP_HAS_THREAD_API_WIN32 */
27/* #undef _LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL */
28/* #undef _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS */
29#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
30/* #undef _LIBCPP_NO_VCRUNTIME */
31/* #undef _LIBCPP_TYPEINFO_COMPARISON_IMPLEMENTATION */
32/* #undef _LIBCPP_ABI_NAMESPACE */
33/* #undef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY */
34/* #undef _LIBCPP_HAS_PARALLEL_ALGORITHMS */
35/* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
36/* #undef _LIBCPP_HAS_NO_LOCALIZATION */
37
38
39
40#endif // _LIBCPP_CONFIG_SITE
41