ae1db58bfc620c8fc0673890fa4feb70c5b07bb8
[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 C++ compiler supports nullptr keyword. */
5 #if _MSC_VER >= 1600
6 # define HAVE_NULLPTR 1
7 #endif
8
9 /* Define to 1 if you have an STL implementation that supports useful string
10    specialization. */
11 #define HAVE_GOOD_STL 1
12
13 /* Define to 1 if you have an STL implementation that supports
14    std::iterator_traits. */
15 #define HAVE_ITERATOR_TRAITS 1
16
17 /* Define if log4shib library is used. */
18 #define XMLTOOLING_LOG4SHIB 1
19
20 /* Define if log4cpp library is used. */
21 /* #undef XMLTOOLING_LOG4CPP */
22
23 /* Define to 1 to disable XML-Security-dependent features. */
24 /* #undef XMLTOOLING_NO_XMLSEC */
25
26 /* Define if you wish to disable Xalan-dependent features. */
27 #define XSEC_NO_XALAN
28
29 #include <xercesc/util/XercesVersion.hpp>
30
31 #if (XERCES_VERSION_MAJOR >= 3)
32 # define XMLTOOLING_XERCESC_COMPLIANT_DOMLS     1
33 # define XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE  1
34 # define XMLTOOLING_XERCESC_64BITSAFE           1
35 #endif
36
37 /* Define to 1 if you have the `xsecsize_t' type. */
38 #define HAVE_XSECSIZE_T 1