Add GSS context extraction.
[shibboleth/cpp-sp-resolver.git] / src / shibresolver / config_pub_win32.h
1 /* if you have the gssapi libraries */
2 #undef SHIBRESOLVER_HAVE_GSSAPI
3
4 /* if you have the GNU gssapi libraries */
5 #undef SHIBRESOLVER_HAVE_GSSGNU
6
7 /* if you have the Heimdal gssapi libraries */
8 #undef SHIBRESOLVER_HAVE_GSSHEIMDAL
9
10 /* if you have the MIT gssapi libraries */
11 #undef SHIBRESOLVER_HAVE_GSSMIT