Add GSS context extraction.
[shibboleth/cpp-sp-resolver.git] / src / shibresolver / config_pub_win32.h
diff --git a/src/shibresolver/config_pub_win32.h b/src/shibresolver/config_pub_win32.h
new file mode 100644 (file)
index 0000000..93f35bc
--- /dev/null
@@ -0,0 +1,11 @@
+/* if you have the gssapi libraries */
+#undef SHIBRESOLVER_HAVE_GSSAPI
+
+/* if you have the GNU gssapi libraries */
+#undef SHIBRESOLVER_HAVE_GSSGNU
+
+/* if you have the Heimdal gssapi libraries */
+#undef SHIBRESOLVER_HAVE_GSSHEIMDAL
+
+/* if you have the MIT gssapi libraries */
+#undef SHIBRESOLVER_HAVE_GSSMIT