summaryrefslogtreecommitdiffstats
path: root/support/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/config.h.in')
-rw-r--r--support/include/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/include/config.h.in b/support/include/config.h.in
index 4be7b04..efda975 100644
--- a/support/include/config.h.in
+++ b/support/include/config.h.in
@@ -50,6 +50,15 @@
* gss_krb5_cache_name */
#undef HAVE_GSS_KRB5_CCACHE_NAME
+/* 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