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

(-)sendmail/sendmail.h (-1 / +4 lines)
Lines 760-766 extern bool filesys_free __P((long)); Link Here
760
# define SASL_IS_AUTH	2		/* authenticated */
760
# define SASL_IS_AUTH	2		/* authenticated */
761
761
762
/* SASL options */
762
/* SASL options */
763
# define SASL_AUTH_AUTH	0x1000		/* use auth= only if authenticated */
763
# define SASL_AUTH_AUTH	0x10000		/* use auth= only if authenticated */
764
# if SASL >= 20101
764
# if SASL >= 20101
765
#  define SASL_SEC_MASK	SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
765
#  define SASL_SEC_MASK	SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
766
# else /* SASL >= 20101 */
766
# else /* SASL >= 20101 */
Lines 775-780 extern bool filesys_free __P((long)); Link Here
775
#  endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
775
#  endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
776
# endif /* SASL >= 20101 */
776
# endif /* SASL >= 20101 */
777
# define MAXOUTLEN 8192	/* length of output buffer, should be 2^n */
777
# define MAXOUTLEN 8192	/* length of output buffer, should be 2^n */
778
# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0
779
#  ERROR "change SASL_AUTH_AUTH notify sendmail.org!"
780
# endif
778
781
779
/* functions */
782
/* functions */
780
extern char	*intersect __P((char *, char *, SM_RPOOL_T *));
783
extern char	*intersect __P((char *, char *, SM_RPOOL_T *));

Return to bug 262935