diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 5e570154..82c0c14b 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -76,6 +76,7 @@ flag versioninfo; /* emit only version info */ char *user; /* the name of the invoking user */ char *home; /* invoking user's home directory */ char *fmhome; /* fetchmail's home directory */ +int at_home; /* fetchmail is running inside the user's home directory */ const char *program_name; /* the name to prefix error messages with */ flag configdump; /* dump control blocks for configurator */ const char *fetchmailhost; /* either `localhost' or the host's FQDN */ |