]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashhist.h
Imported from ../bash-3.2.48.tar.gz.
[thirdparty/bash.git] / bashhist.h
index 0a01d691eabb0bf0ecc4c8e93375e090749fb37c..654043c774fc2ab83ea9e227f8687bdc48339cd9 100644 (file)
@@ -31,6 +31,9 @@
 #define HC_IGNBOTH     (HC_IGNSPACE|HC_IGNDUPS)
 
 extern int remember_on_history;
+extern int enable_history_list;                /* value for `set -o history' */
+extern int literal_history;            /* controlled by `shopt lithist' */
+extern int force_append_history;
 extern int history_lines_this_session;
 extern int history_lines_in_file;
 extern int history_expansion;