diff options
Diffstat (limited to 'ipalloc.h')
| -rw-r--r-- | ipalloc.h | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -3,15 +3,14 @@ | |||
| 3 | 3 | ||
| 4 | #include "ip.h" | 4 | #include "ip.h" |
| 5 | 5 | ||
| 6 | struct ip_mx { | ||
| 7 | struct ip_address ip; | ||
| 8 | int pref; | ||
| 6 | #ifdef TLS | 9 | #ifdef TLS |
| 7 | # define IX_FQDN 1 | 10 | char *fqdn; |
| 8 | #endif | 11 | unsigned short validated; |
| 9 | |||
| 10 | #ifdef IX_FQDN | ||
| 11 | struct ip_mx { struct ip_address ip; int pref; char *fqdn; } ; | ||
| 12 | #else | ||
| 13 | struct ip_mx { struct ip_address ip; int pref; } ; | ||
| 14 | #endif | 12 | #endif |
| 13 | }; | ||
| 15 | 14 | ||
| 16 | #include "gen_alloc.h" | 15 | #include "gen_alloc.h" |
| 17 | 16 | ||
