aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-02 18:43:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-02 18:43:17 +0000
commit56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (patch)
tree5ad8b388e06b8fee5d73de1f7573e2418a92b8a0 /fetchmail.h
parent1587e4153763fab493acf2deee9028e24e1da57f (diff)
downloadfetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.gz
fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.tar.bz2
fetchmail-56f2f5e7a800ec59ae8d027a6c551ebf84fbda94.zip
Eliminate agethostbyname call in non-ETRN modes.
svn path=/trunk/; revision=2033
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index c4ce591d..21de95d4 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -276,7 +276,6 @@ extern int linelimit; /* limit # lines retrieved per site */
extern flag versioninfo; /* emit only version info */
extern char *user; /* name of invoking user */
extern char *home; /* home directory of invoking user */
-extern char *fetchmailhost; /* the name of the host running fetchmail */
extern int pass; /* number of re-polling pass */
extern flag configdump; /* dump control blocks as Python dictionary */