summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2022-02-27 13:22:33 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2022-02-27 13:22:33 +0000
commitcf72045501cee6938eb9c169eaf18442ada9d438 (patch)
tree4aa8490e925a1f3cd7f0962cea3e1595894663ba /gnu/usr.bin/clang
parent100a640d517149e3e2b21b28fd18e90d084084fa (diff)
Enable libedit line editing
Sync our hardcoded config with what cmake detects in ports/devel/llvm. Brought up privately by cheloha@, then by Andrei on tech@, input and ok gnezdo@
Diffstat (limited to 'gnu/usr.bin/clang')
-rw-r--r--gnu/usr.bin/clang/include/lldb/Host/Config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/clang/include/lldb/Host/Config.h b/gnu/usr.bin/clang/include/lldb/Host/Config.h
index 184c61330a6..3a07fd60667 100644
--- a/gnu/usr.bin/clang/include/lldb/Host/Config.h
+++ b/gnu/usr.bin/clang/include/lldb/Host/Config.h
@@ -9,9 +9,9 @@
#ifndef LLDB_HOST_CONFIG_H
#define LLDB_HOST_CONFIG_H
-#define LLDB_EDITLINE_USE_WCHAR 0
+#define LLDB_EDITLINE_USE_WCHAR 1
-#define LLDB_HAVE_EL_RFUNC_T 0
+#define LLDB_HAVE_EL_RFUNC_T 1
#define HAVE_SYS_TYPES_H 1
@@ -37,11 +37,11 @@
#define LLDB_ENABLE_LZMA 0
-#define LLDB_ENABLE_CURSES 0
+#define LLDB_ENABLE_CURSES 1
#define CURSES_HAVE_NCURSES_CURSES_H 0
-#define LLDB_ENABLE_LIBEDIT 0
+#define LLDB_ENABLE_LIBEDIT 1
#define LLDB_ENABLE_LIBXML2 0