diff options
Diffstat (limited to 'lib/readline/rlconf.h')
-rw-r--r-- | lib/readline/rlconf.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |