view Config.in @ 11:66e7b6eaa2e2

The Config files don't need the CONFIG_ prefix.
author landley@driftwood
date Wed, 01 Nov 2006 21:12:20 -0500
parents 4d21d59f3206
children f4c02f7cd5a5
line wrap: on
line source

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