https://issues.shibboleth.net/jira/browse/SSPCPP-273
[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 #ifndef SHIBSP_LITE
60 # include <xsec/framework/XSECDefs.hpp>
61 # if (_XSEC_VERSION_FULL >= 10600)
62 #  define SHIBSP_XMLSEC_WHITELISTING 1
63 # endif
64 #endif
65
66 /* Define to 1 if you have the <stdint.h> header file. */
67 /* #undef HAVE_STDINT_H */
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #define HAVE_STDLIB_H 1
71
72 /* Define to 1 if you have the `strcasecmp' function. */
73 /* #undef HAVE_STRCASECMP */
74
75 /* Define to 1 if you have the `strchr' function. */
76 #define HAVE_STRCHR 1
77
78 /* Define to 1 if you have the `strdup' function. */
79 #define HAVE_STRDUP 1
80
81 /* Define to 1 if you have the `strftime' function. */
82 #define HAVE_STRFTIME 1
83
84 /* Define to 1 if you have the <strings.h> header file. */
85 #define HAVE_STRINGS_H 1
86
87 /* Define to 1 if you have the <string.h> header file. */
88 #define HAVE_STRING_H 1
89
90 /* Define to 1 if you have the `strstr' function. */
91 #define HAVE_STRSTR 1
92
93 /* Define to 1 if you have the `strtok_r' function. */
94 /* #undef HAVE_STRTOK_R */
95
96 /* Define to 1 if the system has the type `struct rpcent'. */
97 /* #undef HAVE_STRUCT_RPCENT */
98
99 /* Define to 1 if you have the `strerror_r' function. */
100 /* #undef HAVE_STRERROR_R */
101
102 /* Define to 1 if you have the <sys/stat.h> header file. */
103 #define HAVE_SYS_STAT_H 1
104
105 /* Define to 1 if you have the <sys/types.h> header file. */
106 #define HAVE_SYS_TYPES_H 1
107
108 /* Define to 1 if you have the `timegm' function. */
109 /* #undef HAVE_TIMEGM */
110
111 /* Define to 1 if you have the <unistd.h> header file. */
112 /* #undef HAVE_UNISTD_H */
113
114 /* Name of package */
115 #define PACKAGE "shibboleth"
116
117 /* Define to the address where bug reports for this package should be sent. */
118 #define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
119
120 /* Define to the full name of this package. */
121 #define PACKAGE_NAME "shibboleth"
122
123 /* Define to the full name and version of this package. */
124 #define PACKAGE_STRING "shibboleth 2.4"
125
126 /* Define to the one symbol short name of this package. */
127 #define PACKAGE_TARNAME "shibboleth"
128
129 /* Define to the version of this package. */
130 #define PACKAGE_VERSION "2.4"
131
132 /* Define to the necessary symbol if this constant uses a non-standard name on
133    your system. */
134 /* #undef PTHREAD_CREATE_JOINABLE */
135
136 /* Define to 1 if you have the ANSI C header files. */
137 #define STDC_HEADERS 1
138
139 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
140 /* #undef TM_IN_SYS_TIME */
141
142 /* Version number of package */
143 #define VERSION "2.4"
144
145 /* Define to empty if `const' does not conform to ANSI C. */
146 /* #undef const */
147
148 /* Define to `unsigned' if <sys/types.h> does not define. */
149 /* #undef size_t */