freebsd-dev/contrib/sendmail/libsm/xtrap.c
Gregory Neil Shapiro 4313cc8344 Merge sendmail 8.14.9 to HEAD
MFC after:	3 days
2014-05-22 04:39:17 +00:00

22 lines
653 B
C

/*
* Copyright (c) 2000 Proofpoint, Inc. and its suppliers.
* 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 <sm/gen.h>
SM_RCSID("@(#)$Id: xtrap.c,v 1.6 2013-11-22 20:51:44 ca Exp $")
#include <sm/xtrap.h>
SM_ATOMIC_UINT_T SmXtrapCount;
SM_DEBUG_T SmXtrapDebug = SM_DEBUG_INITIALIZER("sm_xtrap",
"@(#)$Debug: sm_xtrap - raise exception at N'th xtrap point $");
SM_DEBUG_T SmXtrapReport = SM_DEBUG_INITIALIZER("sm_xtrap_report",
"@(#)$Debug: sm_xtrap_report - report xtrap count on exit $");