|
|
1.1 ! root 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])
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.