diff options
author | Eric Andersen | 1999-11-19 05:31:45 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-19 05:31:45 +0000 |
commit | 6a76e652aab7d614c2b47b50318e0690c06779c4 (patch) | |
tree | eb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /util-linux | |
parent | 08b1034f4f0b910660a8b1a537f86462fa41ebad (diff) | |
download | busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.zip busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.tar.gz |
Stuf
Diffstat (limited to 'util-linux')
-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 7fbca23..821427d 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> |