btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / libs / libc++ / __config_site.in
blob7a1d739f72163bf7b46c6702989454de537957c3
1 //===----------------------------------------------------------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef _LIBCPP_CONFIG_SITE
11 #define _LIBCPP_CONFIG_SITE
13 #cmakedefine _LIBCPP_ABI_VERSION @_LIBCPP_ABI_VERSION@
14 #cmakedefine _LIBCPP_ABI_UNSTABLE
15 #cmakedefine _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE
16 #cmakedefine _LIBCPP_HAS_NO_STDIN
17 #cmakedefine _LIBCPP_HAS_NO_STDOUT
18 #cmakedefine _LIBCPP_HAS_NO_THREADS
19 #cmakedefine _LIBCPP_HAS_NO_MONOTONIC_CLOCK
20 #cmakedefine _LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS
22 #endif