diff options
author | Felix Janda <felix.janda@posteo.de> | 2012-11-21 20:38:29 +0100 |
---|---|---|
committer | Felix Janda <felix.janda@posteo.de> | 2012-11-21 20:38:29 +0100 |
commit | 250e0055fe0596f0f13d6e30f0bfe086702f5a25 (patch) | |
tree | 287e906cfd510fbc9fa52c47829814d4e4cba3e8 /Config.in | |
parent | de51192c854d20b19d25daedca9e7ecdc72e13f1 (diff) | |
download | toybox-250e0055fe0596f0f13d6e30f0bfe086702f5a25.tar.gz |
Make internalization support optional
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,12 @@ config TOYBOX_FLOAT Include floating point support infrastructure and commands that require it. +config TOYBOX_I18N + bool "Internalization support" + default y + help + Add support for locales in commands. + config TOYBOX_FREE bool "Free memory unnecessarily" default n |