Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / busybox.def.h
index d7756a498aeb4119f8175fc90f62ba3fdd4b0cfa..a07327e4b6ca365dd78ed88a055acabdbeb04053 100644 (file)
@@ -17,6 +17,7 @@
 #define BB_CP_MV
 #define BB_CUT
 #define BB_DATE
+#define BB_DC
 #define BB_DD
 #define BB_DEALLOCVT
 #define BB_DF
@@ -54,7 +55,6 @@
 #define BB_LS
 #define BB_LSMOD
 #define BB_MAKEDEVS
-#define BB_MATH
 //#define BB_MD5SUM
 #define BB_MKDIR
 #define BB_MKFIFO
 //#define BB_FEATURE_INSMOD_VERSION_CHECKING
 //
 //
+// Enable busybox --install [-s]
+// to create links (or symlinks) for all the commands that are 
+// compiled into the binary.  (needs /proc filesystem)
+// #define BB_FEATURE_INSTALLER
+//
 // End of Features List
 //
 //
 #endif
 #endif
 //
+#if defined BB_FEATURE_AUTOWIDTH
+#ifndef BB_FEATURE_USE_TERMIOS
+#define BB_FEATURE_USE_TERMIOS
+#endif
+#endif
+//
 #if defined BB_INSMOD
 #ifndef BB_FEATURE_INSMOD_OLD_KERNEL
 #define BB_FEATURE_INSMOD_NEW_KERNEL