Set fourth file version digit to signify rebuild.
[shibboleth/cpp-opensaml.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 to 1 if you have the <dlfcn.h> header file. */
24 /* #undef HAVE_DLFCN_H */
25
26 /* Define to 1 if you have the `gmtime_r' function. */
27 /* #undef HAVE_GMTIME_R */
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 /* #undef HAVE_INTTYPES_H */
31
32 /* Define if log4shib library is used. */
33 #define OPENSAML_LOG4SHIB 1
34
35 /* Define if log4cpp library is used. */
36 /* #undef OPENSAML_LOG4CPP */
37
38 #include <xercesc/util/XercesVersion.hpp>
39
40 #if (XERCES_VERSION_MAJOR < 3)
41 # define OPENSAML_XERCESC_HAS_XMLBYTE_RELEASE 1
42 #endif
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46
47 /* define if the compiler implements namespaces */
48 #define HAVE_NAMESPACES 1
49
50 /* Define to 1 if you have the <stdint.h> header file. */
51 /* #undef HAVE_STDINT_H */
52
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #define HAVE_STDLIB_H 1
55
56 /* Define to 1 if you have the `strchr' function. */
57 #define HAVE_STRCHR 1
58
59 /* Define to 1 if you have the `strdup' function. */
60 #define HAVE_STRDUP 1
61
62 /* Define to 1 if you have the <strings.h> header file. */
63 /* #undef HAVE_STRINGS_H */
64
65 /* Define to 1 if you have the <string.h> header file. */
66 #define HAVE_STRING_H 1
67
68 /* Define to 1 if you have the `strstr' function. */
69 #define HAVE_STRSTR 1
70
71 /* Define to 1 if you have the <sys/stat.h> header file. */
72 #define HAVE_SYS_STAT_H 1
73
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #define HAVE_SYS_TYPES_H 1
76
77 /* Define to 1 if you have the <unistd.h> header file. */
78 /* #undef HAVE_UNISTD_H */
79
80 /* Name of package */
81 #define PACKAGE "opensaml"
82
83 /* Define to the address where bug reports for this package should be sent. */
84 #define PACKAGE_BUGREPORT "https://issues.shibboleth.net/"
85
86 /* Define to the full name of this package. */
87 #define PACKAGE_NAME "opensaml"
88
89 /* Define to the full name and version of this package. */
90 #define PACKAGE_STRING "opensaml 2.5.5"
91
92 /* Define to the one symbol short name of this package. */
93 #define PACKAGE_TARNAME "opensaml"
94
95 /* Define to the version of this package. */
96 #define PACKAGE_VERSION "2.5.5"
97
98 /* Define to the necessary symbol if this constant uses a non-standard name on
99    your system. */
100 /* #undef PTHREAD_CREATE_JOINABLE */
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #define STDC_HEADERS 1
104
105 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
106 /* #undef TM_IN_SYS_TIME */
107
108 /* Version number of package */
109 #define VERSION "2.5.5"
110
111 /* Define to empty if `const' does not conform to ANSI C. */
112 /* #undef const */
113
114 /* Define to `unsigned' if <sys/types.h> does not define. */
115 /* #undef size_t */