blob: e346ccb08a961d35947ee82a54d438fb5851a8fa [file] [log] [blame]
#ifndef DEFAULT_ALIGN
#define DEFAULT_ALIGN 50 /* default alignment column for results */
#endif /* (-a switch) */
#ifndef DEFAULT_STRLEN
#define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */
#endif /* strings (-s switch) */
#ifndef DEFAULT_ARRAYLEN
#define DEFAULT_ARRAYLEN 4 /* default maximum # array elements */
#endif /* (-A switch) */