tizen 2.0
[external/ltrace.git] / defs.h
1
2 #ifndef DEFAULT_ALIGN
3 #define DEFAULT_ALIGN 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 #ifndef DEFAULT_ARRAYLEN
15 #define DEFAULT_ARRAYLEN  4     /* default maximum # array elements */
16 #endif                          /* (-A switch) */
17
18 #define MAX_LIBRARIES 30