Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c47 # ifndef MXHOSTBUFSIZE
48 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS) macro
51 static char MXHostBuf[MXHOSTBUFSIZE];
52 #if (MXHOSTBUFSIZE < 2) || (MXHOSTBUFSIZE >= INT_MAX/2)