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

/illumos-gate/usr/src/cmd/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.c867 ** SMFI_VERSION -- return (runtime) version of libmilter
885 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
887 *minor = SM_LM_VRS_MINOR(SMFI_VERSION);
889 *patchlevel = SM_LM_VRS_PLVL(SMFI_VERSION);
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h24 #ifndef SMFI_VERSION
26 #define SMFI_VERSION 0x01000002 /* libmilter version number */ macro
31 #define SMFI_VERSION 0x01000001 /* libmilter version number */ macro
33 #endif /* ! SMFI_VERSION */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c2523 m->mf_fvers > SMFI_VERSION)
2527 m->mf_name, m->mf_fvers, SMFI_VERSION);
2531 m->mf_name, m->mf_fvers, SMFI_VERSION);
H A Dsrvrsmtp.c3264 #if MILTER && SMFI_VERSION > 2
3285 #endif /* MILTER && SMFI_VERSION > 2 */
3366 #if MILTER && SMFI_VERSION > 3
3450 #endif /* MILTER && SMFI_VERSION > 3 */

Completed in 59 milliseconds