From 2d698b6e42d8dca191ac795ef5dba3bf62496eec Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 9 Apr 2010 16:13:32 -0700 Subject: Integrate bash 3.2 version This is merge of current Debian stable (Lenny) version of Bash with Vyatta changes. --- lib/readline/rlconf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/readline/rlconf.h') diff --git a/lib/readline/rlconf.h b/lib/readline/rlconf.h index 090adb8..aa52b6d 100644 --- a/lib/readline/rlconf.h +++ b/lib/readline/rlconf.h @@ -37,10 +37,13 @@ /* Ugly but working hack for binding prefix meta. */ #define PREFIX_META_HACK -/* The final, last-ditch effort file name for an init file. */ +/* The next-to-last-ditch effort file name for a user-specific init file. */ #define DEFAULT_INPUTRC "~/.inputrc" #define SYSTEM_INPUTRC "/etc/inputrc" +/* The ultimate last-ditch filenname for an init file -- system-wide. */ +#define SYS_INPUTRC "/etc/inputrc" + /* If defined, expand tabs to spaces. */ #define DISPLAY_TABS -- cgit v1.2.3