File indexing completed on 2026-05-10 08:42:48
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef LLDB_HOST_CONFIG_H
0010 #define LLDB_HOST_CONFIG_H
0011
0012 #define LLDB_EDITLINE_USE_WCHAR 1
0013
0014 #define LLDB_HAVE_EL_RFUNC_T 1
0015
0016 #define HAVE_SYS_EVENT_H 0
0017
0018 #define HAVE_PPOLL 1
0019
0020 #define HAVE_PTSNAME_R 1
0021
0022 #define HAVE_PROCESS_VM_READV 1
0023
0024 #define HAVE_NR_PROCESS_VM_READV 1
0025
0026 #ifndef HAVE_LIBCOMPRESSION
0027
0028 #endif
0029
0030 #define LLDB_ENABLE_POSIX 1
0031
0032 #define LLDB_ENABLE_TERMIOS 1
0033
0034 #define LLDB_ENABLE_LZMA 1
0035
0036 #define LLVM_ENABLE_CURL 0
0037
0038 #define LLDB_ENABLE_CURSES 1
0039
0040 #define CURSES_HAVE_NCURSES_CURSES_H 1
0041
0042 #define LLDB_ENABLE_LIBEDIT 1
0043
0044 #define LLDB_ENABLE_LIBXML2 0
0045
0046 #define LLDB_ENABLE_LUA 1
0047
0048 #define LLDB_ENABLE_PYTHON 0
0049
0050 #define LLDB_ENABLE_FBSDVMCORE 0
0051
0052 #define LLDB_EMBED_PYTHON_HOME 0
0053
0054
0055
0056 #define LLDB_INSTALL_LIBDIR_BASENAME "lib"
0057
0058
0059
0060 #define LLDB_BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
0061
0062 #endif