Home
last modified time | relevance | path

Searched refs:MAXHDRSLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h112 #ifndef MAXHDRSLEN
113 # define MAXHDRSLEN (32 * 1024) /* max size of message headers */ macro
H A Dreadcf.c3544 MaxHeadersLength < (MAXHDRSLEN / 2))
3547 (MAXHDRSLEN / 2));
H A Dconf.c358 MaxHeadersLength = MAXHDRSLEN;