mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
#define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined
This commit is contained in:
parent
2a813e20e2
commit
7e46cf748e
@ -58,9 +58,8 @@
|
||||
|
||||
#if ENABLE_FEATURE_COMMAND_EDITING
|
||||
|
||||
#if ENABLE_FEATURE_COMMAND_USERNAME_COMPLETION || ENABLE_FEATURE_SH_FANCY_PROMPT
|
||||
#define ENABLE_FEATURE_GETUSERNAME_AND_HOMEDIR 1
|
||||
#endif
|
||||
#define ENABLE_FEATURE_GETUSERNAME_AND_HOMEDIR \
|
||||
(ENABLE_FEATURE_COMMAND_USERNAME_COMPLETION || ENABLE_FEATURE_SH_FANCY_PROMPT)
|
||||
|
||||
/* Maximum length of the linked list for the command line history */
|
||||
#if !ENABLE_FEATURE_COMMAND_HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user