aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-12-06 00:02:46 -0600
committerRob Landley <rob@landley.net>2020-12-06 00:02:46 -0600
commit75b89012c90470a27d66b54ad89901b94fcfd169 (patch)
tree07c1b6954a186511f016ca490c71ae0fbd2873f3 /Config.in
parent0e675d98f3aba7a834dc56c2ae419f20da376f44 (diff)
downloadtoybox-75b89012c90470a27d66b54ad89901b94fcfd169.tar.gz
Remove CONFIG_TOYBOX_I18N and just always support utf8.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index f7407d85..27948ad3 100644
--- a/Config.in
+++ b/Config.in
@@ -106,12 +106,6 @@ config TOYBOX_HELP_DASHDASH
optstring. (Use TOYFLAG_NOHELP to disable.) Produces the same output
as "help command". --version shows toybox version.
-config TOYBOX_I18N
- bool "Internationalization support"
- default y
- help
- Support for UTF-8 character sets, and some locale support.
-
config TOYBOX_FREE
bool "Free memory unnecessarily"
default n