summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/rlconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libreadline/rlconf.h')
-rw-r--r--contrib/libreadline/rlconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/libreadline/rlconf.h b/contrib/libreadline/rlconf.h
index c651fd8..ff3929e 100644
--- a/contrib/libreadline/rlconf.h
+++ b/contrib/libreadline/rlconf.h
@@ -37,9 +37,12 @@
/* 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"
+/* 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
OpenPOWER on IntegriCloud