Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c49 # ifndef MXHOSTBUFSIZE
50 # define MXHOSTBUFSIZE (128 * MAXMXHOSTS) macro
53 static char MXHostBuf[MXHOSTBUFSIZE];
54 #if (MXHOSTBUFSIZE < 2) || (MXHOSTBUFSIZE >= INT_MAX/2)