summaryrefslogtreecommitdiffstats
path: root/ipalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipalloc.h')
-rw-r--r--ipalloc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipalloc.h b/ipalloc.h
index ad61475..bf9d060 100644
--- a/ipalloc.h
+++ b/ipalloc.h
@@ -3,7 +3,15 @@
3 3
4#include "ip.h" 4#include "ip.h"
5 5
6#ifdef TLS
7# define IX_FQDN 1
8#endif
9
10#ifdef IX_FQDN
11struct ip_mx { struct ip_address ip; int pref; char *fqdn; } ;
12#else
6struct ip_mx { struct ip_address ip; int pref; } ; 13struct ip_mx { struct ip_address ip; int pref; } ;
14#endif
7 15
8#include "gen_alloc.h" 16#include "gen_alloc.h"
9 17