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

/freebsd-10.1-release/contrib/sendmail/src/
H A Ddomain.c28 # ifndef MXHOSTBUFSIZE
29 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS) macro
30 # endif /* ! MXHOSTBUFSIZE */
32 static char MXHostBuf[MXHOSTBUFSIZE];
33 #if (MXHOSTBUFSIZE < 2) || (MXHOSTBUFSIZE >= INT_MAX/2)
35 #endif /* (MXHOSTBUFSIZE < 2) || (MXHOSTBUFSIZE >= INT_MAX/2) */
181 ** MXHostBuf[MXHOSTBUFSIZE], so the data needs to be copied,

Completed in 46 milliseconds