diff Config.in @ 25:eb46bb5626cb

New option parsing infrastructure (doesn't use getopt). Hook it up to existing applets. Still a bit buggy, but bits of it work.
author Rob Landley <rob@landley.net>
date Sun, 19 Nov 2006 02:49:22 -0500
parents f4c02f7cd5a5
children 7c77c6ec17ee
line wrap: on
line diff
--- a/Config.in	Thu Nov 09 19:19:37 2006 -0500
+++ b/Config.in	Sun Nov 19 02:49:22 2006 -0500
@@ -12,6 +12,12 @@
 	  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