blob: e59ebca62ed46a08e7dfc99dca420a018793c09d [file] [log] [blame]
Juan Cespedes5e01f651998-03-08 22:31:44 +01001
2#ifndef DEFAULT_ACOLUMN
Ian Wienand2d45b1a2006-02-20 22:48:07 +01003#define DEFAULT_ACOLUMN 50 /* default alignment column for results */
4#endif /* (-a switch) */
Juan Cespedes5e01f651998-03-08 22:31:44 +01005
6#ifndef MAX_ARGS
Ian Wienand2d45b1a2006-02-20 22:48:07 +01007#define MAX_ARGS 32 /* maximum number of args for a function */
Juan Cespedes5e01f651998-03-08 22:31:44 +01008#endif
9
10#ifndef DEFAULT_STRLEN
Ian Wienand2d45b1a2006-02-20 22:48:07 +010011#define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */
12#endif /* strings (-s switch) */
Steve Fink1150bc42006-08-07 06:04:43 +020013
14#ifndef DEFAULT_ARRAYLEN
15#define DEFAULT_ARRAYLEN 4 /* default maximum # array elements */
16#endif /* (-A switch) */