From a16bea1ca0aa3ef44919fbe045b9040874fd8628 Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 1 Jan 2016 11:15:35 -0700 Subject: the big starttls patch --- ipalloc.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ipalloc.h') diff --git a/ipalloc.h b/ipalloc.h index ad61475..bf9d060 100644 --- a/ipalloc.h +++ b/ipalloc.h @@ -3,7 +3,15 @@ #include "ip.h" +#ifdef TLS +# define IX_FQDN 1 +#endif + +#ifdef IX_FQDN +struct ip_mx { struct ip_address ip; int pref; char *fqdn; } ; +#else struct ip_mx { struct ip_address ip; int pref; } ; +#endif #include "gen_alloc.h" -- cgit v1.2.3