Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / shibsp / config_pub.h.in
1 /* if you have the gssapi libraries */
2 #undef SHIBSP_HAVE_GSSAPI
3
4 /* if you have the GNU gssapi libraries */
5 #undef SHIBSP_HAVE_GSSGNU
6
7 /* if you have the Heimdal gssapi libraries */
8 #undef SHIBSP_HAVE_GSSHEIMDAL
9
10 /* if you have the MIT gssapi libraries */
11 #undef SHIBSP_HAVE_GSSMIT
12
13 /* Define to 1 if log4cpp library is used. */
14 #undef SHIBSP_LOG4CPP
15
16 /* Define to 1 if log4shib library is used. */
17 #undef SHIBSP_LOG4SHIB
18
19 /* Define to 1 if Xerces XMLString includes XMLByte release. */
20 #undef SHIBSP_XERCESC_HAS_XMLBYTE_RELEASE
21
22 /* Define to 1 if Xerces DOMNodeFilter API returns a short. */
23 #undef SHIBSP_XERCESC_SHORT_ACCEPTNODE
24
25 /* Define to 1 if XML-Security-C supports white/blacklisting algorithms. */
26 #undef SHIBSP_XMLSEC_WHITELISTING
27
28 /* Define to 1 if you have the <sys/socket.h> header file. */
29 #undef SHIBSP_HAVE_SYS_SOCKET_H