Fix missing symbols.

This commit is contained in:
Nicolas Williams
2011-11-22 00:32:52 -06:00
parent e037054e8d
commit 1572b762b6
2 changed files with 21 additions and 10 deletions

View File

@@ -43,6 +43,11 @@ struct perf {
struct perf *next;
} *ptop;
#ifdef SUPPORT_DETACH
int detach_from_console = -1;
#define DETACH_IS_DEFAULT FALSE
#endif
static krb5_kdc_configuration *kdc_config;
static krb5_context kdc_context;