X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub_win32.h;h=ae1db58bfc620c8fc0673890fa4feb70c5b07bb8;hb=a0d768778a8f5f539b909baf5b115e70ea765f0f;hp=a121d61d8fb672de1f6e7be9d526a633eb4a1980;hpb=44d6eee983a160c550aa8790ea7df3b0b51377a9;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/config_pub_win32.h b/xmltooling/config_pub_win32.h index a121d61..ae1db58 100644 --- a/xmltooling/config_pub_win32.h +++ b/xmltooling/config_pub_win32.h @@ -1,6 +1,38 @@ -/* Define to 1 if you have an STL implementation that supports useful string - specialization. */ -#define HAVE_GOOD_STL 1 - -/* Define to 1 to disable XML-Security-dependent features. */ -/* #undef XMLTOOLING_NO_XMLSEC */ +/* Define if C++ compiler supports covariant virtual methods. */ +#define HAVE_COVARIANT_RETURNS 1 + +/* Define to 1 if C++ compiler supports nullptr keyword. */ +#if _MSC_VER >= 1600 +# define HAVE_NULLPTR 1 +#endif + +/* Define to 1 if you have an STL implementation that supports useful string + specialization. */ +#define HAVE_GOOD_STL 1 + +/* Define to 1 if you have an STL implementation that supports + std::iterator_traits. */ +#define HAVE_ITERATOR_TRAITS 1 + +/* Define if log4shib library is used. */ +#define XMLTOOLING_LOG4SHIB 1 + +/* Define if log4cpp library is used. */ +/* #undef XMLTOOLING_LOG4CPP */ + +/* Define to 1 to disable XML-Security-dependent features. */ +/* #undef XMLTOOLING_NO_XMLSEC */ + +/* Define if you wish to disable Xalan-dependent features. */ +#define XSEC_NO_XALAN + +#include + +#if (XERCES_VERSION_MAJOR >= 3) +# define XMLTOOLING_XERCESC_COMPLIANT_DOMLS 1 +# define XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE 1 +# define XMLTOOLING_XERCESC_64BITSAFE 1 +#endif + +/* Define to 1 if you have the `xsecsize_t' type. */ +#define HAVE_XSECSIZE_T 1