/*
 * Copyright (c) 2002 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: modules.h,v 1.4 2005/06/16 00:09:34 ca Exp $
 */

#ifndef SM_MODULES_H
#define SM_MODULES_H 1

/* identifiers for modules */
#define MOD_SMTPS	0x0001
#define MOD_SMTPC	0x0002
#define MOD_QMGR	0x0004
#define MOD_AR		0x0008

#endif /* SM_MODULES_H */


syntax highlighted by Code2HTML, v. 0.9.1