Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
authorEric Andersen <andersen@codepoet.org>
Tue, 25 Jul 2000 17:59:37 +0000 (17:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 25 Jul 2000 17:59:37 +0000 (17:59 -0000)
files, or not.  Usually safe to leave it off and let the OS clean up...
 -Erik

busybox.def.h

index a9f54ea..6ed9339 100644 (file)
 // 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
 //
 //