X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=6a6a06573f9821b2efea228b43972e8d1782135e;hp=6d12cc6649374194557cfdf23a7500f09975c54d;hb=9f541c7be96ffac96146c62cad3adbd04a39094f;hpb=87fe487c6f5abe9f40f2f036c3cf6c7f02fa0385 diff --git a/support/include/config.h.in b/support/include/config.h.in index 6d12cc6..6a6a065 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -9,14 +9,6 @@ */ #undef HAVE_INNETGR -/* Define this if you have svctcp_socket - */ -#undef HAVE_SVCTCP_SOCKET - -/* Define this if you have svcudp_socket - */ -#undef HAVE_SVCUDP_SOCKET - /* Define this if you want NFSv3 support compiled in */ #undef NFS3_SUPPORTED @@ -31,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