2652bb997fcb0a16bc3c4afebeddef835f841d2e
[shibboleth/cpp-xmltooling.git] / xmltooling / config_pub_win32.h
1 /* Define if C++ compiler supports covariant virtual methods. */
2 #define HAVE_COVARIANT_RETURNS 1
3
4 /* Define to 1 if you have an STL implementation that supports useful string
5    specialization. */
6 #define HAVE_GOOD_STL 1
7
8 /* Define to 1 if you have an STL implementation that supports
9    std::iterator_traits. */
10 #define HAVE_ITERATOR_TRAITS 1
11
12 /* Define if log4shib library is used. */
13 #define XMLTOOLING_LOG4SHIB 1
14
15 /* Define if log4cpp library is used. */
16 /* #undef XMLTOOLING_LOG4CPP */
17
18 /* Define to 1 to disable XML-Security-dependent features. */
19 /* #undef XMLTOOLING_NO_XMLSEC */
20
21 /* Define if you wish to disable Xalan-dependent features. */
22 #define XSEC_NO_XALAN
23
24 #include <xercesc/util/XercesVersion.hpp>
25
26 #if (XERCES_VERSION_MAJOR >= 3)
27 # define XMLTOOLING_XERCESC_COMPLIANT_DOMLS     1
28 # define XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE  1
29 # define XMLTOOLING_XERCESC_64BITSAFE           1
30 #endif
31
32 /* Define to 1 if you have the `xsecsize_t' type. */
33 #define HAVE_XSECSIZE_T 1