Add GSS context extraction.
[shibboleth/cpp-sp-resolver.git] / src / shibresolver / config_pub.h.in
diff --git a/src/shibresolver/config_pub.h.in b/src/shibresolver/config_pub.h.in
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