X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=6a6a06573f9821b2efea228b43972e8d1782135e;hb=ab1d7b6062aba3bb5cf62325b37ee1e34b864c3f;hp=f8c14975924edfeab4ce0b16a849c904e39bd78f;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9;p=nfs-utils.git diff --git a/support/include/config.h.in b/support/include/config.h.in index f8c1497..6a6a065 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -23,3 +23,23 @@ * but lockd from using this service. */ #undef RESTRICTED_STATD + +/* Define this if you want support for rpcsec_gss with + * the MIT krb5 mechanism compiled in */ +#undef HAVE_KRB5 + +/* Define this if you want support for rpcsec_gss with + * the Heimdal krb5 mechanism compiled in */ +#undef HAVE_HEIMDAL + +/* Define this if the Kerberos gssapi library has function + * gss_krb5_export_lucid_sec_context */ +#undef HAVE_LUCID_CONTEXT_SUPPORT + +/* Define this if the Kerberos gssapi library has function + * gss_krb5_set_allowable_enctypes */ +#undef HAVE_SET_ALLOWABLE_ENCTYPES + +/* Define this if the Kerberos gssapi library has function + * gss_krb5_cache_name */ +#undef HAVE_GSS_KRB5_CCACHE_NAME