mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 06:30:50 +02:00
commit bash-20161122 snapshot
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
|
||||
#define HC_IGNBOTH (HC_IGNSPACE|HC_IGNDUPS)
|
||||
|
||||
#if defined (STRICT_POSIX)
|
||||
# define HISTEXPAND_DEFAULT 0
|
||||
#else
|
||||
# define HISTEXPAND_DEFAULT 1
|
||||
#endif
|
||||
|
||||
extern int remember_on_history;
|
||||
extern int enable_history_list; /* value for `set -o history' */
|
||||
extern int literal_history; /* controlled by `shopt lithist' */
|
||||
|
||||
Reference in New Issue
Block a user