X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconfig.h.in;h=73db5a21fae2b32bc15fbc0887a02727a18c33b3;hp=6a6a06573f9821b2efea228b43972e8d1782135e;hb=a1b7c0da9e73a607f4bc70ffe3b44b00f5d39938;hpb=f1bfe0916c04d93de7a4fae5315fff6e4ccac23f diff --git a/support/include/config.h.in b/support/include/config.h.in index 6a6a065..73db5a2 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -5,6 +5,12 @@ /* Define this if you have string.h */ #undef HAVE_STRING_H +/* Define this if you have com_err.h */ +#undef HAVE_COM_ERR_H + +/* Define this if you have */ +#undef HAVE_ET_COM_ERR_H + /* Define this if you have netgroup support */ #undef HAVE_INNETGR @@ -43,3 +49,28 @@ /* Define this if the Kerberos gssapi library has function * 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 + +/* 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