aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ls.c b/ls.c
index 7a1b0f3d0..50b983e24 100644
--- a/ls.c
+++ b/ls.c
@@ -179,15 +179,13 @@ int ls_main(int argc, char **argv)
179#define FEATURE_AUTOWIDTH /* calculate terminal & column widths */ 179#define FEATURE_AUTOWIDTH /* calculate terminal & column widths */
180#define FEATURE_FILETYPECHAR /* enable -p and -F */ 180#define FEATURE_FILETYPECHAR /* enable -p and -F */
181 181
182#undef OP_BUF_SIZE 1024 /* leave undefined for unbuffered output */
183
184#define TERMINAL_WIDTH 80 /* use 79 if your terminal has linefold bug */ 182#define TERMINAL_WIDTH 80 /* use 79 if your terminal has linefold bug */
185#define COLUMN_WIDTH 14 /* default if AUTOWIDTH not defined */ 183#define COLUMN_WIDTH 14 /* default if AUTOWIDTH not defined */
186#define COLUMN_GAP 2 /* includes the file type char, if present */ 184#define COLUMN_GAP 2 /* includes the file type char, if present */
185#define HAS_REWINDDIR
187 186
188/************************************************************************/ 187/************************************************************************/
189 188
190#define HAS_REWINDDIR
191 189
192#if 1 /* FIXME libc 6 */ 190#if 1 /* FIXME libc 6 */
193# include <linux/types.h> 191# include <linux/types.h>