X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub.h.in;h=144a1f87c2ed8adf0fe7d18776f9097ca36c50e6;hb=6927b8951eb7d206a016c737a2e9ae5dfed47f0c;hp=a3df263d3a2936fe8337efdfb4d71b21ab34e43a;hpb=9536bc8149354fc2cd11ab9a23f730824fb73de9;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/config_pub.h.in b/xmltooling/config_pub.h.in index a3df263..144a1f8 100644 --- a/xmltooling/config_pub.h.in +++ b/xmltooling/config_pub.h.in @@ -1,11 +1,14 @@ /* 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 -/* Defne to 1 if you have an STL implementation that supports +/* Define to 1 if you have an STL implementation that supports std::iterator_traits. */ #undef HAVE_ITERATOR_TRAITS @@ -17,3 +20,15 @@ /* 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