Register extended OAEP algorithm conditionally
[shibboleth/cpp-xmltooling.git] / config_win32.h
1 /**
2  * Licensed to the University Corporation for Advanced Internet
3  * Development, Inc. (UCAID) under one or more contributor license
4  * agreements. See the NOTICE file distributed with this work for
5  * additional information regarding copyright ownership.
6  *
7  * UCAID licenses this file to you under the Apache License,
8  * Version 2.0 (the "License"); you may not use this file except
9  * in compliance with the License. You may obtain a copy of the
10  * License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing,
15  * software distributed under the License is distributed on an
16  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
17  * either express or implied. See the License for the specific
18  * language governing permissions and limitations under the License.
19  */
20
21 /* config_win32.h.  Copied from a ./configure on Unix */
22
23 /* Define if C++ compiler supports covariant virtual methods. */
24 #define HAVE_COVARIANT_RETURNS 1
25
26 /* Define to 1 if C++ compiler supports nullptr keyword. */
27 #if _MSC_VER >= 1600
28 # define HAVE_NULLPTR 1
29 #endif
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 /* #undef HAVE_DLFCN_H */
33
34 /* Define to 1 if you have the `gmtime_r' function. */
35 /* #undef HAVE_GMTIME_R */
36
37 /* Define if you have an STL implementation that supports useful string
38    specialization. */
39 #define HAVE_GOOD_STL 1
40
41 /* Define to 1 if you have an STL implementation that supports
42    std::iterator_traits. */
43 #define HAVE_ITERATOR_TRAITS 1
44
45 /* Define to 1 if you have the <inttypes.h> header file. */
46 /* #undef HAVE_INTTYPES_H */
47
48 /* Define if log4shib library is used. */
49 #define XMLTOOLING_LOG4SHIB 1
50
51 /* Define if log4cpp library is used. */
52 /* #undef XMLTOOLING_LOG4CPP */
53
54 /* Define to 1 if you have the <memory.h> header file. */
55 #define HAVE_MEMORY_H 1
56
57 /* define if the compiler implements namespaces */
58 #define HAVE_NAMESPACES 1
59
60 /* Define to 1 if you have the <stdint.h> header file. */
61 /* #undef HAVE_STDINT_H */
62
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #define HAVE_STDLIB_H 1
65
66 /* Define to 1 if you have the `strchr' function. */
67 #define HAVE_STRCHR 1
68
69 /* Define to 1 if you have the `strdup' function. */
70 #define HAVE_STRDUP 1
71
72 /* Define to 1 if you have the <strings.h> header file. */
73 /* #undef HAVE_STRINGS_H */
74
75 /* Define to 1 if you have the <string.h> header file. */
76 #define HAVE_STRING_H 1
77
78 /* Define to 1 if you have the `strstr' function. */
79 #define HAVE_STRSTR 1
80
81 /* Define to 1 if you have the <sys/stat.h> header file. */
82 #define HAVE_SYS_STAT_H 1
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #define HAVE_SYS_TYPES_H 1
86
87 /* Define to 1 if you have the <unistd.h> header file. */
88 /* #undef HAVE_UNISTD_H */
89
90 #include <xercesc/util/XercesVersion.hpp>
91
92 #if (XERCES_VERSION_MAJOR >= 3)
93 # define XMLTOOLING_XERCESC_COMPLIANT_DOMLS     1
94 # define XMLTOOLING_XERCESC_BOOLSETIDATTRIBUTE  1
95 # define XMLTOOLING_XERCESC_64BITSAFE           1
96 # define XMLTOOLING_XERCESC_INPUTSTREAM_HAS_CONTENTTYPE 1
97 #else
98 # define XMLTOOLING_XERCESC_HAS_XMLBYTE_RELEASE 1
99 #endif
100
101 /* Define to 1 if you have the `xsecsize_t' type. */
102 #define HAVE_XSECSIZE_T 1
103
104 /* Define to 1 if you have the `curl_off_t' type. */
105 #define HAVE_CURL_OFF_T 1
106
107 /* Name of package */
108 #define PACKAGE "xmltooling"
109
110 /* Define to the address where bug reports for this package should be sent. */
111 #define PACKAGE_BUGREPORT "https://issues.shibboleth.net/"
112
113 /* Define to the full name of this package. */
114 #define PACKAGE_NAME "xmltooling"
115
116 /* Define to the full name and version of this package. */
117 #define PACKAGE_STRING "xmltooling 1.5.0"
118
119 /* Define to the one symbol short name of this package. */
120 #define PACKAGE_TARNAME "xmltooling"
121
122 /* Define to the version of this package. */
123 #define PACKAGE_VERSION "1.5.0"
124
125 /* Define to the necessary symbol if this constant uses a non-standard name on
126    your system. */
127 /* #undef PTHREAD_CREATE_JOINABLE */
128
129 /* Define to 1 if you have the ANSI C header files. */
130 #define STDC_HEADERS 1
131
132 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
133 /* #undef TM_IN_SYS_TIME */
134
135 /* Version number of package */
136 #define VERSION "1.5.0"
137
138 /* Define if you wish to disable XML-Security-dependent features. */
139 /* #undef XMLTOOLING_NO_XMLSEC */
140
141 /* Define if you wish to disable Xalan-dependent features. */
142 #define XSEC_NO_XALAN
143
144 #ifndef XMLTOOLING_NO_XMLSEC
145 # include <xsec/framework/XSECDefs.hpp>
146 # if (_XSEC_VERSION_FULL >= 10500)
147 #  define XMLTOOLING_XMLSEC_C14N11 1
148 # endif
149 # if (_XSEC_VERSION_FULL >= 10600)
150 #  define XMLTOOLING_XMLSEC_MULTIPLECRL 1
151 #  define XMLTOOLING_XMLSEC_SIGALGORITHM 1
152 #  define XMLTOOLING_XMLSEC_ECC 1
153 #  define XMLTOOLING_XMLSEC_DEBUGLOGGING 1
154 # endif
155 # if (_XSEC_VERSION_FULL >= 10700)
156 #  define XMLTOOLING_XMLSEC_OAEP11 1
157 # endif
158 #endif
159
160 /* Define to empty if `const' does not conform to ANSI C. */
161 /* #undef const */
162
163 /* Define to `unsigned' if <sys/types.h> does not define. */
164 /* #undef size_t */