view Config.in @ 21:6475d6c46066

Add pwd. Consolidate toy list information under toylist.h.
author Rob Landley <rob@landley.net>
date Sat, 04 Nov 2006 17:45:18 -0500
parents f4c02f7cd5a5
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