Remove ws-trust federation schema from makefile since it is removed for DFSG reasons
[shibboleth/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 `dmallocxx' library (-ldmallocxx). */
26 /* #undef HAVE_LIBDMALLOCXX */
27
28 /* Define if log4shib library is used. */
29 #define SHIBSP_LOG4SHIB 1
30
31 /* Define if log4cpp library is used. */
32 /* #undef SHIBSP_LOG4CPP */
33
34 #include <xercesc/util/XercesVersion.hpp>
35
36 #if (XERCES_VERSION_MAJOR < 3)
37 # define SHIBSP_XERCESC_HAS_XMLBYTE_RELEASE 1
38 # define SHIBSP_XERCESC_SHORT_ACCEPTNODE 1
39 #endif
40
41 /* Define to 1 if you have the <memory.h> header file. */
42 #define HAVE_MEMORY_H 1
43
44 /* define if the compiler implements namespaces */
45 #define HAVE_NAMESPACES 1
46
47 /* Define if you have POSIX threads libraries and header files. */
48 /* #undef HAVE_PTHREAD */
49
50 #ifndef SHIBSP_LITE
51 # include <xsec/framework/XSECDefs.hpp>
52 # if (_XSEC_VERSION_FULL >= 10600)
53 #  define SHIBSP_XMLSEC_WHITELISTING 1
54 # endif
55 #endif
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 /* #undef HAVE_STDINT_H */
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #define HAVE_STDLIB_H 1
62
63 /* Define to 1 if you have the `strcasecmp' function. */
64 /* #undef HAVE_STRCASECMP */
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 `strftime' function. */
73 #define HAVE_STRFTIME 1
74
75 /* Define to 1 if you have the <strings.h> header file. */
76 #define HAVE_STRINGS_H 1
77
78 /* Define to 1 if you have the <string.h> header file. */
79 #define HAVE_STRING_H 1
80
81 /* Define to 1 if you have the `strstr' function. */
82 #define HAVE_STRSTR 1
83
84 /* Define to 1 if you have the `strtok_r' function. */
85 /* #undef HAVE_STRTOK_R */
86
87 /* Define to 1 if the system has the type `struct rpcent'. */
88 /* #undef HAVE_STRUCT_RPCENT */
89
90 /* Define to 1 if you have the `strerror_r' function. */
91 /* #undef HAVE_STRERROR_R */
92
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #define HAVE_SYS_STAT_H 1
95
96 /* Define to 1 if you have the <sys/types.h> header file. */
97 #define HAVE_SYS_TYPES_H 1
98
99 /* Define to 1 if you have the `timegm' function. */
100 /* #undef HAVE_TIMEGM */
101
102 /* Define to 1 if you have the <unistd.h> header file. */
103 /* #undef HAVE_UNISTD_H */
104
105 /* Name of package */
106 #define PACKAGE "shibboleth"
107
108 /* Define to the address where bug reports for this package should be sent. */
109 #define PACKAGE_BUGREPORT "https://bugs.internet2.edu/"
110
111 /* Define to the full name of this package. */
112 #define PACKAGE_NAME "shibboleth"
113
114 /* Define to the full name and version of this package. */
115 #define PACKAGE_STRING "shibboleth 2.4"
116
117 /* Define to the one symbol short name of this package. */
118 #define PACKAGE_TARNAME "shibboleth"
119
120 /* Define to the version of this package. */
121 #define PACKAGE_VERSION "2.4"
122
123 /* Define to the necessary symbol if this constant uses a non-standard name on
124    your system. */
125 /* #undef PTHREAD_CREATE_JOINABLE */
126
127 /* Define to 1 if you have the ANSI C header files. */
128 #define STDC_HEADERS 1
129
130 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
131 /* #undef TM_IN_SYS_TIME */
132
133 /* Version number of package */
134 #define VERSION "2.4"
135
136 /* Define to empty if `const' does not conform to ANSI C. */
137 /* #undef const */
138
139 /* Define to `unsigned' if <sys/types.h> does not define. */
140 /* #undef size_t */