| Juan Cespedes | 5e01f65 | 1998-03-08 22:31:44 +0100 | [diff] [blame^] | 1 | |
| 2 | #ifndef DEFAULT_ACOLUMN | ||||
| 3 | #define DEFAULT_ACOLUMN 50 /* default alignment column for results */ | ||||
| 4 | #endif /* (-a switch) */ | ||||
| 5 | |||||
| 6 | #ifndef MAX_ARGS | ||||
| 7 | #define MAX_ARGS 32 /* maximum number of args to a syscall */ | ||||
| 8 | #endif | ||||
| 9 | |||||
| 10 | #ifndef DEFAULT_STRLEN | ||||
| 11 | #define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */ | ||||
| 12 | #endif /* strings (-s switch) */ | ||||
| 13 | |||||