diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 76a107521..a7d31ed0c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -2015,6 +2015,11 @@ unsigned size_from_HISTFILESIZE(const char *hp) FAST_FUNC; | |||
| 2015 | # else | 2015 | # else |
| 2016 | # define MAX_HISTORY 0 | 2016 | # define MAX_HISTORY 0 |
| 2017 | # endif | 2017 | # endif |
| 2018 | # if defined CONFIG_FEATURE_EDITING_HISTORY_DEFAULT && CONFIG_FEATURE_EDITING_HISTORY_DEFAULT > 0 | ||
| 2019 | # define DEFAULT_HISTORY (CONFIG_FEATURE_EDITING_HISTORY_DEFAULT + 0) | ||
| 2020 | # else | ||
| 2021 | # define DEFAULT_HISTORY 0 | ||
| 2022 | # endif | ||
| 2018 | typedef const char *get_exe_name_t(int i) FAST_FUNC; | 2023 | typedef const char *get_exe_name_t(int i) FAST_FUNC; |
| 2019 | typedef const char *sh_get_var_t(const char *name) FAST_FUNC; | 2024 | typedef const char *sh_get_var_t(const char *name) FAST_FUNC; |
| 2020 | typedef int sh_accept_glob_t(const char *name) FAST_FUNC; | 2025 | typedef int sh_accept_glob_t(const char *name) FAST_FUNC; |
