diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2015-07-25 15:41:05 -0400 |
---|---|---|
committer | Patrick Palka <patrick@parcs.ath.cx> | 2015-07-25 15:57:00 -0400 |
commit | 5836a818eccb180d75c92ce4c861abb6fe8dec23 (patch) | |
tree | 624044ca5df5a6c192e47933a735ab4fe9aaea71 /readline/rlconf.h | |
parent | b8cc7b2e9afab37eb9a7cff0d3ae4ebbcf7d494f (diff) | |
download | gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.zip gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.tar.gz gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.tar.bz2 |
Revert "Sync readline/ to version 7.0 alpha"
This reverts commit b558ff043d41ba8d17a82f5f9ae5f9dade66160e.
This reverts commit 4a11f2065906976675808364ddbd1c0f77eea41f.
The initial import commit failed to retain local changes made to
readline's configure.in (and the commit message erroneously stated that
there were no local changes that needed to be reapplied). Also the
import caused a couple of build errors and a scattering of testsuite
regressions throughout many arches. It's probably better to start over
with this import, hopefully more carefully next time.
Diffstat (limited to 'readline/rlconf.h')
-rw-r--r-- | readline/rlconf.h | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/readline/rlconf.h b/readline/rlconf.h index fa52835..39f94db 100644 --- a/readline/rlconf.h +++ b/readline/rlconf.h @@ -1,6 +1,6 @@ /* rlconf.h -- readline configuration definitions */ -/* Copyright (C) 1992-2012 Free Software Foundation, Inc. +/* Copyright (C) 1992-2009 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading lines of text with interactive input and history editing. @@ -28,12 +28,8 @@ /* Define this to get an indication of file type when listing completions. */ #define VISIBLE_STATS -/* Define this to get support for colors when listing completions and in - other places. */ -#define COLOR_SUPPORT - /* This definition is needed by readline.c, rltty.c, and signals.c. */ -/* If on, then readline handles signals in a way that doesn't suck. */ +/* If on, then readline handles signals in a way that doesn't screw. */ #define HANDLE_SIGNALS /* Ugly but working hack for binding prefix meta. */ @@ -62,18 +58,4 @@ /* Define this if you want the cursor to indicate insert or overwrite mode. */ /* #define CURSOR_MODE */ -/* Define this if you want to enable code that talks to the Linux kernel - tty auditing system. */ -#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 */ -#define RL_EMACS_MODESTR_DEFAULT "@" -#define RL_EMACS_MODESTR_DEFLEN 1 - -#define RL_VI_INS_MODESTR_DEFAULT "(ins)" -#define RL_VI_INS_MODESTR_DEFLEN 5 -#define RL_VI_CMD_MODESTR_DEFAULT "(cmd)" -#define RL_VI_CMD_MODESTR_DEFLEN 5 - #endif /* _RLCONF_H_ */ |