Path: blob/main/lib/clang/include/lldb/Host/Config.h
35233 views
//===-- Config.h -----------------------------------------------*- C++ -*-===//1//2// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.3// See https://llvm.org/LICENSE.txt for license information.4// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception5//6//===----------------------------------------------------------------------===//78#ifndef LLDB_HOST_CONFIG_H9#define LLDB_HOST_CONFIG_H1011#define LLDB_EDITLINE_USE_WCHAR 11213#define LLDB_HAVE_EL_RFUNC_T 11415#define HAVE_SYS_EVENT_H 11617#define HAVE_PPOLL 11819#define HAVE_PTSNAME_R 12021#define HAVE_PROCESS_VM_READV 02223#define HAVE_NR_PROCESS_VM_READV 02425#ifndef HAVE_LIBCOMPRESSION26/* #undef HAVE_LIBCOMPRESSION */27#endif2829#define LLDB_ENABLE_POSIX 13031#define LLDB_ENABLE_TERMIOS 13233#define LLDB_ENABLE_LZMA 13435#define LLDB_ENABLE_CURSES 13637#define CURSES_HAVE_NCURSES_CURSES_H 03839#define LLDB_ENABLE_LIBEDIT 14041#define LLDB_ENABLE_LIBXML2 04243#define LLDB_ENABLE_LUA 14445#define LLDB_ENABLE_PYTHON 04647#define LLDB_ENABLE_FBSDVMCORE 04849#define LLDB_EMBED_PYTHON_HOME 05051/* #undef LLDB_PYTHON_HOME */5253#define LLDB_INSTALL_LIBDIR_BASENAME "lib"5455/* #undef LLDB_GLOBAL_INIT_DIRECTORY */5657#define LLDB_BUG_REPORT_URL "https://bugs.freebsd.org/submit/"5859#endif // #ifndef LLDB_HOST_CONFIG_H606162