llvm/tools/lldb/include/lldb/Host/Config.h

//===-- 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

#define LLDB_HAVE_EL_RFUNC_T

#define HAVE_SYS_EVENT_H

#define HAVE_PPOLL

#define HAVE_PTSNAME_R

#define HAVE_PROCESS_VM_READV

#define HAVE_NR_PROCESS_VM_READV

#ifndef HAVE_LIBCOMPRESSION
/* #undef HAVE_LIBCOMPRESSION */
#endif

#define LLDB_ENABLE_POSIX

#define LLDB_ENABLE_TERMIOS

#define LLDB_ENABLE_LZMA

#define LLVM_ENABLE_CURL

#define LLDB_ENABLE_CURSES

#define CURSES_HAVE_NCURSES_CURSES_H

#define LLDB_ENABLE_LIBEDIT

#define LLDB_ENABLE_LIBXML2

#define LLDB_ENABLE_LUA

#define LLDB_ENABLE_PYTHON

#define LLDB_ENABLE_FBSDVMCORE

#define LLDB_EMBED_PYTHON_HOME

/* #undef LLDB_PYTHON_HOME */

#define LLDB_INSTALL_LIBDIR_BASENAME

/* #undef LLDB_GLOBAL_INIT_DIRECTORY */

#define LLDB_BUG_REPORT_URL

#endif // #ifndef LLDB_HOST_CONFIG_H