Searched refs:SMFI_VERSION (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dmain.c55 if ((SM_LM_VRS_MAJOR(smfi->xxfi_version) != SM_LM_VRS_MAJOR(SMFI_VERSION) ||
56 SM_LM_VRS_MINOR(smfi->xxfi_version) != SM_LM_VRS_MINOR(SMFI_VERSION)) &&
65 (int) SMFI_VERSION);
H A Dexample.c241 SMFI_VERSION, /* version code -- do not change */
H A Dsmfi.c864 ** SMFI_VERSION -- return (runtime) version of libmilter
882 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
884 *minor = SM_LM_VRS_MINOR(SMFI_VERSION);
886 *patchlevel = SM_LM_VRS_PLVL(SMFI_VERSION);
/freebsd-12-stable/contrib/sendmail/include/libmilter/
H A Dmfapi.h20 #ifndef SMFI_VERSION
22 # define SMFI_VERSION 0x01000002 /* libmilter version number */ macro
27 # define SMFI_VERSION 0x01000001 /* libmilter version number */ macro
29 #endif /* ! SMFI_VERSION */
/freebsd-12-stable/contrib/sendmail/src/
H A Dmilter.c2487 m->mf_fvers > SMFI_VERSION)
2491 m->mf_name, m->mf_fvers, SMFI_VERSION);
2495 m->mf_name, m->mf_fvers, SMFI_VERSION);
H A Dsrvrsmtp.c3676 #if MILTER && SMFI_VERSION > 2
3697 #endif /* MILTER && SMFI_VERSION > 2 */
3778 #if MILTER && SMFI_VERSION > 3
3864 #endif /* MILTER && SMFI_VERSION > 3 */

Completed in 276 milliseconds