Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close

files, or not.  Usually safe to leave it off and let the OS clean up...
 -Erik
This commit is contained in:
Eric Andersen 2000-07-25 17:59:37 +00:00
parent d34595d857
commit b9ea02c04b

View File

@ -252,6 +252,10 @@
// compiled into the binary. (needs /proc filesystem)
// #define BB_FEATURE_INSTALLER
//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up...
//#define BB_FEATURE_CLEAN_UP
//
// End of Features List
//
//