]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/rlconf.h
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / lib / readline / rlconf.h
index c651fd8b41f66ad39807ee1e18e714fcb8dae961..ff3929e0bf55261b42cc3217a0e9631ea2a1c7d2 100644 (file)
 /* 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