View | Details | Raw Unified | Return to bug 265236
Collapse All | Expand All

(-)/usr/src/contrib/sendmail/src/sendmail.h (-1 / +4 lines)
Lines 706-712 Link Here
706
# define SASL_IS_AUTH	2		/* authenticated */
706
# define SASL_IS_AUTH	2		/* authenticated */
707
/* SASL options */
707
/* SASL options */
708
# define SASL_AUTH_AUTH	0x1000		/* use auth= only if authenticated */
708
# define SASL_AUTH_AUTH	0x10000		/* use auth= only if authenticated */
709
# if SASL >= 20101
709
# if SASL >= 20101
710
#  define SASL_SEC_MASK	SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
710
#  define SASL_SEC_MASK	SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
711
# else /* SASL >= 20101 */
711
# else /* SASL >= 20101 */
Lines 721-726 Link Here
721
#  endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
721
#  endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
722
# endif /* SASL >= 20101 */
722
# endif /* SASL >= 20101 */
723
# define MAXOUTLEN 8192	/* length of output buffer, should be 2^n */
723
# define MAXOUTLEN 8192	/* length of output buffer, should be 2^n */
724
# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0
725
#  ERROR "change SASL_AUTH_AUTH notify sendmail.org!"
726
# endif
724
/* functions */
727
/* functions */
725
extern char	*intersect __P((char *, char *, SM_RPOOL_T *));
728
extern char	*intersect __P((char *, char *, SM_RPOOL_T *));

Return to bug 265236