EXIM_DATUM_SIZE(key_datum) = Ustrlen(to) + 1;
/* Many OS define the datum value, sensibly, as a void *. However, there
are some which still have char *. By casting this address to a char * we
can avoid warning messages from the char * systems. */
EXIM_DATUM_SIZE(key_datum) = Ustrlen(to) + 1;
/* Many OS define the datum value, sensibly, as a void *. However, there
are some which still have char *. By casting this address to a char * we
can avoid warning messages from the char * systems. */