comparison Config.in @ 417:57e1335e59f6

Commit 415 needs the other two files. (Oops.)
author Rob Landley <rob@landley.net>
date Thu, 02 Feb 2012 07:26:39 -0600
parents c7a26e26ad08
children f0247cfc37f2
comparison
equal deleted inserted replaced
416:e9f6e7f25854 417:57e1335e59f6
16 default y 16 default y
17 help 17 help
18 Support for suid commands, which run as root. This means toybox must 18 Support for suid commands, which run as root. This means toybox must
19 be installed suid root, and drops permissions before running commands 19 be installed suid root, and drops permissions before running commands
20 which do not require root access. 20 which do not require root access.
21
22 config TOYBOX_FLOAT
23 bool "Floating point support"
24 default y
25 help
26 Include floating point support infrastructure and commands that
27 require it.
21 28
22 config TOYBOX_FREE 29 config TOYBOX_FREE
23 bool "Free memory unnecessarily" 30 bool "Free memory unnecessarily"
24 default n 31 default n
25 help 32 help