view Config.in @ 17:f4c02f7cd5a5

Thinko: the Config.in for the toys should be in ./toys, not ./lib.
author Rob Landley <rob@landley.net>
date Thu, 02 Nov 2006 11:20:53 -0500
parents 66e7b6eaa2e2
children eb46bb5626cb
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 toys/Config.in