aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-19 02:49:22 -0500
committerRob Landley <rob@landley.net>2006-11-19 02:49:22 -0500
commit8324b89598b2aee0957a0378f0f63ff5755498be (patch)
tree6958c34834147ab29607a8e67aca2b05a751f2ee /Config.in
parentb29ceb8bd0f99134fe215eebc531dbcd7717e8ae (diff)
downloadtoybox-8324b89598b2aee0957a0378f0f63ff5755498be.tar.gz
New option parsing infrastructure (doesn't use getopt). Hook it up to
existing applets. Still a bit buggy, but bits of it work.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index b26f94ba..51b3cdaf 100644
--- a/Config.in
+++ b/Config.in
@@ -12,6 +12,12 @@ config TOYS_FREE
without a real OS (ala newlib+libgloss), enable this to make toybox
clean up after itself.
+config DEBUG
+ bool "Debugging tests"
+ default n
+ help
+ Enable extra checks for debugging purposes.
+
endmenu
source toys/Config.in