aboutsummaryrefslogtreecommitdiff
path: root/defs.h
blob: dea000b046809745753aa1614da166483ba674a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef DEFAULT_ALIGN
#define DEFAULT_ALIGN 50	/* default alignment column for results */
#endif				/* (-a switch) */

#ifndef MAX_ARGS
#define MAX_ARGS        32	/* maximum number of args for a function */
#endif

#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) */

#define MAX_LIBRARIES 200