aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-26 00:53:34 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-26 00:53:34 +0000
commit0d49dd53cf938c3130ac2d9eed4d3380ba9d952a (patch)
tree5134b12858435f1b1f381e40dee41550c7a9312d
parentcc10a5b42baab5298fef345c3824ffb2018e053c (diff)
downloadbusybox-w32-0d49dd53cf938c3130ac2d9eed4d3380ba9d952a.tar.gz
busybox-w32-0d49dd53cf938c3130ac2d9eed4d3380ba9d952a.tar.bz2
busybox-w32-0d49dd53cf938c3130ac2d9eed4d3380ba9d952a.zip
Better description
-rw-r--r--busybox.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 6ed93394e..26588e98f 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -253,7 +253,8 @@
253// #define BB_FEATURE_INSTALLER 253// #define BB_FEATURE_INSTALLER
254// 254//
255// Clean up all memory before exiting -- usually not needed 255// Clean up all memory before exiting -- usually not needed
256// as the OS can clean up... 256// as the OS can clean up... Don't enable this unless you
257// have a really good reason for cleaning things up manually.
257//#define BB_FEATURE_CLEAN_UP 258//#define BB_FEATURE_CLEAN_UP
258// 259//
259// End of Features List 260// End of Features List