Config.h (0b37c1590418417c894529d371800dfac71ef887) Config.h (f46f1d2836a8ed96eb60c4d232ec7c91bf2a33b9)
1// $FreeBSD$
2//===-- Config.h -----------------------------------------------*- C++ -*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//

--- 27 unchanged lines hidden (view full) ---

36#define LLDB_ENABLE_TERMIOS 1
37
38#define LLDB_ENABLE_LZMA 1
39
40#define LLDB_ENABLE_CURSES 1
41
42#define LLDB_ENABLE_LIBEDIT 1
43
1// $FreeBSD$
2//===-- Config.h -----------------------------------------------*- C++ -*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//

--- 27 unchanged lines hidden (view full) ---

36#define LLDB_ENABLE_TERMIOS 1
37
38#define LLDB_ENABLE_LZMA 1
39
40#define LLDB_ENABLE_CURSES 1
41
42#define LLDB_ENABLE_LIBEDIT 1
43
44#define LLDB_ENABLE_LIBXML2 1
44#define LLDB_ENABLE_LIBXML2 0
45
45
46#define LLDB_ENABLE_LUA 1
46#define LLDB_ENABLE_LUA 0
47
47
48#define LLDB_ENABLE_PYTHON 1
48#define LLDB_ENABLE_PYTHON 0
49
50/* #undef LLDB_PYTHON_HOME */
51
52#define LLDB_LIBDIR_SUFFIX ""
53
54#endif // #ifndef LLDB_HOST_CONFIG_H
49
50/* #undef LLDB_PYTHON_HOME */
51
52#define LLDB_LIBDIR_SUFFIX ""
53
54#endif // #ifndef LLDB_HOST_CONFIG_H