1: /*
   2:  * Copyright (c) 1988 Regents of the University of California.
   3:  * All rights reserved.
   4:  *
   5:  * Redistribution and use in source and binary forms are permitted
   6:  * provided that this notice is preserved and that due credit is given
   7:  * to the University of California at Berkeley. The name of the University
   8:  * may not be used to endorse or promote products derived from this
   9:  * software without specific prior written permission. This software
  10:  * is provided ``as is'' without express or implied warranty.
  11:  *
  12:  *  Sendmail
  13:  *  Copyright (c) 1983  Eric P. Allman
  14:  *  Berkeley, California
  15:  */
  16: 
  17: #if !defined(lint) && !defined(NOSCCS)
  18: static char sccsid[] = "@(#)trace.h	5.2 (Berkeley) 3/13/88";
  19: #endif /* not lint */
  20: 
  21: /*
  22: **  Trace Package.
  23: */
  24: 
  25: typedef u_char  *TRACEV;
  26: 
  27: extern TRACEV   tTvect;         /* current trace vector */
  28: 
  29: # ifndef tTVECT
  30: # define tTVECT     tTvect
  31: # endif tTVECT
  32: 
  33: # define tTf(flag, level)   (tTVECT[flag] >= level)
  34: # define tTlevel(flag)      (tTVECT[flag])

Defined variables

sccsid defined in line 18; never used

Defined macros

tTVECT defined in line 30; used 3 times
tTf defined in line 33; never used
tTlevel defined in line 34; never used
Last modified: 1988-09-15
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1092
Valid CSS Valid XHTML 1.0 Strict