VERBOSE
#define VERBOSE 4
#define VERBOSE(msg) \
#define VERBOSE(f, s) { if (Verbose > 0) fprintf(stderr, f, s); }
#define VERBOSE(x, name) if (x) verbose(name)
#define VERBOSE 'v' /* be chatty */
#define VERBOSE 0x00000001
#define VERBOSE(f) ((f)->ft_flags & FST_VERBOSE)
#define VERBOSE 20
#define VERBOSE(f, s) { if (Verbose > 0) (void)fprintf(stderr, f, s); }
VERBOSE,
#define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); }
#define VERBOSE (CP_ALL | LV_VERBOSE)
#define VERBOSE (CP_ALL | LV_VERBOSE)
VERBOSE = 0x4 /* Messages are go out only in VERBOSE node. */
#undef VERBOSE
#define VERBOSE 1