X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=efda97580918127ef71834196ce96a2f5bde03b6;hp=6d12cc6649374194557cfdf23a7500f09975c54d;hb=a980156c122e975cc185a6c41ef705f166a5765f;hpb=87fe487c6f5abe9f40f2f036c3cf6c7f02fa0385;ds=sidebyside diff --git a/support/include/config.h.in b/support/include/config.h.in index 6d12cc6..efda975 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -5,17 +5,15 @@ /* Define this if you have string.h */ #undef HAVE_STRING_H -/* Define this if you have netgroup support - */ -#undef HAVE_INNETGR +/* Define this if you have com_err.h */ +#undef HAVE_COM_ERR_H -/* Define this if you have svctcp_socket - */ -#undef HAVE_SVCTCP_SOCKET +/* Define this if you have */ +#undef HAVE_ET_COM_ERR_H -/* Define this if you have svcudp_socket +/* Define this if you have netgroup support */ -#undef HAVE_SVCUDP_SOCKET +#undef HAVE_INNETGR /* Define this if you want NFSv3 support compiled in */ @@ -31,3 +29,44 @@ * 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 + +/* 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 + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T