]> Pileus Git - ~andy/fetchmail/blob - kerberos.h
Fix typo repsonsible -> responsible.
[~andy/fetchmail] / kerberos.h
1 /*
2  * kerberos.h -- Headers for Kerberos support.
3  *
4  * For license terms, see the file COPYING in this directory.
5  */
6
7 #ifndef H_KERBEROS__
8 #define H_KERBEROS__
9
10 #include  "config.h"
11
12 #ifdef KERBEROS_V5
13 #include <krb5.h>
14 /* #include <com_err.h> */
15 #endif /* KERBEROS_V5 */
16
17 #endif /* H_KERBEROS__ */