aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h
index aa3d6474..6062c6c6 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -100,9 +100,7 @@ struct hostdata /* shared among all user connections to given server */
/* computed for internal use */
int poll_count; /* count of polls so far */
-#ifdef HAVE_GETHOSTBYNAME
- char *canonical_name; /* DNS canonical name of server host */
-#endif /* HAVE_GETHOSTBYNAME */
+ char *truename; /* "true name" of server host */
struct hostdata *lead_server; /* ptr to lead query for this server */
int esmtp_options;
};