Deleted Added
full compact
13c13
< * $Id: conf.h,v 8.570 2005/12/09 18:37:27 ca Exp $
---
> * $Id: conf.h,v 8.574 2006/11/29 00:36:06 ca Exp $
15c15
< * $FreeBSD: head/contrib/sendmail/src/conf.h 157006 2006-03-22 16:45:56Z gshapiro $
---
> * $FreeBSD: head/contrib/sendmail/src/conf.h 168520 2007-04-09 01:44:16Z gshapiro $
65a66,70
> #if SASL
> # define MAXINPLINE 12288 /* max input line length (for AUTH) */
> #else /* SASL */
> # define MAXINPLINE MAXLINE /* max input line length */
> #endif /* SASL */
77,81c82
< #if _FFR_MAXKEY
< # define MAXKEY 1024 /* max size of a database key */
< #else /* _FFR_MAXKEY */
< # define MAXKEY (MAXNAME + 1) /* max size of a database key */
< #endif /* _FFR_MAXKEY */
---
> #define MAXKEY 1024 /* max size of a database key */