2.9BSD/usr/src/ucb/sendmail/src/trace.h

Compare this file to the similar file:
Show the results in this format:

/*
**  Trace Package.
**
**	Version:
**		%W%	%Y%	%G%
*/

typedef u_char	*TRACEV;

extern TRACEV	tTvect;			/* current trace vector */

# ifndef tTVECT
# define tTVECT		tTvect
# endif tTVECT

# define tTf(flag, level)	(tTVECT[flag] >= level)
# define tTlevel(flag)		(tTVECT[flag])