mfdef.h revision 4aac33d31b41cc7e3ac6fb66747ff2cae63d08cf
/*
* Copyright (c) 1999-2007 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: mfdef.h,v 8.38 2007/03/27 18:53:48 ca Exp $
*/
/*
* mfdef.h -- Global definitions for mail filter and MTA.
*/
#ifndef _LIBMILTER_MFDEF_H
#define _LIBMILTER_MFDEF_H
#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef __cplusplus
extern "C" {
#endif
#ifndef SMFI_PROT_VERSION
#endif /* SMFI_PROT_VERSION */
/* Shared protocol constants */
/* These apply to SMFIF_* flags */
/* address families */
/* commands: don't use anything smaller than ' ' */
/* actions (replies) */
/* all defined protocol bits */
#define SMFI_CURR_PROT 0x001FFFFFL
#ifdef __cplusplus
}
#endif
#endif /* !_LIBMILTER_MFDEF_H */