Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / busybox.def.h
index d7756a498aeb4119f8175fc90f62ba3fdd4b0cfa..9742241c27321087ff471cff3f1e86e8610a8d1e 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
 #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