diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 02:32:40 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 02:32:40 +0100 |
| commit | 8514473287c9594137c6fbc39f5619672ebc2430 (patch) | |
| tree | a5b965d8c7b60dee396bf8ebe25dd3eddfaa6753 /ipalloc.h | |
| parent | 35ddb916045abafaa4ae2c778b9383059fa06726 (diff) | |
| download | qmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.gz qmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.bz2 qmail-8514473287c9594137c6fbc39f5619672ebc2430.zip | |
[PATCH] qregex-starttls-2way-auth-20060423-mm
Diffstat (limited to 'ipalloc.h')
| -rw-r--r-- | ipalloc.h | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 | ||
| 11 | struct ip_mx { struct ip_address ip; int pref; char *fqdn; } ; | ||
| 12 | #else | ||
| 6 | struct ip_mx { struct ip_address ip; int pref; } ; | 13 | struct ip_mx { struct ip_address ip; int pref; } ; |
| 14 | #endif | ||
| 7 | 15 | ||
| 8 | #include "gen_alloc.h" | 16 | #include "gen_alloc.h" |
| 9 | 17 | ||
