0085282b6a
repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config.h, which contains the preprocessor macros that need to be defined in the Kerberos case and undefined otherwise. Approved by: re (marius)
12 lines
315 B
C
12 lines
315 B
C
/* $FreeBSD$ */
|
|
#define GSSAPI 1
|
|
#define HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE 1
|
|
#define HAVE_GSSAPI_GSSAPI_H 1
|
|
#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
|
|
#define HAVE_GSSAPI_H 1
|
|
#define HAVE_KRB5_CC_NEW_UNIQUE 1
|
|
#define HAVE_KRB5_FREE_ERROR_MESSAGE 1
|
|
#define HAVE_KRB5_GET_ERROR_MESSAGE 1
|
|
#define HEIMDAL 1
|
|
#define KRB5 1
|