1: /*
   2: **  Sendmail
   3: **  Copyright (c) 1983  Eric P. Allman
   4: **  Berkeley, California
   5: **
   6: **  Copyright (c) 1983 Regents of the University of California.
   7: **  All rights reserved.  The Berkeley software License Agreement
   8: **  specifies the terms and conditions for redistribution.
   9: **
  10: **	@(#)trace.h	5.1 (Berkeley) 7/14/85
  11: */
  12: 
  13: /*
  14: **  Trace Package.
  15: */
  16: 
  17: typedef u_char  *TRACEV;
  18: 
  19: extern TRACEV   tTvect;         /* current trace vector */
  20: 
  21: # ifndef tTVECT
  22: # define tTVECT     tTvect
  23: # endif tTVECT
  24: 
  25: # define tTf(flag, level)   (tTVECT[flag] >= level)
  26: # define tTlevel(flag)      (tTVECT[flag])

Defined macros

tTVECT defined in line 22; used 3 times
tTf defined in line 25; never used
tTlevel defined in line 26; never used
Last modified: 1987-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1129
Valid CSS Valid XHTML 1.0 Strict