Config.h (652a9748855320619e075c4e83aef2f5294412d2) | Config.h (5f24ef21bee1ae1335796004829d750252582ca5) |
---|---|
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//===----------------------------------------------------------------------===// --- 33 unchanged lines hidden (view full) --- 42#define LLDB_ENABLE_LIBEDIT 1 43 44#define LLDB_ENABLE_LIBXML2 0 45 46#define LLDB_ENABLE_LUA 1 47 48#define LLDB_ENABLE_PYTHON 0 49 | 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//===----------------------------------------------------------------------===// --- 33 unchanged lines hidden (view full) --- 42#define LLDB_ENABLE_LIBEDIT 1 43 44#define LLDB_ENABLE_LIBXML2 0 45 46#define LLDB_ENABLE_LUA 1 47 48#define LLDB_ENABLE_PYTHON 0 49 |
50#define LLDB_EMBED_PYTHON_HOME 0 51 |
|
50/* #undef LLDB_PYTHON_HOME */ 51 52#define LLDB_LIBDIR_SUFFIX "" 53 54#endif // #ifndef LLDB_HOST_CONFIG_H | 52/* #undef LLDB_PYTHON_HOME */ 53 54#define LLDB_LIBDIR_SUFFIX "" 55 56#endif // #ifndef LLDB_HOST_CONFIG_H |