mfdef.h revision 49218d4f8e4d84d1c08aeb267bcf6e451f2056dc
/*
* Copyright (c) 1999-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: mfdef.h,v 8.22 2005/08/05 21:49:04 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
/* Shared protocol constants */
/* These apply to SMFIF_* flags */
/* address families */
/* commands: don't use anything smaller than ' ' */
#if SMFI_VERSION > 3
#endif /* SMFI_VERSION > 3 */
#if SMFI_VERSION > 2
#endif /* SMFI_VERSION > 2 */
/* actions (replies) */
#endif /* _FFR_MILTER_NOHDR_RESP */
/* Note: the "current" version is now determined dynamically in milter.c */
#define SMFI_CURR_PROT 0x000000FFL
#else /* _FFR_MILTER_NOHDR_RESP */
#define SMFI_CURR_PROT SMFI_V2_PROT
#endif /* _FFR_MILTER_NOHDR_RESP */
#ifdef __cplusplus
}
#endif
#endif /* !_LIBMILTER_MFDEF_H */