diff options
author | Rob Landley <rob@landley.net> | 2012-02-02 07:26:39 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-02 07:26:39 -0600 |
commit | f01503d18a35c71706edf8b1801af55cfcb19733 (patch) | |
tree | 300c2ee4ed1ae5f969c2bd2f8a0731af8a227e15 /Config.in | |
parent | 801c3d52adaf2c976b075c63bc2f0ae79dcfbe3c (diff) | |
download | toybox-f01503d18a35c71706edf8b1801af55cfcb19733.tar.gz toybox-f01503d18a35c71706edf8b1801af55cfcb19733.tar.bz2 toybox-f01503d18a35c71706edf8b1801af55cfcb19733.zip |
Commit 415 needs the other two files. (Oops.)
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -19,6 +19,13 @@ config TOYBOX_SUID be installed suid root, and drops permissions before running commands which do not require root access. +config TOYBOX_FLOAT + bool "Floating point support" + default y + help + Include floating point support infrastructure and commands that + require it. + config TOYBOX_FREE bool "Free memory unnecessarily" default n |