blob: 1eadb47ce2654e4999e858da83e39ff20207b613 [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
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) */