From 8f38d33f91af1073b489763015b6938b7ceda100 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Jul 1997 14:21:41 +0000 Subject: Try to fix the HELO NULL bug. svn path=/trunk/; revision=1202 --- fetchmail.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fetchmail.h') 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; }; -- cgit v1.2.3