diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/messages.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index e35bf8c6b..3c9d8683a 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -36,10 +36,14 @@ const char bb_busybox_exec_path[] ALIGN1 = CONFIG_BUSYBOX_EXEC_PATH; | |||
36 | * BB_GLOBBING and BB_UMASK are excluded because users shouln't be | 36 | * BB_GLOBBING and BB_UMASK are excluded because users shouln't be |
37 | * messing with them; BB_ALT_BUFFER and BB_FIX_BACKSLASH are excluded | 37 | * messing with them; BB_ALT_BUFFER and BB_FIX_BACKSLASH are excluded |
38 | * because they only affect particular applets, not the shell itself. | 38 | * because they only affect particular applets, not the shell itself. |
39 | * | ||
40 | * If you change any of these you should also update the definitions in | ||
41 | * include/libbb.h. | ||
39 | */ | 42 | */ |
40 | const char bbvar[] ALIGN1 = | 43 | const char bbvar[] ALIGN1 = |
41 | "BB_OVERRIDE_APPLETS\0" \ | 44 | "BB_OVERRIDE_APPLETS\0" \ |
42 | "BB_SKIP_ANSI_EMULATION\0" \ | 45 | "BB_SKIP_ANSI_EMULATION\0" \ |
46 | "BB_TERMINAL_MODE\0" \ | ||
43 | "BB_SYSTEMROOT\0"; | 47 | "BB_SYSTEMROOT\0"; |
44 | #endif | 48 | #endif |
45 | const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; | 49 | const char bb_default_login_shell[] ALIGN1 = LIBBB_DEFAULT_LOGIN_SHELL; |