diff options
Diffstat (limited to 'ipalloc.h')
-rw-r--r-- | ipalloc.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |