diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 8907696a..819ff6c7 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -207,6 +207,7 @@ struct hostdata /* shared among all user connections to given server */ flag sdps; /* use Demon Internet SDPS *ENV */ #endif /* SDPS_ENABLE */ flag checkalias; /* resolve aliases by comparing IPs? */ + char *principal; /* Kerberos principal for mail service */ #if defined(linux) || defined(__FreeBSD__) |