X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub.h.in;h=de3c0b18d2899ac16410f07b091f120d574810e8;hb=97ef7cf72ced1670dcb077130146b1b8e567ec51;hp=144d78718434097b35e6bbc5e1b9c2bab8ed0ff7;hpb=64dcaec957e9befd960779498d7fe35bbb62141a;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/config_pub.h.in b/xmltooling/config_pub.h.in index 144d787..de3c0b1 100644 --- a/xmltooling/config_pub.h.in +++ b/xmltooling/config_pub.h.in @@ -1,10 +1,17 @@ /* Define if C++ compiler supports covariant virtual methods. */ #undef HAVE_COVARIANT_RETURNS +/* Define to 1 if C++ compiler supports nullptr keyword. */ +#undef HAVE_NULLPTR + /* Define to 1 if you have an STL implementation that supports useful string specialization. */ #undef HAVE_GOOD_STL +/* Define to 1 if you have an STL implementation that supports + std::iterator_traits. */ +#undef HAVE_ITERATOR_TRAITS + /* Define if log4shib library is used. */ #undef XMLTOOLING_LOG4SHIB @@ -13,3 +20,18 @@ /* Define to 1 to disable XML-Security-dependent features. */ #undef XMLTOOLING_NO_XMLSEC + +/* Define to 1 if Xerces supports a compliant DOMLS API. */ +#undef XMLTOOLING_XERCESC_COMPLIANT_DOMLS + +/* Define to 1 if Xerces DOM ID methods take extra parameter. */ +#undef XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE + +/* Define to 1 if Xerces has a 64-bit-safe API. */ +#undef XMLTOOLING_XERCESC_64BITSAFE + +/* Define to 1 if you have the `xsecsize_t' type. */ +#undef HAVE_XSECSIZE_T + +/* Define to 1 if XML-Security-C includes MGF-pluggable RSA-OAEP support. */ +#undef XMLTOOLING_XMLSEC_OAEP11