summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/include/lldb/Host/Config.h
blob: 38ab5a580a040c4abc8be9237b6b7d4b1ffe393d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
//===-- Config.h -----------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLDB_HOST_CONFIG_H
#define LLDB_HOST_CONFIG_H

#define LLDB_EDITLINE_USE_WCHAR 0

#define LLDB_HAVE_EL_RFUNC_T 0

#define HAVE_SYS_TYPES_H 1

#define HAVE_SYS_EVENT_H 1

#define HAVE_PPOLL 1

#define HAVE_SIGACTION 1

#define HAVE_PROCESS_VM_READV 0

#define HAVE_NR_PROCESS_VM_READV 0

/* #undef HAVE_LIBCOMPRESSION */

#define LLDB_ENABLE_POSIX 1

#define LLDB_ENABLE_TERMIOS 1

#define LLDB_ENABLE_LZMA 0

#define LLDB_ENABLE_CURSES 0

#define LLDB_ENABLE_LIBEDIT 0

#define LLDB_ENABLE_LIBXML2 0

#define LLDB_ENABLE_LUA 0

#define LLDB_ENABLE_PYTHON 0

#define LLDB_PYTHON_HOME ""

#define LLDB_LIBDIR_SUFFIX ""

#endif // #ifndef LLDB_HOST_CONFIG_H