Bump version, version schema directories.
[shibboleth/cpp-sp.git] / config_win32.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
5    don't. */
6 #define HAVE_DECL_STRERROR_R 0
7
8 /* Define to 1 if you have the declaration of `svcfd_create', and to 0 if you
9    don't. */
10 #define HAVE_DECL_SVCFD_CREATE 1
11
12 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
13    don't. */
14 /* #undef HAVE_DECL_SYS_ERRLIST */
15
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 /* #undef HAVE_DLFCN_H */
18
19 /* Define to 1 if you have the `gmtime_r' function. */
20 /* #undef HAVE_GMTIME_R */
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the `crypto' library (-lcrypto). */
26 #define HAVE_LIBCRYPTO 1
27
28 /* Define to 1 if you have the `dmallocxx' library (-ldmallocxx). */
29 /* #undef HAVE_LIBDMALLOCXX */
30
31 /* Define if log4shib library is used. */
32 #define SHIBSP_LOG4SHIB 1
33
34 /* Define if log4cpp library is used. */
35 /* #undef SHIBSP_LOG4CPP */
36
37 /* Define to 1 if you have the `ssl' library (-lssl). */
38 #define HAVE_LIBSSL 1
39
40 /* Define if Xerces-C library was found */
41 #define HAVE_LIBXERCESC 1
42
43 #include <xercesc/util/XercesVersion.hpp>
44
45 #if (XERCES_VERSION_MAJOR < 3)
46 # define SHIBSP_XERCESC_HAS_XMLBYTE_RELEASE 1
47 # define SHIBSP_XERCESC_SHORT_ACCEPTNODE 1
48 #endif
49
50 /* Define to 1 if you have the <memory.h> header file. */
51 #define HAVE_MEMORY_H 1
52
53 /* define if the compiler implements namespaces */
54 #define HAVE_NAMESPACES 1
55
56 /* Define if you have POSIX threads libraries and header files. */
57 /* #undef HAVE_PTHREAD */
58
59 /* Define if saml library was found */
60 #define HAVE_SAML 1
61
62 /* Define to 1 if you have the <stdint.h> header file. */
63 /* #undef HAVE_STDINT_H */
64
65 /* Define to 1 if you have the <stdlib.h> header file. */
66 #define HAVE_STDLIB_H 1
67
68 /* Define to 1 if you have the `strcasecmp' function. */
69 /* #undef HAVE_STRCASECMP */
70
71 /* Define to 1 if you have the `strchr' function. */
72 #define HAVE_STRCHR 1
73
74 /* Define to 1 if you have the `strdup' function. */
75 #define HAVE_STRDUP 1
76
77 /* Define to 1 if you have the `strftime' function. */
78 #define HAVE_STRFTIME 1
79
80 /* Define to 1 if you have the <strings.h> header file. */
81 #define HAVE_STRINGS_H 1
82
83 /* Define to 1 if you have the <string.h> header file. */
84 #define HAVE_STRING_H 1
85
86 /* Define to 1 if you have the `strstr' function. */
87 #define HAVE_STRSTR 1
88
89 /* Define to 1 if you have the `strtok_r' function. */
90 /* #undef HAVE_STRTOK_R */
91
92 /* Define to 1 if the system has the type `struct rpcent'. */
93 /* #undef HAVE_STRUCT_RPCENT */
94
95 /* Define to 1 if you have the `strerror_r' function. */
96 /* #undef HAVE_STRERROR_R */
97
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #define HAVE_SYS_STAT_H 1
100
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103
104 /* Define to 1 if you have the `timegm' function. */
105 /* #undef HAVE_TIMEGM */
106
107 /* Define to 1 if you have the <unistd.h> header file. */
108 /* #undef HAVE_UNISTD_H */
109
110 /* Name of package */
111 #define PACKAGE "shibboleth"
112
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
115
116 /* Define to the full name of this package. */
117 #define PACKAGE_NAME "shibboleth"
118
119 /* Define to the full name and version of this package. */
120 #define PACKAGE_STRING "shibboleth 2.4"
121
122 /* Define to the one symbol short name of this package. */
123 #define PACKAGE_TARNAME "shibboleth"
124
125 /* Define to the version of this package. */
126 #define PACKAGE_VERSION "2.4"
127
128 /* Define to the necessary symbol if this constant uses a non-standard name on
129    your system. */
130 /* #undef PTHREAD_CREATE_JOINABLE */
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #define STDC_HEADERS 1
134
135 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
136 /* #undef TM_IN_SYS_TIME */
137
138 /* Version number of package */
139 #define VERSION "2.4"
140
141 /* Define to empty if `const' does not conform to ANSI C. */
142 /* #undef const */
143
144 /* Define to `unsigned' if <sys/types.h> does not define. */
145 /* #undef size_t */