On 05/07/2015 04:04 PM, Steve Dickson wrote: >> > This needs to be "#ifdef HAVE_GSSAPI", HAVE_RPCSEC_GSS >> > will never be defined if the header is used outside of >> > libtirpc sources > When I do that I get the following errors when the gssapi is > enabled: > > svc_auth_gss.c: In function 'rpc_gss_getcred': > svc_auth_gss.c:920:7: error: 'SVCAUTH' has no member named 'raw_cred' > auth->raw_cred = gd->rcred; > ^ Pilot error on my part... #ifdef HAVE_GSSAPI does work. Sorry for the noise. steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html