You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
473 B
13 lines
473 B
10 months ago
|
diff --git a/lib/readline/rlconf.h b/lib/readline/rlconf.h
|
||
|
--- a/lib/readline/rlconf.h
|
||
|
+++ b/lib/readline/rlconf.h
|
||
|
@@ -64,7 +64,7 @@
|
||
|
|
||
|
/* Define this if you want to enable code that talks to the Linux kernel
|
||
|
tty auditing system. */
|
||
|
-/* #define ENABLE_TTY_AUDIT_SUPPORT */
|
||
|
+#define ENABLE_TTY_AUDIT_SUPPORT
|
||
|
|
||
|
/* Defaults for the various editing mode indicators, inserted at the beginning
|
||
|
of the last (maybe only) line of the prompt if show-mode-in-prompt is on */
|