|
Lines 42-47
Link Here
|
| 42 |
|
42 |
|
| 43 |
#endif /* defined (HAVE_GSSAPI) && defined (SERVER_SUPPORT) */ |
43 |
#endif /* defined (HAVE_GSSAPI) && defined (SERVER_SUPPORT) */ |
| 44 |
|
44 |
|
|
|
45 |
# ifdef HAVE_KERBEROS |
| 46 |
# include <netinet/in.h> |
| 47 |
# include <krb.h> |
| 48 |
# ifndef HAVE_KRB_GET_ERR_TEXT |
| 49 |
# define krb_get_err_text(status) krb_err_txt[status] |
| 50 |
# endif |
| 51 |
|
| 52 |
/* Information we need if we are going to use Kerberos encryption. */ |
| 53 |
static C_Block kblock; |
| 54 |
static Key_schedule sched; |
| 55 |
|
| 56 |
# endif /* HAVE_KERBEROS */ |
| 57 |
|
| 45 |
#ifdef SERVER_SUPPORT |
58 |
#ifdef SERVER_SUPPORT |
| 46 |
|
59 |
|
| 47 |
extern char *server_hostname; |
60 |
extern char *server_hostname; |