diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 7fbca2317..821427dda 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -24,14 +24,6 @@ * */ - -/* Turning this off makes things a bit smaller (and less pretty) */ -#define BB_FEATURE_USE_TERMIOS -/* Turning this off makes things a bit smaller (and less pretty) */ -#define BB_FEATURE_AUTOWIDTH - - - #include "internal.h" #include <stdio.h> #include <fcntl.h> |