From 6a145dfedf241d85fb9f1234d760e1f8d6b1e157 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 27 Aug 1998 17:10:46 +0000 Subject: Compute FQDN when Kerberos is in use. svn path=/trunk/; revision=2061 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index aa1c1215..d7bd4142 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -281,6 +281,7 @@ extern char *user; /* name of invoking user */ extern char *home; /* home directory of invoking user */ extern int pass; /* number of re-polling pass */ extern flag configdump; /* dump control blocks as Python dictionary */ +extern char *fetchmailhost; /* either "localhost" or an FQDN */ /* prototypes for globally callable functions */ @@ -384,6 +385,7 @@ char *visbuf(const char *); char *showproto(int); void dump_config(struct runctl *runp, struct query *querylist); int is_host_alias(const char *, struct query *); +char *host_fqdn(void); #ifdef SDPS_ENABLE char *sdps_envto; #endif /* SDPS_ENABLE */ -- cgit v1.2.3