1N/A/*
1N/A * Copyright (c) 2000 Sendmail, Inc. and its suppliers.
1N/A * All rights reserved.
1N/A *
1N/A * By using this file, you agree to the terms and conditions set
1N/A * forth in the LICENSE file which can be found at the top level of
1N/A * the sendmail distribution.
1N/A */
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A#include <sm/gen.h>
1N/ASM_RCSID("@(#)$Id: xtrap.c,v 1.3 2000/12/08 08:03:09 rodney Exp $")
1N/A
1N/A#include <sm/xtrap.h>
1N/A
1N/ASM_ATOMIC_UINT_T SmXtrapCount;
1N/A
1N/ASM_DEBUG_T SmXtrapDebug = SM_DEBUG_INITIALIZER("sm_xtrap",
1N/A "@(#)$Debug: sm_xtrap - raise exception at N'th xtrap point $");
1N/A
1N/ASM_DEBUG_T SmXtrapReport = SM_DEBUG_INITIALIZER("sm_xtrap_report",
1N/A "@(#)$Debug: sm_xtrap_report - report xtrap count on exit $");