From a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Fri, 26 Aug 2005 02:02:15 +0000 Subject: Remove the rpcsec_gss code and rely on an external library instead. --- support/include/config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'support/include') diff --git a/support/include/config.h.in b/support/include/config.h.in index efda975..73db5a2 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -50,6 +50,10 @@ * gss_krb5_cache_name */ #undef HAVE_GSS_KRB5_CCACHE_NAME +/* Define this if the rpcsec_gss library has the function + * authgss_set_debug_level */ +#undef HAVE_AUTHGSS_SET_DEBUG_LEVEL + /* Define this if we want to use the private Kerberos * gssapi library function, gss_krb5_cache_name, to * specify the credentials cache file to be used by -- cgit