comparison Config.in @ 710:cfdaead45479

Make internalization support optional
author Felix Janda <felix.janda@posteo.de>
date Wed, 21 Nov 2012 20:38:29 +0100
parents ed6ce9f11bf7
children da601285a86e
comparison
equal deleted inserted replaced
709:6164dcc7384d 710:cfdaead45479
30 default y 30 default y
31 help 31 help
32 Include floating point support infrastructure and commands that 32 Include floating point support infrastructure and commands that
33 require it. 33 require it.
34 34
35 config TOYBOX_I18N
36 bool "Internalization support"
37 default y
38 help
39 Add support for locales in commands.
40
35 config TOYBOX_FREE 41 config TOYBOX_FREE
36 bool "Free memory unnecessarily" 42 bool "Free memory unnecessarily"
37 default n 43 default n
38 help 44 help
39 When a program exits, the operating system will clean up after it 45 When a program exits, the operating system will clean up after it