diff options
author | neilbrown <neilbrown> | 2005-08-26 02:02:15 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-08-26 02:02:15 +0000 |
commit | a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938 (patch) | |
tree | 3dfb3efdb7e3a911c533134d87aab66966587da4 /support/include | |
parent | 1d0397894463e507e9f5d92442ac3b09e29310a3 (diff) | |
download | nfs-utils-a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938.tar.gz nfs-utils-a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938.tar.xz nfs-utils-a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938.zip |
Remove the rpcsec_gss code and rely on an external library instead.
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |