/*
* Copyright (c) 2004, 2005 Sendmail, 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.
*
* $Id: qmgrcto.h,v 1.6 2005/11/18 23:35:56 ca Exp $
*/
#ifndef SM_QMGRCTO_H
#define SM_QMGRCTO_H 1
#include "sm/generic.h"
/*
** Compile time options for QMGR.
** Any file that includes QMGR related include files MUST include this
** file first so all of them get the same compile time options.
*/
/* Turn off for production */
#ifndef QMGR_STATS
# define QMGR_STATS 0
#endif
#ifndef QMGR_DEBUG
# define QMGR_DEBUG 1
#endif
#ifndef QS_SE_CHECK
# define QS_SE_CHECK 1
#endif
#ifndef QS_TA_CHECK
# define QS_TA_CHECK 1
#endif
#ifndef QMGR_TEST
# define QMGR_TEST 0
#endif
#ifndef SM_DELAYED_DSN
# define SM_DELAYED_DSN 1 /* code not fully tested! */
#endif
#endif /* SM_QMGRCTO_H */
syntax highlighted by Code2HTML, v. 0.9.1