2000-08-12 21:55:49 +00:00
|
|
|
/*
|
2002-02-17 21:56:45 +00:00
|
|
|
* Copyright (c) 1999-2001 Sendmail, Inc. and its suppliers.
|
2000-08-12 21:55:49 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* By using this file, you agree to the terms and conditions set
|
|
|
|
* forth in the LICENSE file which can be found at the top level of
|
|
|
|
* the sendmail distribution.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <sendmail.h>
|
|
|
|
|
2002-06-11 21:12:04 +00:00
|
|
|
SM_RCSID("@(#)$Id: debug.c,v 8.9 2001/09/11 04:04:55 gshapiro Exp $")
|
2000-08-12 21:55:49 +00:00
|
|
|
|
2002-02-17 21:56:45 +00:00
|
|
|
unsigned char tTdvect[100]; /* trace vector */
|