diff options
author | Rob Landley <rob@landley.net> | 2006-11-01 22:19:34 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-01 22:19:34 -0500 |
commit | 1f24e8080858e62794ba4d2869a3ae1e383e47e7 (patch) | |
tree | b593a9289b54c00ed5663fc6bafe3fa14e79fa4a /Config.in | |
parent | 52fb04274b3491fdfe91b2e5acc23dc3f3064a86 (diff) | |
parent | 6ccb1b7897a12ccec511f60e41e8f54c81fcdd6d (diff) | |
download | toybox-1f24e8080858e62794ba4d2869a3ae1e383e47e7.tar.gz |
The darn thing accidentally created a branch. I had to copy a half-dozen
files to temporary locations to get them out of the way of the merge, and
the next checkin will be putting them _back_. This commit is entirely to
humor mercurial, and if I could figure out how to avoid getting it in this
weird state, I would.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Config.in b/Config.in new file mode 100644 index 00000000..85d03a06 --- /dev/null +++ b/Config.in @@ -0,0 +1,17 @@ +mainmenu "ToyBox Configuration" + +menu "Global settings" + +config TOYS_FREE + bool "Free memory unnecessarily" + default n + help + When a program exits, the operating system will clean up after it + (free memory, close files, etc). To save size, toybox usually relies + on this behavior. If you're running toybox under a debugger or + without a real OS (ala newlib+libgloss), enable this to make toybox + clean up after itself. + +endmenu + +source lib/Config.in |