defs.h revision 1150bc4b812f0150e832607b8724b023d6d7d575
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 for a function */
8#endif
9
10#ifndef DEFAULT_STRLEN
11#define DEFAULT_STRLEN  32	/* default maximum # of bytes printed in */
12#endif				/* strings (-s switch) */
13
14#ifndef DEFAULT_ARRAYLEN
15#define DEFAULT_ARRAYLEN  4	/* default maximum # array elements */
16#endif				/* (-A switch) */
17