| Juan Cespedes | 5e01f65 | 1998-03-08 22:31:44 +0100 | [diff] [blame] | 1 | |
| Juan Cespedes | ce377d5 | 2008-12-16 19:38:10 +0100 | [diff] [blame] | 2 | #ifndef DEFAULT_ALIGN |
| 3 | #define DEFAULT_ALIGN 50 /* default alignment column for results */ |
| Ian Wienand | 2d45b1a | 2006-02-20 22:48:07 +0100 | [diff] [blame] | 4 | #endif /* (-a switch) */ |
| Juan Cespedes | 5e01f65 | 1998-03-08 22:31:44 +0100 | [diff] [blame] | 5 | |
| Juan Cespedes | 5e01f65 | 1998-03-08 22:31:44 +0100 | [diff] [blame] | 6 | #ifndef DEFAULT_STRLEN |
| Ian Wienand | 2d45b1a | 2006-02-20 22:48:07 +0100 | [diff] [blame] | 7 | #define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */ |
| 8 | #endif /* strings (-s switch) */ |
| Steve Fink | 1150bc4 | 2006-08-07 06:04:43 +0200 | [diff] [blame] | 9 | |
| 10 | #ifndef DEFAULT_ARRAYLEN |
| 11 | #define DEFAULT_ARRAYLEN 4 /* default maximum # array elements */ |
| 12 | #endif /* (-A switch) */ |