From 8324b89598b2aee0957a0378f0f63ff5755498be Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 19 Nov 2006 02:49:22 -0500 Subject: New option parsing infrastructure (doesn't use getopt). Hook it up to existing applets. Still a bit buggy, but bits of it work. --- Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3