defs.h revision a0ccf39a68c0fcdf2165bde0f9b70ed12fc61cd8
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