X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5b1fde4da6b09fa407b547fcd40e474f6f4d25fc..ea3bc19b9e6b236ca38c6bf506229fd41e89d6ad:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 998adc3ea..397a13687 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.h,v 1.2 2004/11/19 09:45:54 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.h,v 1.3 2004/11/24 15:43:36 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -279,9 +279,11 @@ header files. I don't suppose they have T_SRV either. */ #endif /* We use the private type T_ZNS for retrieving the nameservers for the -enclosing zone of a domain. */ +enclosing zone of a domain, and the private type T_MXH for retrieving +the MX hostnames only (without their priorities). */ #define T_ZNS (-1) +#define T_MXH (-2) /* The resolv.h header defines __P(x) on some Solaris 2.5.1 systems (without checking that it is already defined, in fact). This conflicts with other