make digest and kx509 optional, wrap detach
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24419 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -42,6 +42,8 @@
|
|||||||
#include "kdc.h"
|
#include "kdc.h"
|
||||||
|
|
||||||
typedef struct pk_client_params pk_client_params;
|
typedef struct pk_client_params pk_client_params;
|
||||||
|
struct DigestREQ;
|
||||||
|
struct Kx509Request;
|
||||||
#include <kdc-private.h>
|
#include <kdc-private.h>
|
||||||
|
|
||||||
extern sig_atomic_t exit_flag;
|
extern sig_atomic_t exit_flag;
|
||||||
@@ -52,9 +54,12 @@ extern krb5_addresses explicit_addresses;
|
|||||||
|
|
||||||
extern int enable_http;
|
extern int enable_http;
|
||||||
|
|
||||||
|
#ifdef SUPPORT_DETACH
|
||||||
|
|
||||||
#define DETACH_IS_DEFAULT FALSE
|
#define DETACH_IS_DEFAULT FALSE
|
||||||
|
|
||||||
extern int detach_from_console;
|
extern int detach_from_console;
|
||||||
|
#endif
|
||||||
|
|
||||||
extern const struct units _kdc_digestunits[];
|
extern const struct units _kdc_digestunits[];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user