blob: e346ccb08a961d35947ee82a54d438fb5851a8fa [file] [log] [blame]
Juan Cespedes5e01f651998-03-08 22:31:44 +01001
Juan Cespedesce377d52008-12-16 19:38:10 +01002#ifndef DEFAULT_ALIGN
3#define DEFAULT_ALIGN 50 /* default alignment column for results */
Ian Wienand2d45b1a2006-02-20 22:48:07 +01004#endif /* (-a switch) */
Juan Cespedes5e01f651998-03-08 22:31:44 +01005
Juan Cespedes5e01f651998-03-08 22:31:44 +01006#ifndef DEFAULT_STRLEN
Ian Wienand2d45b1a2006-02-20 22:48:07 +01007#define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */
8#endif /* strings (-s switch) */
Steve Fink1150bc42006-08-07 06:04:43 +02009
10#ifndef DEFAULT_ARRAYLEN
11#define DEFAULT_ARRAYLEN 4 /* default maximum # array elements */
12#endif /* (-A switch) */