aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-19 05:31:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-19 05:31:45 +0000
commit9854b38d81f9a8c0c5feb245d070b378415a82c2 (patch)
treeeb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /util-linux
parent1fede547092c5302a27d5c668a47335b36fcdf53 (diff)
downloadbusybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.gz
busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.bz2
busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@109 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/more.c8
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 @@
24 * 24 *
25 */ 25 */
26 26
27
28/* Turning this off makes things a bit smaller (and less pretty) */
29#define BB_FEATURE_USE_TERMIOS
30/* Turning this off makes things a bit smaller (and less pretty) */
31#define BB_FEATURE_AUTOWIDTH
32
33
34
35#include "internal.h" 27#include "internal.h"
36#include <stdio.h> 28#include <stdio.h>
37#include <fcntl.h> 29#include <fcntl.h>