]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/include/lldb/Host/Config.h.cmake
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / include / lldb / Host / Config.h.cmake
1 //===-- Config.h -----------------------------------------------*- C++ -*-===//
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 LLDB_HOST_CONFIG_H
10 #define LLDB_HOST_CONFIG_H
11
12 #cmakedefine LLDB_CONFIG_TERMIOS_SUPPORTED
13
14 #cmakedefine01 LLDB_EDITLINE_USE_WCHAR
15
16 #cmakedefine01 LLDB_HAVE_EL_RFUNC_T
17
18 #cmakedefine LLDB_DISABLE_POSIX
19
20 #define LLDB_LIBDIR_SUFFIX "${LLVM_LIBDIR_SUFFIX}"
21
22 #cmakedefine01 HAVE_SYS_EVENT_H
23
24 #cmakedefine01 HAVE_PPOLL
25
26 #cmakedefine01 HAVE_SIGACTION
27
28 #cmakedefine01 HAVE_PROCESS_VM_READV
29
30 #cmakedefine01 HAVE_NR_PROCESS_VM_READV
31
32 #ifndef HAVE_LIBCOMPRESSION
33 #cmakedefine HAVE_LIBCOMPRESSION
34 #endif
35
36 #endif // #ifndef LLDB_HOST_CONFIG_H