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