]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/config.h.in
Remove the rpcsec_gss code and rely on an external library instead.
[nfs-utils.git] / support / include / config.h.in
index 4be7b041ab8191cc44b48b881119a4c9be45a419..73db5a21fae2b32bc15fbc0887a02727a18c33b3 100644 (file)
  * 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
+ * the gssapi library.
+ * (For MIT releases 1.3.1 and before, this must
+ * be defined. For later releases we can simply
+ * set the KRB5CCNAME environment variable.) */
+#undef USE_GSS_KRB5_CCACHE_NAME
+
 /* The size of a `int', as computed by sizeof. */
 #undef SIZEOF_INT